An error occurred fetching the project authors.
  1. 19 Jul, 2005 1 commit
    • ingo@mysql.com's avatar
      Bug#10932 - Building server with key limit of 128, makes test cases fail · ec15dda2
      ingo@mysql.com authored
      This patch allows to configure MyISAM for 128 indexes per table.
      The main problem is the key_map, wich is implemented as an ulonglong.
      To get rid of the limit and keep the efficient and flexible
      implementation, the highest bit is now used for all upper keys.
      This means that the lower keys can be disabled and enabled 
      individually as usual and the high keys can only be disabled and
      enabled as a block. That way the existing test suite is still
      applicable, while more keys work, though slightly less efficient.
      To really get more than 64 keys, some defines need to be changed.
      Another patch will address this.
      ec15dda2
  2. 23 Feb, 2005 1 commit
    • reggie@mdk10.(none)'s avatar
      Changes to allow 5.0.3 to compile on Windows after XA was pushed · 2ffd3a3a
      reggie@mdk10.(none) authored
      logging_ok:
        Logging to logging@openlogging.org accepted
      mi_packrec.c:
        Using HAVE_SYS_MMAN_H to protect include of sys/mman.h and replaced calls to mmap and munmap with my_mmap and my_munmap
      mi_extra.c:
        Now using HAVE_SYS_MMAN_H to protect include of sys/mman.h
      my_mmap.c:
        Changed how no mmap message is printed for Windows
      sql_map.cc:
        Changed HAVE_MMAP to HAVE_SYS_MMAN_H and replaced calls to mmap and munmap with my_mmap and my_munmap
      2ffd3a3a
  3. 31 Dec, 2004 1 commit
  4. 23 Dec, 2004 1 commit
    • ingo@mysql.com's avatar
      WL#1895 - Print message to error log in case of detected MyISAM corruption · c39be2d0
      ingo@mysql.com authored
      Changed my_error() to print error messages, which come from
      arbitrary registered ranges of error messages. Messages can
      be unregistered (and should be at end of the program).
      Added registration of handler error messages.
      Added a new mi_print_error() macro and a new 
      mi_report_error() function, which supply error
      messages with a table name.
      Added calls to mi_print_error() or mi_report_error()
      at all places in MyISAM, where table corruption is detected.
      c39be2d0
  5. 18 Mar, 2004 1 commit
  6. 19 Jan, 2004 1 commit
    • monty@mysql.com's avatar
      Code cleanup · 0eb60700
      monty@mysql.com authored
      Fixed bug in optimizer where it didn't choose right table order in some cases
      0eb60700
  7. 25 Nov, 2003 1 commit
  8. 20 Nov, 2003 1 commit
  9. 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
  10. 02 Nov, 2003 1 commit
  11. 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
  12. 08 Jul, 2003 1 commit
  13. 30 Jun, 2003 1 commit
  14. 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
  15. 09 Jan, 2003 1 commit
  16. 07 Dec, 2002 1 commit
  17. 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
  18. 18 Sep, 2002 1 commit
  19. 26 Jul, 2002 1 commit
  20. 24 Jul, 2002 1 commit
  21. 23 Jul, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      New SET syntax & system variables. · dddc20d9
      monty@mashka.mysql.fi authored
      Made a some new buffers thread specific and changeable.
      Resize of key_buffer.
      AUTO_COMMIT -> AUTOCOMMIT
      Fixed mutex bug in DROP DATABASE
      Fixed bug when using auto_increment as second part of a key where first part could include NULL.
      Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers.
      Don't write message to error log when slave reconnects becasue of timeout.
      Fixed possible update problem when using DELETE/UPDATE on small tables
      (In some cases we used index even if table scanning would be better)
      A lot of minior code cleanups
      dddc20d9
  22. 14 Jul, 2002 1 commit
  23. 09 Jul, 2002 1 commit
  24. 16 Jan, 2002 1 commit
  25. 06 Dec, 2001 1 commit
  26. 17 Sep, 2001 1 commit
  27. 19 Aug, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Fix of UNION code · a1be2a89
      monty@hundin.mysql.fi authored
      Added heap_delete_table
      Added HA_EXTRA_PREPARE_FOR_DELETE
      Added and use my_dup() for faster open of tables.
      Removed not working no-mix-table-type
      a1be2a89
  28. 02 Jul, 2001 1 commit
  29. 24 May, 2001 1 commit
  30. 01 Apr, 2001 1 commit
  31. 16 Jan, 2001 1 commit
  32. 15 Oct, 2000 1 commit
  33. 26 Sep, 2000 1 commit
  34. 18 Aug, 2000 1 commit
  35. 31 Jul, 2000 1 commit