1. 02 Apr, 2008 2 commits
  2. 26 Mar, 2008 1 commit
    • unknown's avatar
      After merge fixes · bd025736
      unknown authored
      
      mysql-test/include/commit.inc:
        Adjust path
        Add missing drop tables
      mysql-test/mysql-test-run.pl:
        Remove duplicate printout
      mysql-test/lib/mtr_report.pm:
        Only print each test that has failed once
      mysql-test/r/commit_1innodb.result:
        Adjust path
        Add missing drop table
      mysql-test/suite/binlog/r/binlog_multi_engine.result:
        Remove merge error - extra s
      mysql-test/suite/binlog/r/binlog_unsafe.result:
        Remove drop of non existing view
      mysql-test/suite/binlog/t/binlog_unsafe.test:
        Remove drop of non existing view
      bd025736
  3. 25 Mar, 2008 7 commits
    • unknown's avatar
      Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl · 9cf83298
      unknown authored
      into  pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr
      
      
      client/mysqltest.c:
        Auto merged
      configure.in:
        Auto merged
      mysql-test/extra/rpl_tests/rpl_loaddata.test:
        Auto merged
      mysql-test/extra/rpl_tests/rpl_log.test:
        Auto merged
      mysql-test/include/mix1.inc:
        Auto merged
      mysql-test/lib/mtr_report.pm:
        Auto merged
      mysql-test/r/create.result:
        Auto merged
      mysql-test/r/gis.result:
        Auto merged
      mysql-test/r/mysqlbinlog.result:
        Auto merged
      mysql-test/r/trigger.result:
        Auto merged
      mysql-test/r/view.result:
        Auto merged
      mysql-test/suite/binlog/r/binlog_row_mix_innodb_myisam.result:
        Auto merged
      mysql-test/suite/binlog/r/binlog_stm_blackhole.result:
        Auto merged
      mysql-test/suite/binlog/r/binlog_stm_mix_innodb_myisam.result:
        Auto merged
      mysql-test/suite/rpl/r/rpl_flushlog_loop.result:
        Auto merged
      mysql-test/suite/rpl/t/disabled.def:
        Auto merged
      mysql-test/suite/rpl/t/rpl_flushlog_loop.test:
        Auto merged
      mysql-test/t/create.test:
        Auto merged
      mysql-test/t/disabled.def:
        Auto merged
      mysql-test/t/mysqldump.test:
        Auto merged
      mysql-test/t/show_check.test:
        Auto merged
      mysql-test/t/trigger.test:
        Auto merged
      mysql-test/t/view.test:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_ndbcluster_binlog.cc:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Use local
      mysql-test/r/type_blob.result:
        Manual merge
      mysql-test/suite/binlog/r/binlog_multi_engine.result:
        Manual merge
      mysql-test/suite/binlog/r/binlog_unsafe.result:
        Manual merge
      mysql-test/suite/binlog/t/binlog_unsafe.test:
        Manual merge
      mysql-test/suite/rpl/r/rpl_loaddata.result:
        Manual merge
      mysql-test/t/mysqlbinlog2.test:
        Manual merge
      9cf83298
    • unknown's avatar
      Bug#34761 Mysql-test-run.pl script hangs on Windows · 07ce948e
      unknown authored
      
      mysql-test/mysql-test-run.pl:
        Group all code to find extra suites together
        Fix problem with infinite loop by using splitdir to split the path
        Use a hash to map clone name -> extr suite
      07ce948e
    • unknown's avatar
      Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1 · bccc041d
      unknown authored
      into  pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
      
      
      bccc041d
    • unknown's avatar
      Bug#34761 Mysql-test-run.pl script hangs on Windows · 266790e8
      unknown authored
      
      mysql-test/mysql-test-run.pl:
        Group all code to find extra suites together
        Fix problem with infinite loop by using splitdir to split the path
        Use a hash to map clone name -> extr suite
      266790e8
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-rpl · b84d4a82
      unknown authored
      into  pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
      
      
      b84d4a82
    • unknown's avatar
      Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr-mvt · 425f5bdd
      unknown authored
      into  pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr
      
      
      425f5bdd
    • unknown's avatar
      Find mysqld binary from it's basedir · 2e3940aa
      unknown authored
      2e3940aa
  4. 14 Mar, 2008 12 commits
  5. 13 Mar, 2008 2 commits
    • unknown's avatar
      Find ndb binaries · 24640ab9
      unknown authored
      Verbose SafeProcess.pm 
      
      
      mysql-test/mysql-test-run.pl:
        Cleanup how script find ndb binaries and paths
        Remove "executable_setup_failed" code, i.e either we have ndb support or we don't
        Remove ndb_extra_test, not used by any test. If there is a need for that, just 
        create a new suite
      mysql-test/lib/My/Find.pm:
        Add possibility to use my_find_bin for a binary that is not required
      mysql-test/lib/My/SafeProcess.pm:
        Add verbose printous that can be turned on
        Wait on process also if start_kill failed
        Turn verbose on for windows
      mysql-test/lib/My/SafeProcess/safe_kill_win.cc:
        Extend sleep from 0 to 100
      mysql-test/lib/mtr_cases.pm:
        Remove ndb_extra
      mysql-test/suite/rpl_ndb/t/rpl_ndb_circular.test:
        Extra checks should be for Last_IO_Errno
      24640ab9
    • unknown's avatar
      New Makefile.am for mysql-test makes it pass also "make distcheck" and "make install" · 055d5da8
      unknown authored
      
      mysql-test/lib/My/SafeProcess/Makefile.am:
        Update Makefile.am to dist all relevant files
      055d5da8
  6. 12 Mar, 2008 6 commits
  7. 11 Mar, 2008 2 commits
    • unknown's avatar
      Removed pushbuild errors. · 40515ad7
      unknown authored
      Problem: rpl_variables_stm.test used a character set and a collation which
      are not included on all platforms.
      Fix: replace the character set and collation by ones that are included on
      all platforms. (rpl_variables_stm does not rely on which character set is
      used, the only important aspect is the fact that it changes.)
      
      
      mysql-test/suite/rpl/r/rpl_variables_stm.result:
        Updated result file.
      mysql-test/suite/rpl/t/rpl_variables_stm.test:
        Changed test to get rid of pushbuild errors.
      40515ad7
    • unknown's avatar
      Temporarily turn on verbose on windows · bc4d3646
      unknown authored
      bc4d3646
  8. 10 Mar, 2008 8 commits