1. 11 Dec, 2003 3 commits
    • igor@rurik.mysql.com's avatar
      Many files: · 54628879
      igor@rurik.mysql.com authored
        Fixed a bug causing a crash for multi-update/multi-delete
        with impossible where (bug #1860).
      54628879
    • monty@mysql.com's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 64d7e016
      monty@mysql.com authored
      into mysql.com:/my/mysql-4.0
      64d7e016
    • monty@mysql.com's avatar
      Fixed a possible memory leak on MacOSX when using the shared libmysql.so library (Bug #2061) · 7e92336b
      monty@mysql.com authored
      mysql_server_init() now returns error code if something went wrong (Bug #2062)
      Don't use my_fopen() when reading symlink information as this may cause problems when a lot of files are opened.
      Free thread keys with pthread_key_delete() instead of relying on automatic free. (Bug #2062)
      Fixed bug in UNION statement with alias '*'. (Bug #1249)
      Fixed a bug in DELETE ... ORDER BY ... LIMIT where the rows where not deleted in the proper order. (Bug #1024).
      FOUND_ROWS() could return incorrect number of rows after a query with an impossible WHERE condition.
      HOW DATABASES doesn't anymore show .sym files (on windows) that doesn't point to a valid directory. (Bug #1385)
      7e92336b
  2. 10 Dec, 2003 15 commits
  3. 09 Dec, 2003 16 commits
  4. 08 Dec, 2003 3 commits
  5. 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