An error occurred fetching the project authors.
  1. 12 Jan, 2004 1 commit
  2. 19 Dec, 2003 1 commit
  3. 16 Dec, 2003 1 commit
    • guilhem@mysql.com's avatar
      Fix for BUG#2083 · db2d812d
      guilhem@mysql.com authored
      "EE_ error codes (EE_DELETE, EE_WRITE) end up in the binlog, making slave stop".
      The problem was that during execution of the command on the master, an error
      can occur (for example, not space left on device, then mysqld waits and when
      there is space it completes successfully: so finally it worked but the error
      EE_WRITE remains in thd->net.last_errno and thd->net.last_error).
      To know if finally the command succeeded, we test the 'error' variable in
      every place, and if it shows no failure we reset thd->net.last_err* using
      the function THD::clear_error() which is backported from 4.1.
      A new test to see if now only real errors get to the binlog (note: the test
      uses "rm").
      
      Also a bit of memory free/alloc saving in log_event.cc (do not free the whole
      mem_root after every query in the slave SQL thread: we can keep the initial
      block of it; which will be freed when the thread terminates).
      db2d812d
  4. 21 Nov, 2003 1 commit
  5. 20 Nov, 2003 1 commit
  6. 18 Nov, 2003 3 commits
  7. 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
  8. 24 Oct, 2003 1 commit
  9. 08 Oct, 2003 1 commit
  10. 07 Oct, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · 6112853c
      heikki@hundin.mysql.fi authored
        Multiple tablespaces for InnoDB
      sql_table.cc:
        Tell explicitly that InnoDB should retrieve all columns in CHECKSUM TABLE
      sql_update.cc, sql_select.cc, my_base.h:
        More descriptive flag name HA_EXTRA_RETRIEVE_ALL_COLS
      6112853c
  11. 26 Sep, 2003 2 commits
    • guilhem@gbichot2's avatar
      A fix of the fix for BUG#1209 (was: SELECT DATABASE() still shows dropped database). · 30c55ea4
      guilhem@gbichot2 authored
      Don't free the client's selected db (thd->db) when it has been DROPped,
      if this is a slave thread; the x_free() was causing a lot
      of various bugs in rpl_loaddata_rule_m (garbage characters, segfault, hangs in
      other threads).
      A small post-merge fix (rli->inside_transaction exists in 4.0 only).
      30c55ea4
    • hf@deer.(none)'s avatar
      SCRUM: · ba8fa76f
      hf@deer.(none) authored
      WL#604 Privileges in embedded library
      code added to check privileges in embedded library
      NO_EMBEDDED_ACCESS_CHECKS macros inserted in code so we can exclude
      access-checking parts. Actually we now can exclude these parts from
      standalone server as well. Do we need it?
      Access checks are disabled in embedded server by default. One should
      edit libmysqld/Makefile manually to get this working.
      We definitely need the separate configure for embedded server
      ba8fa76f
  12. 15 Sep, 2003 1 commit
  13. 10 Sep, 2003 1 commit
  14. 08 Sep, 2003 1 commit
  15. 29 Jul, 2003 1 commit
  16. 22 Jul, 2003 1 commit
  17. 14 Jul, 2003 1 commit
  18. 11 Jul, 2003 1 commit
    • guilhem@mysql.com's avatar
      Fix for BUG#791: · fbebac9a
      guilhem@mysql.com authored
      a safer way of initing the mutexes in MYSQL_LOG.
      is_open() is now always thread-safe.
      See each file for details.
      fbebac9a
  19. 30 May, 2003 1 commit
  20. 21 May, 2003 1 commit
  21. 13 May, 2003 1 commit
  22. 28 Apr, 2003 1 commit
  23. 23 Apr, 2003 1 commit
  24. 19 Apr, 2003 1 commit
  25. 08 Apr, 2003 1 commit
  26. 07 Apr, 2003 1 commit
  27. 18 Mar, 2003 1 commit
  28. 17 Mar, 2003 1 commit
  29. 15 Mar, 2003 1 commit
  30. 21 Feb, 2003 1 commit
  31. 07 Feb, 2003 1 commit
  32. 29 Jan, 2003 1 commit
  33. 19 Jan, 2003 1 commit
  34. 18 Jan, 2003 1 commit
  35. 09 Jan, 2003 2 commits
  36. 05 Jan, 2003 1 commit