An error occurred fetching the project authors.
  1. 11 Mar, 2004 1 commit
  2. 26 Jan, 2004 1 commit
  3. 23 Jan, 2004 1 commit
  4. 04 Jan, 2004 1 commit
  5. 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
  6. 10 Dec, 2003 1 commit
  7. 08 Dec, 2003 1 commit
  8. 04 Dec, 2003 1 commit
  9. 02 Dec, 2003 1 commit
  10. 26 Nov, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · 611096a7
      hf@deer.(none) authored
      WL#1284 (warnings about --skip-name-resolve)
      Messages corrected
      611096a7
  11. 24 Nov, 2003 1 commit
  12. 20 Nov, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · 72566c79
      hf@deer.(none) authored
      WL#1284 (warnings about --skip-name-resolve)
      Now MySQL will issue warnings during startup about entries in
      grant tables with hostnames that require resolve, and after
      GRANT commands with that kind of hostnames.
      72566c79
  13. 18 Nov, 2003 3 commits
  14. 17 Nov, 2003 1 commit
  15. 14 Nov, 2003 1 commit
  16. 13 Nov, 2003 1 commit
    • pem@mysql.comhem.se's avatar
      Various bug fixes: · c38bb3d7
      pem@mysql.comhem.se authored
        - Duplicate parameters/variables, conditions and cursors (not allowed).
        - ITERATE in labelled BEGIN-END (not allowed).
        - Missing SQLSTATE [VALUE] keywords in CONDITION/HANDLER declaration (added).
        - Empty BEGIN-END (now allowed).
        - End label (now optional).
      c38bb3d7
  17. 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
  18. 21 Oct, 2003 1 commit
  19. 16 Oct, 2003 1 commit
  20. 15 Oct, 2003 1 commit
  21. 12 Oct, 2003 1 commit
  22. 10 Oct, 2003 1 commit
  23. 08 Oct, 2003 1 commit
  24. 06 Oct, 2003 1 commit
  25. 03 Oct, 2003 1 commit
  26. 02 Oct, 2003 1 commit
  27. 17 Sep, 2003 1 commit
  28. 16 Sep, 2003 1 commit
  29. 13 Sep, 2003 2 commits
  30. 01 Sep, 2003 1 commit
    • dlenev@dlenev.mshome's avatar
      Implemented replication over SSL · 2486222c
      dlenev@dlenev.mshome authored
       Added proper options to CHANGE MASTER TO, new fields to SHOW SLAVE STATUS,
       Honoring this parameters during connection to master.
       Introduced new format of master.info file
      2486222c
  31. 29 Jul, 2003 1 commit
  32. 24 Jul, 2003 2 commits
  33. 15 Jul, 2003 1 commit
  34. 09 Jul, 2003 2 commits
  35. 08 Jul, 2003 1 commit
    • guilhem@mysql.com's avatar
      Fix for · 46b0e778
      guilhem@mysql.com authored
      BUG#797 "If query ignored on slave (replicate-ignore-table) the slave still checks if
      the returned error (0) is the same as the one on the master, whereas it shouldn't
      test this.
      Plus a new test for BUG#797.
      46b0e778