An error occurred fetching the project authors.
  1. 29 Dec, 2002 1 commit
  2. 11 Dec, 2002 1 commit
  3. 03 Dec, 2002 1 commit
  4. 02 Dec, 2002 1 commit
  5. 30 Nov, 2002 1 commit
  6. 29 Nov, 2002 3 commits
  7. 28 Nov, 2002 1 commit
  8. 27 Nov, 2002 1 commit
  9. 24 Nov, 2002 3 commits
  10. 23 Nov, 2002 2 commits
  11. 18 Nov, 2002 2 commits
  12. 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
  13. 15 Nov, 2002 1 commit
  14. 13 Nov, 2002 1 commit
  15. 12 Nov, 2002 2 commits
  16. 11 Nov, 2002 2 commits
  17. 09 Nov, 2002 1 commit
  18. 07 Nov, 2002 3 commits
  19. 05 Nov, 2002 1 commit
  20. 03 Nov, 2002 1 commit
  21. 30 Oct, 2002 1 commit
  22. 29 Oct, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      Added back old LARGEFILE handling · 1e053832
      monty@hundin.mysql.fi authored
      Fixed reference to freed memory in acl_init()/grant_init()
      Fixed possible memory leak. (Could only happen in very strange circumstances)
      Fixed bug in ALTER TABLE with BDB tables
      Updated mysql-test for valgrind
      1e053832
  23. 25 Oct, 2002 1 commit
  24. 24 Oct, 2002 1 commit
  25. 23 Oct, 2002 1 commit
  26. 08 Oct, 2002 2 commits
  27. 03 Oct, 2002 1 commit
  28. 02 Oct, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Fixes and code cleanups after merge with 4.0.3 · d69250a9
      monty@mashka.mysql.fi authored
      Warning handling and initial prepared statement handling (last not complete yet)
      Changed a lot of functions that returned 0/1 to my_bool type.
      GRANT handling now uses read/write locks instead of mutex
      Change basic net functions to use THD instead of NET
      (needed for 4.1 protocol)
      Use my_sprintf instead of sprintf() + strlen()
      Added alloc_query() to be able to chare query initialization code with
      prepared statements.
      Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID()
      
      Note that the following test fails (will be fixed ASAP):
      sub_select, union, rpl_rotate_logs and rpl_mystery22
      d69250a9
  29. 21 Sep, 2002 1 commit