An error occurred fetching the project authors.
  1. 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
  2. 04 May, 2003 1 commit
  3. 16 Apr, 2003 1 commit
  4. 03 Apr, 2003 1 commit
  5. 20 Mar, 2003 1 commit
  6. 18 Mar, 2003 1 commit
  7. 17 Mar, 2003 1 commit
  8. 12 Mar, 2003 1 commit
  9. 10 Mar, 2003 1 commit
  10. 07 Mar, 2003 1 commit
  11. 02 Mar, 2003 1 commit
  12. 28 Jan, 2003 2 commits
    • serg@serg.mysql.com's avatar
      low-level error messages cleanup · 1ced5948
      serg@serg.mysql.com authored
      1ced5948
    • monty@mashka.mysql.fi's avatar
      Fixes for Netware · 689578a0
      monty@mashka.mysql.fi authored
      Call pthread_mutex_destroy() on not used mutex.
      Changed comments in .h and .c files from // -> /* */
      Added detection of mutex on which one didn't call pthread_mutex_destroy()
      Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression"
      Added optimisation for ORDER BY NULL
      689578a0
  13. 15 Jan, 2003 1 commit
  14. 17 Dec, 2002 1 commit
  15. 16 Dec, 2002 2 commits
  16. 14 Dec, 2002 1 commit
  17. 12 Dec, 2002 1 commit
  18. 11 Dec, 2002 1 commit
  19. 07 Dec, 2002 1 commit
  20. 16 Nov, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Small improvement to alloc_root · 1a96948e
      monty@mashka.mysql.fi authored
      Add support for LIMIT # OFFSET #
      Changed lock handling:  Now all locks should be stored in TABLE_LIST instead of passed to functions.
      Don't call query_cache_invalidate() twice in some cases
      mysql_change_user() now clears states to be equal to close + connect.
      Fixed a bug with multi-table-update and multi-table-delete when used with LOCK TABLES
      Fixed a bug with replicate-do and UPDATE
      1a96948e
  21. 14 Nov, 2002 1 commit
  22. 13 Nov, 2002 1 commit
  23. 11 Nov, 2002 1 commit
  24. 07 Nov, 2002 1 commit
  25. 06 Nov, 2002 1 commit
  26. 05 Nov, 2002 1 commit
  27. 23 Oct, 2002 1 commit
  28. 22 Oct, 2002 1 commit
  29. 15 Oct, 2002 1 commit
  30. 08 Oct, 2002 1 commit
  31. 04 Oct, 2002 1 commit
  32. 19 Sep, 2002 1 commit
  33. 18 Sep, 2002 1 commit
  34. 31 Aug, 2002 2 commits
  35. 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
  36. 24 Jun, 2002 1 commit
  37. 18 Jun, 2002 1 commit