An error occurred fetching the project authors.
  1. 18 Feb, 2005 1 commit
  2. 10 Dec, 2004 1 commit
  3. 13 Sep, 2004 1 commit
  4. 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
  5. 16 May, 2004 1 commit
    • monty@mishka.local's avatar
      key_cmp -> key_cmp_if_same · 314a8bf1
      monty@mishka.local authored
      New records_in_range() interface (similar to read_range())
      Macros for faster bitmap handling
      Simplify read_range() code (#WL1786)
      New general key_cmp() function to compare keys
      
      314a8bf1
  6. 11 May, 2004 1 commit
  7. 15 Apr, 2004 1 commit
  8. 06 Apr, 2004 2 commits
  9. 18 Mar, 2004 1 commit
  10. 17 Mar, 2004 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · e8efe9c3
      heikki@hundin.mysql.fi authored
        Fix Bug #1942: do not retrieve all columns in a table if we only need the 'ref' of the row (usually, the PRIMARY KEY) to calculate an ORDER BY
      e8efe9c3
  11. 16 Mar, 2004 1 commit
  12. 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
  13. 20 Nov, 2003 2 commits
  14. 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
  15. 15 Oct, 2003 1 commit
  16. 07 Oct, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · 6112853c
      heikki@hundin.mysql.fi authored
        Multiple tablespaces for InnoDB
      sql_table.cc:
        Tell explicitly that InnoDB should retrieve all columns in CHECKSUM TABLE
      sql_update.cc, sql_select.cc, my_base.h:
        More descriptive flag name HA_EXTRA_RETRIEVE_ALL_COLS
      6112853c
  17. 02 Aug, 2003 1 commit
    • igor@rurik.mysql.com's avatar
      Many files: · 9306f55d
      igor@rurik.mysql.com authored
        Added key cache assignment
      mi_locking.c:
        Added key cache assignment: correction
      my_sys.h:
        Added key cache variable structure
      9306f55d
  18. 14 Jun, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · 4da7f485
      heikki@hundin.mysql.fi authored
        Merge InnoDB-4.0.14: SAVEPOINT now implemented; InnoDB now accepts also column prefix keys; crashing bug in ON UPDATE CASCADE fixed; page checksum formula fixed
      4da7f485
  19. 12 Jun, 2003 1 commit
    • igor@rurik.mysql.com's avatar
      Many files: · f547f276
      igor@rurik.mysql.com authored
        New feature: preload indexes into key cache.
      mi_preload.c:
        new file
      Many files:
        Added preload statement.
      f547f276
  20. 07 May, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      my_base.h: · 611836e4
      heikki@hundin.mysql.fi authored
        Fix bug: if MIN() or MAX() resulted in a deadlock or a lock wait timeout, MySQL did not return an error, but NULL as the function value
      611836e4
  21. 18 Feb, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      my_base.h: · 75782a50
      heikki@hundin.mysql.fi authored
        Add comment about what kind of key value prefixes HA_READ_KEY_PREFIX_LAST etc. allow as a search key
      75782a50
  22. 28 Jan, 2003 1 commit
  23. 09 Jan, 2003 1 commit
  24. 07 Dec, 2002 1 commit
  25. 29 Nov, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      New multi-table-update code · 6603d752
      monty@mashka.mysql.fi authored
      New (simpler) internal timestamp handling.
      More debuging to heap tables.
      Small cleanups to multi-table-delete
      false -> 0 and true -> 1  (We should use TRUE and FALSE)
      6603d752
  26. 14 Nov, 2002 1 commit
  27. 25 Oct, 2002 1 commit
  28. 18 Sep, 2002 1 commit
  29. 05 Aug, 2002 1 commit
  30. 22 May, 2002 1 commit
  31. 18 Apr, 2002 1 commit
  32. 12 Apr, 2002 1 commit
  33. 15 Jan, 2002 1 commit
  34. 12 Jan, 2002 1 commit
  35. 05 Jan, 2002 1 commit
  36. 06 Dec, 2001 1 commit
  37. 28 Nov, 2001 1 commit
  38. 06 Nov, 2001 1 commit