An error occurred fetching the project authors.
  1. 02 Oct, 2004 1 commit
  2. 17 Sep, 2004 1 commit
  3. 11 Mar, 2004 1 commit
  4. 04 Mar, 2004 1 commit
  5. 03 Feb, 2004 1 commit
  6. 16 Dec, 2003 1 commit
    • guilhem@mysql.com's avatar
      Fix for BUG#2083 · db2d812d
      guilhem@mysql.com authored
      "EE_ error codes (EE_DELETE, EE_WRITE) end up in the binlog, making slave stop".
      The problem was that during execution of the command on the master, an error
      can occur (for example, not space left on device, then mysqld waits and when
      there is space it completes successfully: so finally it worked but the error
      EE_WRITE remains in thd->net.last_errno and thd->net.last_error).
      To know if finally the command succeeded, we test the 'error' variable in
      every place, and if it shows no failure we reset thd->net.last_err* using
      the function THD::clear_error() which is backported from 4.1.
      A new test to see if now only real errors get to the binlog (note: the test
      uses "rm").
      
      Also a bit of memory free/alloc saving in log_event.cc (do not free the whole
      mem_root after every query in the slave SQL thread: we can keep the initial
      block of it; which will be freed when the thread terminates).
      db2d812d
  7. 14 Dec, 2003 1 commit
  8. 12 Dec, 2003 2 commits
    • igor@rurik.mysql.com's avatar
      sql_delete.cc, sql_update.cc, sql_class.h: · 15e70c54
      igor@rurik.mysql.com authored
        Simplification of the previous fix for multi-update/delete.
      15e70c54
    • 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
  9. 11 Dec, 2003 1 commit
    • igor@rurik.mysql.com's avatar
      Many files: · 54628879
      igor@rurik.mysql.com authored
        Fixed a bug causing a crash for multi-update/multi-delete
        with impossible where (bug #1860).
      54628879
  10. 11 Oct, 2003 1 commit
  11. 20 Aug, 2003 1 commit
    • Sinisa@sinisa.nasamreza.org's avatar
      item_func.h: · fb774125
      Sinisa@sinisa.nasamreza.org authored
        Fix for a bug with LEAST() in WHERE clause
      ha_innodb.cc:
        Fix for a configure bug
      multi_update.result, multi_update.test:
        Fix for the update with NULL's in the result set
      sql_update.cc:
        Fix for the update with NULL's in the result set
         Fix for the update with NULL's in the result set
         Fix for the update with NULL's in the result set
      fb774125
  12. 14 Jul, 2003 1 commit
  13. 11 Jul, 2003 1 commit
    • guilhem@mysql.com's avatar
      Fix for BUG#791: · fbebac9a
      guilhem@mysql.com authored
      a safer way of initing the mutexes in MYSQL_LOG.
      is_open() is now always thread-safe.
      See each file for details.
      fbebac9a
  14. 19 Jun, 2003 1 commit
  15. 26 May, 2003 1 commit
  16. 13 May, 2003 2 commits
  17. 03 May, 2003 1 commit
  18. 23 Apr, 2003 1 commit
  19. 19 Apr, 2003 1 commit
  20. 11 Apr, 2003 1 commit
  21. 02 Apr, 2003 1 commit
  22. 18 Mar, 2003 1 commit
  23. 16 Mar, 2003 1 commit
  24. 12 Mar, 2003 1 commit
  25. 11 Mar, 2003 1 commit
  26. 19 Feb, 2003 1 commit
  27. 18 Dec, 2002 1 commit
  28. 12 Dec, 2002 1 commit
  29. 06 Dec, 2002 1 commit
  30. 05 Dec, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Copy arguments given to mysql_server_init() · 7d681c44
      monty@mashka.mysql.fi authored
      Made keybuff_size longlong (To make show variables work similar on 32
      and 64 bit systems)
      Fixed some 'not initalized variable errors' in multi-table-update.
      Fixed memory leak in multi-table-update.
      Now all tests works under valgrind without any errors.
      7d681c44
  31. 30 Nov, 2002 1 commit
  32. 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
  33. 21 Nov, 2002 1 commit
  34. 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
  35. 15 Nov, 2002 1 commit
  36. 07 Nov, 2002 2 commits
  37. 17 Oct, 2002 1 commit