An error occurred fetching the project authors.
  1. 28 Apr, 2003 1 commit
  2. 23 Apr, 2003 1 commit
  3. 15 Apr, 2003 1 commit
  4. 17 Mar, 2003 1 commit
  5. 28 Feb, 2003 1 commit
  6. 06 Feb, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      Added START TRANSACTION syntax · cf9668fd
      monty@mashka.mysql.fi authored
      Added ALL as parameter option for all group functions.
      Make join handling uniform. This allows us to use ',', JOIN and INNER JOIN the same way.
      Sort NULL last if DESC is used (ANSI SQL 99 requirement)
      cf9668fd
  7. 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
  8. 14 Jan, 2003 1 commit
  9. 09 Nov, 2002 1 commit
  10. 07 Nov, 2002 1 commit
  11. 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
  12. 24 Oct, 2002 1 commit
  13. 01 Oct, 2002 1 commit
  14. 28 Aug, 2002 1 commit
  15. 08 Aug, 2002 1 commit
  16. 05 Aug, 2002 1 commit
  17. 02 Aug, 2002 1 commit
  18. 30 Jun, 2002 2 commits
  19. 29 Jun, 2002 1 commit
  20. 11 Jun, 2002 1 commit
  21. 15 Apr, 2002 1 commit
  22. 02 Apr, 2002 1 commit
  23. 22 Mar, 2002 1 commit
  24. 12 Mar, 2002 2 commits
  25. 31 Jan, 2002 1 commit
  26. 29 Jan, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      New error messages · be462898
      monty@hundin.mysql.fi authored
      Test of unsigned BIGINT values
      Fixes for queries-per-hour
      Cleanup of replication code (comments and portability fixes)
      Make most of the binary log code 4G clean
      Changed syntax for GRANT ... QUERIES PER HOUR
      be462898
  27. 27 Jan, 2002 1 commit
  28. 02 Jan, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      Added macros for nice TIMESPEC usage. · 4b877e00
      monty@hundin.mysql.fi authored
      Fixes for building MySQL with gcc 3.0
      Added SIGNED / UNSIGNED casts
      Fixed core dump bug in net_clear() with libmysqld.
      Back to using semaphores in query cache.
      Added 'Null' and 'Index_type' to SHOW INDEX.
      4b877e00
  29. 15 Dec, 2001 1 commit
  30. 06 Dec, 2001 1 commit
  31. 28 Nov, 2001 1 commit
  32. 04 Nov, 2001 1 commit
  33. 02 Nov, 2001 1 commit
  34. 09 Oct, 2001 4 commits
  35. 08 Oct, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Updated manual about embedded version. · 88aff4bf
      monty@hundin.mysql.fi authored
      Speed up column-completion in 'mysql'
      Don't use ISAM if HAVE_ISAM is not defined
      A lot of fixes for the embedded version.  All libraries are now included in libmysqld.a
      Changed arguments to convert_dirname() to make it more general.
      Renamed files in the 'merge' directory to all use a common prefix.
      Don't compile both assembler and C functions on x86
      88aff4bf