An error occurred fetching the project authors.
  1. 05 Mar, 2004 1 commit
  2. 04 Mar, 2004 1 commit
  3. 30 Dec, 2003 1 commit
    • monty@mysql.com's avatar
      Some small portability fixes. · c1dd070b
      monty@mysql.com authored
      Added support for lower_case_table_names=2, which is to be used on case insensitive file systems.
      This tells MySQL to preserve the used case of filenames and database names to make it esier to move files between cases sensitive can case insensitive file systems (like Windows and Linux)
      c1dd070b
  4. 21 Dec, 2003 1 commit
  5. 18 Dec, 2003 1 commit
  6. 16 Dec, 2003 5 commits
  7. 09 Dec, 2003 1 commit
  8. 20 Nov, 2003 1 commit
  9. 08 Oct, 2003 1 commit
  10. 29 Sep, 2003 2 commits
  11. 24 Sep, 2003 1 commit
  12. 19 Sep, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · a2dbfaef
      hf@deer.(none) authored
      embedded library
      hash_insert renamed to my_hash_insert to avoid name intersection
      with another libraries
      is there better idea?
      a2dbfaef
  13. 18 Sep, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM: · 0e059dcb
      hf@deer.(none) authored
      embedded library
      I decided to get rid of #define mysql_some_function in mysql.h
      It puzzles users and makes problems with dynamic libraries
      
      Finally, there are only two functions left, that are covered with
      the #define-s and it won't hurt performance at all
      0e059dcb
  14. 08 Sep, 2003 1 commit
  15. 28 Aug, 2003 1 commit
  16. 22 Aug, 2003 1 commit
  17. 20 Aug, 2003 1 commit
  18. 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
  19. 27 Jun, 2003 1 commit
  20. 17 Jun, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · c4e3a624
      hf@deer.(none) authored
      client capabilities included into libmysqld
      some API methods became "virtual"
      lots of duplicated code removed
      
      IMHO all the above made library's code way more pleasant to look at, didn't it?
      c4e3a624
  21. 16 Jun, 2003 1 commit
  22. 13 Jun, 2003 1 commit
  23. 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
  24. 27 May, 2003 1 commit
  25. 21 May, 2003 1 commit
  26. 16 Mar, 2003 1 commit
  27. 11 Mar, 2003 1 commit
  28. 04 Mar, 2003 1 commit
  29. 03 Mar, 2003 1 commit
  30. 19 Feb, 2003 1 commit
  31. 14 Feb, 2003 1 commit
  32. 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
  33. 07 Jan, 2003 1 commit
  34. 05 Jan, 2003 1 commit
  35. 04 Jan, 2003 1 commit