An error occurred fetching the project authors.
  1. 01 Dec, 2003 1 commit
  2. 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
  3. 19 Nov, 2003 1 commit
  4. 18 Nov, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS · cab1dc62
      monty@mashka.mysql.fi authored
      New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables.
      ALTER TABLE table_name ... CHARACTER SET  ... now changes all char/varchar/text columns to the given character set
      (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set)
      Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib)
      New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones)
      Removed compiler warnings
      Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
      cab1dc62
  5. 03 Nov, 2003 1 commit
  6. 31 Oct, 2003 1 commit
  7. 30 Oct, 2003 1 commit
  8. 20 Oct, 2003 1 commit
  9. 16 Oct, 2003 1 commit
  10. 12 Oct, 2003 1 commit
  11. 02 Sep, 2003 1 commit
  12. 27 Aug, 2003 1 commit
  13. 05 Aug, 2003 1 commit
  14. 24 Jul, 2003 1 commit
  15. 18 Jul, 2003 1 commit
  16. 17 Jul, 2003 3 commits
  17. 16 Jul, 2003 1 commit
  18. 03 Jul, 2003 1 commit
    • bar@bar.mysql.r18.ru's avatar
      Row comparison now does compare field collations, e.g. · 07f94cb7
      bar@bar.mysql.r18.ru authored
        ROW('a','b','c) = ROW('A' collate latin1_bin,'b','c') returns 0
      When a number is compared to a string, character sets and 
      collations are not aggregated. e.g. this returned error in 4.1.0:
      
      SELECT 1=_latin2'1';
      because character sets was aggregated, and 1 was considered as
      a string of latin1 charset during this aggregation.
      07f94cb7
  19. 02 Jul, 2003 2 commits
  20. 01 Jul, 2003 1 commit
  21. 30 Jun, 2003 1 commit
  22. 27 Jun, 2003 2 commits
  23. 26 Jun, 2003 2 commits
  24. 24 Jun, 2003 2 commits
  25. 10 Jun, 2003 1 commit
  26. 30 May, 2003 1 commit
  27. 21 May, 2003 1 commit
  28. 14 May, 2003 1 commit
  29. 22 Apr, 2003 1 commit
  30. 19 Mar, 2003 1 commit
  31. 07 Mar, 2003 1 commit
    • bar@bar.mysql.r18.ru's avatar
      sql_acl.cc, item.h: · 4b5bfe99
      bar@bar.mysql.r18.ru authored
        use of new argument
      sql_analyse.h:
        macros from mysql_priv.h. Should be deleted soon.
      mysql_priv.h:
        _default_charset_info has been removed
      item_cmpfunc.h:
        Use cmp_charset
      hostname.cc, hash_filo.h:
        Move charset to constructor argument
      4b5bfe99
  32. 04 Mar, 2003 1 commit
  33. 17 Feb, 2003 1 commit
  34. 16 Feb, 2003 1 commit