An error occurred fetching the project authors.
  1. 16 Apr, 2004 1 commit
  2. 17 Mar, 2004 1 commit
  3. 10 Feb, 2004 1 commit
  4. 01 Feb, 2004 1 commit
  5. 31 Jan, 2004 1 commit
  6. 28 Nov, 2003 1 commit
    • monty@mysql.com's avatar
      Added missing SSL library (Should be in source distribution) · ede8169d
      monty@mysql.com authored
      Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler)
      Added a lot of 'version_xxx' strings to 'show variables'
      Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris)
      Fixed problem with printing sub selects to debug log
      ede8169d
  7. 23 Nov, 2003 1 commit
  8. 21 Nov, 2003 1 commit
  9. 20 Nov, 2003 1 commit
  10. 18 Nov, 2003 1 commit
  11. 13 Nov, 2003 1 commit
  12. 02 Nov, 2003 1 commit
  13. 31 Oct, 2003 1 commit
  14. 16 Oct, 2003 1 commit
  15. 11 Oct, 2003 1 commit
  16. 10 Oct, 2003 1 commit
  17. 14 Sep, 2003 1 commit
  18. 28 Aug, 2003 1 commit
  19. 12 Aug, 2003 1 commit
  20. 17 Jul, 2003 1 commit
  21. 15 Jul, 2003 1 commit
  22. 07 Jul, 2003 2 commits
  23. 06 Jul, 2003 1 commit
  24. 05 Jul, 2003 1 commit
  25. 30 Jun, 2003 1 commit
  26. 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
  27. 30 May, 2003 1 commit
  28. 26 Apr, 2003 1 commit
  29. 23 Apr, 2003 1 commit
  30. 14 Mar, 2003 1 commit
  31. 06 Mar, 2003 1 commit
  32. 02 Feb, 2003 1 commit
  33. 30 Jan, 2003 1 commit
  34. 29 Jan, 2003 1 commit
  35. 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
  36. 25 Jan, 2003 1 commit
  37. 07 Jan, 2003 1 commit
  38. 06 Dec, 2002 1 commit
  39. 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