An error occurred fetching the project authors.
  1. 18 Apr, 2005 1 commit
  2. 31 Mar, 2005 1 commit
  3. 30 Mar, 2005 1 commit
  4. 08 Feb, 2005 1 commit
  5. 07 Feb, 2005 1 commit
  6. 11 Dec, 2004 1 commit
    • sergefp@mysql.com's avatar
      Fix for BUG#6976: · f78a6059
      sergefp@mysql.com authored
      In Item_ref::Item_ref set maybe_null (and other fields fix_fields sets) to be the 
      same as in (*ref), because Item_ref::fix_fields() will not be called.  Previously 
      maybe_null was 0 always and this produced a bogus state where 
      maybe_null==0 && is_null() == true 
      which broke evaluation for some upper-level Items, like AND and OR.
      f78a6059
  7. 08 Sep, 2004 1 commit
  8. 13 May, 2004 1 commit
  9. 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
  10. 10 Dec, 2003 1 commit
  11. 09 Dec, 2003 2 commits
  12. 30 Oct, 2003 1 commit
  13. 18 Aug, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      After merge fixes · 4f751216
      monty@mashka.mysql.fi authored
      Use server character set if --default-character-set is not used
      Added convert_string() for more efficient alloc+character-set convert of strings
      4f751216
  14. 09 Jul, 2003 1 commit
  15. 27 Jun, 2003 1 commit
  16. 04 Jun, 2003 1 commit
    • monty@narttu.mysql.fi's avatar
      Added SQLSTATE to client/server protocol · 23145cfe
      monty@narttu.mysql.fi authored
      bmove_allign -> bmove_align
      Added OLAP function ROLLUP
      Split mysql_fix_privilege_tables to a script and a .sql data file
      Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects.
      Added table_alias_charset, for easier --lower-case-table-name handling
      Better SQL_MODE handling (Setting complex options also sets sub options)
      New (faster) assembler string functions for x86
      23145cfe
  17. 21 May, 2003 1 commit
  18. 30 Apr, 2003 1 commit
  19. 23 Apr, 2003 2 commits
  20. 25 Mar, 2003 1 commit
  21. 22 Mar, 2003 1 commit
  22. 13 Mar, 2003 1 commit
  23. 11 Mar, 2003 1 commit
  24. 07 Feb, 2003 1 commit
  25. 29 Jan, 2003 2 commits
  26. 28 Jan, 2003 1 commit
    • 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
  27. 17 Jan, 2003 1 commit
  28. 05 Jan, 2003 1 commit
  29. 27 Dec, 2002 1 commit
  30. 04 Dec, 2002 1 commit
  31. 02 Dec, 2002 2 commits
  32. 30 Nov, 2002 1 commit
  33. 28 Nov, 2002 1 commit
  34. 24 Nov, 2002 1 commit
  35. 09 Nov, 2002 1 commit
  36. 29 Oct, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Added --skip-safemalloc to mysqltest · 5343d4c9
      monty@mashka.mysql.fi authored
      Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x
      Small change in EXCHANGE output
      Propagate open-files-limit from mysqld_safe -> mysqld
      Fixed speed bug in GROUP BY
      Added quotes around database name in CREATE DATABASE db_name (for binary log)
      5343d4c9