An error occurred fetching the project authors.
  1. 24 Aug, 2004 1 commit
  2. 23 Jul, 2004 1 commit
  3. 21 Jul, 2004 1 commit
  4. 15 Jul, 2004 1 commit
  5. 09 Jul, 2004 1 commit
  6. 08 Jul, 2004 1 commit
  7. 30 Jun, 2004 1 commit
  8. 24 Jun, 2004 1 commit
  9. 23 Jun, 2004 1 commit
    • serg@serg.mylan's avatar
      handler interface cleanups: · 3f1c4ba7
      serg@serg.mylan authored
        more logical table/index_flags
        return  HA_ERR_WRONG_COMMAND instead of abstract methods where appropriate
        max_keys and other limits renamed to max_supported_keys/etc
        max_keys/etc are now wrappers to max_supported_keys/etc 
        ha_index_init/ha_rnd_init/ha_index_end/ha_rnd_end are now wrappers to real {index,rnd}_{init,end} to enforce strict pairing
      3f1c4ba7
  10. 21 Jun, 2004 1 commit
    • monty@mysql.com's avatar
      After merge fixes · 1388c164
      monty@mysql.com authored
      Return NULL if a time argument is given to date_add(). (Warning will be shown after Dimitri's timezone patch is pushed)
      1388c164
  11. 28 Apr, 2004 1 commit
  12. 15 Apr, 2004 1 commit
  13. 07 Apr, 2004 1 commit
  14. 06 Apr, 2004 3 commits
  15. 28 Mar, 2004 1 commit
    • dlenev@brandersnatch.localdomain's avatar
      "Fix" for BUG #2050 "10 to 1 performance drop with server 4.1.1". · 9e28b769
      dlenev@brandersnatch.localdomain authored
      Actually it is not a bug but right behavior observed as pefomance 
      degradation after we have forced Item_field::fix_fields() to 
      re-execute each time when we are executing prep stmt.
      
      This patch implements small optimization which heals this bad 
      behavior. We are caching field position in TABLE::field array in
      Item's member and are using this position for speeding up field
      lookups in fix_fields() in case of its re-execution.
      9e28b769
  16. 12 Mar, 2004 2 commits
  17. 10 Mar, 2004 1 commit
  18. 05 Mar, 2004 1 commit
    • vva@eagle.mysql.r18.ru's avatar
      fixed Bug #2985 · 29bc7b03
      vva@eagle.mysql.r18.ru authored
       "Table truncated when creating another table name with Spaces"
      added to check_db_name, check_table_name and check_column_name
      test for end space
      29bc7b03
  19. 24 Feb, 2004 1 commit
  20. 29 Jan, 2004 1 commit
  21. 15 Jan, 2004 1 commit
    • hf@deer.(none)'s avatar
      SCRUM: · 6dcda515
      hf@deer.(none) authored
      WL#1163 (Making spatial code optional)
      Pack of changes to do in sql/ code.
      6dcda515
  22. 14 Jan, 2004 1 commit
  23. 19 Dec, 2003 1 commit
    • monty@mysql.com's avatar
      Fixes after merge with 4.0 · 031390a9
      monty@mysql.com authored
      Cleaned up embedded library access and query cache handling
      Changed min stack size to 128K (to allow longer MyISAM keys)
      Fixed wrong priority for XOR (should be less than NEG to get -1^1 to work)
      031390a9
  24. 16 Dec, 2003 1 commit
  25. 12 Dec, 2003 1 commit
    • monty@mysql.com's avatar
      Fix autoincrement for signed columns (Bug #1366) · f995a5f4
      monty@mysql.com authored
      Fixed problem with char > 128 in QUOTE() function. (Bug #1868)
      Disable creation of symlinks if my_disable_symlink is set
      Fixed searching of TEXT with end space. (Bug #1651)
      Fixed caching bug in multi-table-update where same table was used twice. (Bug #1711)
      Fixed problem with UNIX_TIMESTAMP() for timestamps close to 0. (Bug #1998)
      Fixed timestamp.test
      f995a5f4
  26. 09 Dec, 2003 1 commit
  27. 18 Nov, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS · cab1dc62
      monty@mashka.mysql.fi authored
      New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables.
      ALTER TABLE table_name ... CHARACTER SET  ... now changes all char/varchar/text columns to the given character set
      (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set)
      Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib)
      New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones)
      Removed compiler warnings
      Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
      cab1dc62
  28. 30 Oct, 2003 1 commit
  29. 24 Oct, 2003 1 commit
  30. 20 Oct, 2003 1 commit
  31. 11 Oct, 2003 2 commits
  32. 28 Sep, 2003 1 commit
  33. 19 Sep, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · a2dbfaef
      hf@deer.(none) authored
      embedded library
      hash_insert renamed to my_hash_insert to avoid name intersection
      with another libraries
      is there better idea?
      a2dbfaef
  34. 13 Sep, 2003 1 commit
  35. 26 Aug, 2003 1 commit
  36. 19 Aug, 2003 1 commit