1. 31 May, 2007 4 commits
    • unknown's avatar
      fix test case · 1f164726
      unknown authored
      
      mysql-test/r/binlog.result:
        transaction ids increased by one due to have_log_bin.inc
      mysql-test/t/binlog.test:
        transaction ids for ps-protocol increased by one due to have_log_bin.inc
      1f164726
    • unknown's avatar
      fix test case broken for ps-protocol by previous push · d452e64f
      unknown authored
      
      mysql-test/t/mix_innodb_myisam_binlog.test:
        have_log_bin.inc increases transaction count by one, modify ps-protocol substitutions accordingly
      d452e64f
    • unknown's avatar
      Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work · a2f7c560
      unknown authored
      into  pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-nn
      
      
      mysql-test/t/blackhole.test:
        Auto merged
      mysql-test/t/mysqltest.test:
        Auto merged
      mysql-test/t/sp_trans.test:
        Auto merged
      a2f7c560
    • unknown's avatar
      some test cases cannot run with --skip-log-bin · 090c7396
      unknown authored
      
      mysql-test/r/mix_innodb_myisam_binlog.result:
        have_log_bin.inc increases transaction count by onw
      mysql-test/t/binlog.test:
        test obviously requires binlog
      mysql-test/t/blackhole.test:
        test requires binlog for now
      mysql-test/t/ctype_cp932_binlog.test:
        test requires binlog
      mysql-test/t/ctype_cp932_notembedded.test:
        test requires binlog for now
      mysql-test/t/ctype_ucs_binlog.test:
        test requires binlog
      mysql-test/t/drop_temp_table.test:
        test requires binlog for now
      mysql-test/t/flush_block_commit_notembedded.test:
        test requires binlog for now
      mysql-test/t/insert_select-binlog.test:
        test requires binlog
      mysql-test/t/mix_innodb_myisam_binlog.test:
        test requires binlog
      mysql-test/t/mysqlbinlog-cp932.test:
        test requires binlog
      mysql-test/t/mysqlbinlog.test:
        test requires binlog
      mysql-test/t/mysqlbinlog2.test:
        test requires binlog
      mysql-test/t/mysqltest.test:
        test requires binlog for now
      mysql-test/t/sp_trans.test:
        test requires binlog for now
      mysql-test/t/user_var-binlog.test:
        test requires binlog for now
      090c7396
  2. 30 May, 2007 2 commits
  3. 29 May, 2007 2 commits
  4. 24 May, 2007 3 commits
  5. 23 May, 2007 5 commits
  6. 22 May, 2007 6 commits
  7. 21 May, 2007 6 commits
  8. 19 May, 2007 2 commits
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/bug28401/my50-bug28401 · ee27eef7
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      ee27eef7
    • unknown's avatar
      Bug #28401 mysql_upgrade Failed with STRICT_ALL_TABLES, ANSI_QUOTES and NO_ZERO_DATE · 8942e322
      unknown authored
       - The SQL commands used by mysql_upgrade are written to be run
          with sql_mode set to '' - thus the scripts should change sql_mode
          for the session to make sure the SQL is legal.
      
      
      mysql-test/r/mysql_upgrade.result:
        Update test result
      mysql-test/t/mysql_upgrade.test:
        The SQL commands used by mysql_upgrade are written to be run
        with sql_mode set to '' - thus the scripts should change sql_mode
        for the session to make sure the SQL is legal.
      scripts/mysql_system_tables_fix.sql:
        Set sql_mode to '' before running the SQL commands
        to fix system tables - backport from 5.1
      8942e322
  9. 18 May, 2007 10 commits