An error occurred fetching the project authors.
  1. 11 Dec, 2004 2 commits
  2. 07 Oct, 2004 1 commit
    • monty@mysql.com's avatar
      After merge fixes · 6239edc1
      monty@mysql.com authored
      Some bigger code changes was necessary becasue of the multi-table-update and the new HANDLER code
      6239edc1
  3. 02 Oct, 2004 1 commit
  4. 08 Sep, 2004 1 commit
  5. 08 Jul, 2004 1 commit
  6. 28 May, 2004 1 commit
  7. 04 May, 2004 1 commit
  8. 07 Apr, 2004 1 commit
    • bell@sanja.is.com.ua's avatar
      new error for unsupported command in PS · 5e37c41f
      bell@sanja.is.com.ua authored
      fixed IN subselect with basic constant left expression
      SQLCOM_CREATE_TABLE, SQLCOM_UPDATE_MULTI, SQLCOM_REPLACE_SELECT, SQLCOM_INSERT_SELECT, QLCOM_DELETE_MULTI fixed to be compatible with PS (BUG#3398, BUG#3406)
      fixed multiupdate privelege check (BUG#3408)
      fixed multiupdate tables check (BUG#3411)
      unchecked commands now is rejected by PS protocol to avoid serever crash
      fixed cleunup procedure to be compatible sith DO/SET (BUG#3393)
      5e37c41f
  9. 17 Mar, 2004 1 commit
  10. 16 Mar, 2004 1 commit
  11. 13 Mar, 2004 1 commit
  12. 12 Mar, 2004 1 commit
  13. 11 Mar, 2004 1 commit
    • Sinisa@sinisa.nasamreza.org's avatar
      multi_update.result: · a86753b0
      Sinisa@sinisa.nasamreza.org authored
        Test case for a #2996 bug fix
      multi_update.test:
        test case for a #2996 bug fix
      sql_select.cc:
        Fix for a bug #2996 involving multi-table updates over the const tables
      a86753b0
  14. 10 Mar, 2004 1 commit
  15. 22 Feb, 2004 1 commit
  16. 19 Feb, 2004 1 commit
  17. 20 Jan, 2004 1 commit
  18. 19 Dec, 2003 1 commit
    • monty@mysql.com's avatar
      Fixes after merge with 4.0 · 031390a9
      monty@mysql.com authored
      Cleaned up embedded library access and query cache handling
      Changed min stack size to 128K (to allow longer MyISAM keys)
      Fixed wrong priority for XOR (should be less than NEG to get -1^1 to work)
      031390a9
  19. 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
  20. 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
  21. 10 Dec, 2003 1 commit
  22. 04 Dec, 2003 1 commit
  23. 03 Dec, 2003 1 commit
  24. 02 Dec, 2003 1 commit
  25. 18 Nov, 2003 1 commit
  26. 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
  27. 23 Apr, 2003 1 commit
  28. 02 Apr, 2003 1 commit
  29. 18 Mar, 2003 1 commit
  30. 05 Jan, 2003 1 commit
  31. 28 Dec, 2002 1 commit
  32. 24 Dec, 2002 1 commit
  33. 18 Dec, 2002 1 commit
  34. 06 Dec, 2002 2 commits
  35. 30 Nov, 2002 1 commit
  36. 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
  37. 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
  38. 12 Oct, 2002 1 commit