1. 10 Dec, 2003 8 commits
  2. 09 Dec, 2003 15 commits
  3. 08 Dec, 2003 3 commits
  4. 07 Dec, 2003 3 commits
    • gluh@gluh.mysql.r18.ru's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0 · 88f0fc28
      gluh@gluh.mysql.r18.ru authored
      into gluh.mysql.r18.ru:/home/gluh/mysql-4.0.defweek
      88f0fc28
    • gluh@gluh.mysql.r18.ru's avatar
      WL#1175: more default_week_formats for iso compatibility · 48317785
      gluh@gluh.mysql.r18.ru authored
      New formats added for 'week()' function and 'default_week_format' option(4 - 7).
      Next formats is supported now:
      *Value* *Meaning*
        `0'     Week starts on Sunday; First Sunday of the year starts week 1.
        	  Week() returns 0-53.
        `1'     Week starts on Monday; Weeks numbered according to ISO 8601:1988.
      	  Week() returns 0-53.
        `2'     Week starts on Sunday; First Sunday of the year starts week 1.
        	  Week() returns 1-53.
        `3'     Week starts on Monday; Weeks numbered according to ISO 8601:1988.
      	  Week() returns 1-53.
        `4'     Week starts on Sunday; Weeks numbered according to ISO 8601:1988.
      	  Week() returns 0-53.
        `5'     Week starts on Monday;  First Monday of the year starts week 1.
        	  Week() returns 0-53.
        `6'     Week starts on Sunday; Weeks numbered according to ISO 8601:1988.
      	  Week() returns 1-53.
        `7'     Week starts on Monday;  First Monday of the year starts week 1.
        	  Week() returns 1-53.
      48317785
    • gluh@gluh.mysql.r18.ru's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0 · 0cc01e25
      gluh@gluh.mysql.r18.ru authored
      into gluh.mysql.r18.ru:/home/gluh/mysql-4.0.pass
      0cc01e25
  5. 05 Dec, 2003 3 commits
    • hf@deer.(none)'s avatar
      Fix for #1890 and #1959 · 431a66e8
      hf@deer.(none) authored
      This bug happens under Windows & Embedded server
      Reason is that pthread_self() always returns NULL in this case.
      This confuses thr_lock function and it doesn't stop
      thread inserting in the write-locked table.
      
      Global problem is that there's no way under Windows to get
      unique thread handle for working thread.
      Monty made a workaround for server - we store the thread's handle
      we get when we create thread in the thread-specific variable.
      This doesn't work with the embedded library for we don't control
      thread creation there.
      
      I added code that sets CurrentThreadId as the pthread_self
      for the embedded library.
      It seems to solve problem because it's unique and we don't use
      pthread_self as a parameter for thread functions in embedded library. 
      431a66e8
    • konstantin@mysql.com's avatar
      typo fixed · 3248878c
      konstantin@mysql.com authored
      3248878c
    • konstantin@mysql.com's avatar
      b5bef295
  6. 04 Dec, 2003 8 commits