An error occurred fetching the project authors.
  1. 18 Mar, 2004 2 commits
  2. 17 Mar, 2004 2 commits
  3. 16 Mar, 2004 1 commit
  4. 15 Mar, 2004 1 commit
    • konstantin@mysql.com's avatar
      Fixes for bugs #2274 "mysqld gets SIGSEGV during processing of malformed · e43ac760
      konstantin@mysql.com authored
      COM_EXECUTE packet" and #2795 "prepare + execute without bind_param crashes
       server" and #2473 "seg fault running tests/client_test.c": 
      - length checking added to packet parser 
      - default impelemntation of Item_param::set_param_func will work in
      case of malformed packet.
      No test cases are possible in our test suite, as there are no tests 
      operating on protocol layer.
      e43ac760
  5. 03 Mar, 2004 1 commit
  6. 02 Mar, 2004 1 commit
  7. 27 Feb, 2004 1 commit
  8. 20 Feb, 2004 1 commit
  9. 13 Feb, 2004 1 commit
  10. 12 Feb, 2004 1 commit
  11. 08 Feb, 2004 1 commit
  12. 02 Feb, 2004 1 commit
  13. 20 Jan, 2004 1 commit
  14. 19 Jan, 2004 2 commits
  15. 30 Dec, 2003 1 commit
    • hf@deer.(none)'s avatar
      Fix for prepared statements · bfe134b8
      hf@deer.(none) authored
      Here i added Item_*::cleanup() functions,
      removed a lot of ~Item_*'s,
      added code to restore order_list and group_list
      bfe134b8
  16. 25 Dec, 2003 1 commit
  17. 21 Dec, 2003 1 commit
  18. 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
  19. 14 Dec, 2003 1 commit
    • monty@mysql.com's avatar
      Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105) · d47deebb
      monty@mysql.com authored
      Don't dump data for MRG_ISAM or MRG_MYISAM tables. (Bug #1846)
      Ensure that 'lower_case_table_names' is always set on case insensitive file systems. (Bug #1812)
      One can now configure MySQL as windows service as a normal user. (Bug #1802)
      Database names is now compared with lower case in ON clause when lower_case_table_names is set. (Bug #1736)
      IGNORE ... LINES option didn't work when used with fixed length rows. (Bug #1704)
      Change INSERT DELAYED ... SELECT... to INSERT .... SELECT (Bug #1983)
      Safety fix for service 'mysql start' (Bug #1815)
      d47deebb
  20. 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
  21. 25 Nov, 2003 1 commit
  22. 23 Nov, 2003 1 commit
  23. 22 Nov, 2003 1 commit
    • dlenev@dlenev.mshome's avatar
      Fix for bug #1500 "Server crash with mysql_prepare" · 625371f3
      dlenev@dlenev.mshome authored
      We treat Item_param whose value is not set as non-const.
      This allows us to avoid use of Item_param's value (not yet existing) in 
      those fix_fields and fix_length_and_dec that do calculations if their 
      Items arguments are const. So we can call fix_fields for such items from
      mysql_prepare safely.
      625371f3
  24. 20 Nov, 2003 1 commit
  25. 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
  26. 16 Nov, 2003 1 commit
  27. 03 Nov, 2003 1 commit
    • monty@narttu.mysql.fi's avatar
      Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_NAME error · a444a344
      monty@narttu.mysql.fi authored
      Cleaned up (and disabled part of) date/time/datetime format patch. One can't anymore change default read/write date/time/formats.
      This is becasue the non standard datetime formats can't be compared as strings and MySQL does still a lot of datetime comparisons as strings
      Changed flag argument to str_to_TIME() and get_date() from bool to uint
      Removed THD from str_to_xxxx functions and Item class.
      Fixed core dump when doing --print-defaults
      Move some common string functions to strfunc.cc
      Dates as strings are now of type my_charset_bin instead of default_charset()
      Introduce IDENT_QUOTED to not have to create an extra copy of simple identifiers (all chars < 128)
      Removed xxx_FORMAT_TYPE enums and replaced them with the old TIMESTAMP_xxx enums
      Renamed some TIMESTAMP_xxx enums to more appropriate names
      Use defines instead of integers for date/time/datetime string lengths
      Added to build system and use the new my_strtoll10() function.
      a444a344
  28. 31 Oct, 2003 1 commit
  29. 30 Oct, 2003 1 commit
  30. 20 Oct, 2003 1 commit
  31. 16 Oct, 2003 2 commits
  32. 12 Oct, 2003 1 commit
  33. 01 Oct, 2003 1 commit
    • hf@deer.(none)'s avatar
      Fix for #1430 · 73f2e739
      hf@deer.(none) authored
      there was an error about sendind prepared parameters to the server
      73f2e739
  34. 22 Sep, 2003 1 commit
  35. 02 Sep, 2003 1 commit
  36. 29 Aug, 2003 1 commit