An error occurred fetching the project authors.
  1. 01 Mar, 2006 2 commits
  2. 28 Feb, 2006 1 commit
  3. 27 Feb, 2006 1 commit
  4. 26 Feb, 2006 1 commit
    • monty@mysql.com's avatar
      Cleanups · 386276d8
      monty@mysql.com authored
      Don't run upgrade.test with embedded server as it requires mysqlcheck
      386276d8
  5. 25 Feb, 2006 1 commit
    • guilhem@mysql.com's avatar
      WL#2977 and WL#2712 global and session-level variable to set the binlog format (row/statement), · 00717495
      guilhem@mysql.com authored
      and new binlog format called "mixed" (which is statement-based except if only row-based is correct,
      in this cset it means if UDF or UUID is used; more cases could be added in later 5.1 release):
      SET GLOBAL|SESSION BINLOG_FORMAT=row|statement|mixed|default;
      the global default is statement unless cluster is enabled (then it's row) as in 5.1-alpha.
      It's not possible to use SET on this variable if a session is currently in row-based mode and has open temporary tables (because CREATE
      TEMPORARY TABLE was not binlogged so temp table is not known on slave),  or if NDB is enabled (because
      NDB does not support such change on-the-fly, though it will later), of if in a stored function (see below).
      The added tests test the possibility or impossibility to SET, their effects, and the mixed mode,
      including in prepared statements and in stored procedures and functions.
      Caveats:
      a) The mixed mode will not work for stored functions: in mixed mode, a stored function will
      always be binlogged as one call and in a statement-based way (e.g. INSERT VALUES(myfunc()) or SELECT myfunc()).
      b) for the same reason, changing the thread's binlog format inside a stored function is
      refused with an error message.
      c) the same problems apply to triggers; implementing b) for triggers will be done later (will ask
      Dmitri).
      Additionally, as the binlog format is now changeable by each user for his session, I remove the implication
      which was done at startup, where row-based automatically set log-bin-trust-routine-creators to 1
      (not possible anymore as a user can now switch to stmt-based and do nasty things again), and automatically
      set --innodb-locks-unsafe-for-binlog to 1 (was anyway theoretically incorrect as it disabled
      phantom protection).
      Plus fixes for compiler warnings.
      00717495
  6. 23 Feb, 2006 1 commit
  7. 22 Feb, 2006 3 commits
  8. 20 Feb, 2006 3 commits
  9. 17 Feb, 2006 2 commits
  10. 16 Feb, 2006 3 commits
  11. 15 Feb, 2006 1 commit
  12. 14 Feb, 2006 1 commit
    • serg@serg.mylan's avatar
      dbug changes: · 63cfd118
      serg@serg.mylan authored
      1. dbug state is now local to a thread
      2. new macros: DBUG_EXPLAIN, DBUG_EXPLAIN_INITIAL,
         DBUG_SET, DBUG_SET_INITIAL, DBUG_EVALUATE, DBUG_EVALUATE_IF
      3. macros are do{}while(0) wrapped
      4. incremental modifications to the dbug state (e.g. "+d,info:-t")
      5. dbug code cleanup, style fixes
      6. _db_on_ and DEBUGGER_ON/OFF removed
      7. rest of MySQL code fixed because of 3 (missing ;) and 6
      8. dbug manual updated
      9. server variable @@debug (global and local) to control dbug from SQL!
      a. -#T to print timestamps in the log
      63cfd118
  13. 13 Feb, 2006 1 commit
  14. 07 Feb, 2006 1 commit
  15. 06 Feb, 2006 1 commit
  16. 05 Feb, 2006 1 commit
  17. 02 Feb, 2006 1 commit
  18. 01 Feb, 2006 4 commits
  19. 31 Jan, 2006 3 commits
  20. 25 Jan, 2006 1 commit
  21. 17 Jan, 2006 2 commits
  22. 12 Jan, 2006 1 commit