1. 06 Jul, 2006 1 commit
    • guilhem@gbichot3.local's avatar
      Behaviour change of mysql-test-run.pl: · fd520be8
      guilhem@gbichot3.local authored
      by default we never run disabled tests (even if they're
      explicitely listed on the command-line). We add an option --enable-disabled
      which will run tests even though they are disabled, and will print, for each
      such test, the comment explaining why it was disabled.
      The reason for the change is when you want to run "all tests which are about
      NDB" for example: mysql-test-run.pl t/*ndb*.test used to run some disabled
      NDB tests, causing failures, causing investigations.
      Code amended and approved by Kent.
      fd520be8
  2. 20 Jun, 2006 1 commit
    • guilhem@mysql.com's avatar
      Fix for BUG#20522 "RBR: CREATE TEMPORARY TABLE SELECT writes to binlog · ff179e37
      guilhem@mysql.com authored
      though unneeded". It's indeed unneeded, as slave is only interested in
      permanent tables, and permanent tables don't depend on temporary tables
      when in row-based binlogging mode. And other CREATE TEMPORARY TABLE
      (referring no table or with LIKE) already don't write the CREATE to
      binlog in row-based mode. 
      ff179e37
  3. 19 Jun, 2006 8 commits
  4. 18 Jun, 2006 1 commit
  5. 17 Jun, 2006 6 commits
  6. 16 Jun, 2006 23 commits