An error occurred fetching the project authors.
  1. 26 Apr, 2008 1 commit
  2. 25 Apr, 2008 1 commit
  3. 24 Apr, 2008 3 commits
  4. 23 Apr, 2008 1 commit
  5. 22 Apr, 2008 1 commit
  6. 21 Apr, 2008 4 commits
  7. 14 Apr, 2008 2 commits
  8. 10 Apr, 2008 1 commit
  9. 09 Apr, 2008 2 commits
    • unknown's avatar
      Fix return code from check-warnings to indicate if test failed or not. · 52420488
      unknown authored
      No more string matching
      
      
      mysql-test/include/check-warnings.test:
        Check return value from check_warnings and call skip if ok
      mysql-test/include/mtr_check.sql:
        Improve readability
      mysql-test/include/mtr_warnings.sql:
        Add out parameter for result.
        Increase the max_allowed_packet variable so the load_file works
        even if the server is started with low such value
      52420488
    • unknown's avatar
      Turn on --check-testcase by default · fc0de68e
      unknown authored
      Don't log check_warnings to binlog
      
      
      mysql-test/include/check-testcase.test:
        Change to use a stored pårocedure for check_testcase
      mysql-test/include/mtr_warnings.sql:
        Don't log the check_warning procedure to binlog
      mysql-test/mysql-test-run.pl:
        Turn on --check-testcase by default
      mysql-test/include/mtr_check.sql:
        New BitKeeper file ``mysql-test/include/mtr_check.sql''
      fc0de68e
  10. 08 Apr, 2008 2 commits
    • unknown's avatar
      Check warnings in servers error log as part of test case · 2c4ca510
      unknown authored
      BitKeeper/deleted/.del-rpl_bug33931-slave.opt:
        Delete: mysql-test/suite/rpl/t/rpl_bug33931-slave.opt
      mysql-test/include/default_mysqld.cnf:
        Set a default name for "log-bin"
      mysql-test/mysql-test-run.pl:
        Check for warnings in mysqld error log files after each testcase,
        using SQL
      mysql-test/lib/mtr_cases.pm:
        Make mtr_match into a perl module
      mysql-test/lib/mtr_match.pm:
        Make mtr_match into a perl module
      mysql-test/lib/mtr_report.pm:
        Make mtr_match into a perl module
        Print warnings if testcase failed from warnings
      mysql-test/r/information_schema.result:
        Be more selective which databases and tables are select in the queries
      mysql-test/r/mysql_upgrade.result:
        Update result, mysql_upgrade will check _all_ databases
      mysql-test/r/mysqlcheck.result:
        Update result, mysql_upgrade should check _all_ databases
      mysql-test/r/sp-destruct.result:
        Be more selective which databases and tables are select in the queries
      mysql-test/r/sp-error.result:
        Backup and restore mysql.proc table
      mysql-test/r/sp-security.result:
        Be more selective which databases and tables are select in the queries
      mysql-test/r/sp.result:
        Be more selective which databases and tables are select in the queries
      mysql-test/suite/rpl/r/rpl_bug33931.result:
        Move the setting of debug flag into the test file instead of in -slave.opt
        Add supression
      mysql-test/suite/rpl/r/rpl_idempotency.result:
        Add supression
        Add master-slave-end.inc
      mysql-test/suite/rpl/t/rpl_bug33931.test:
        Move the setting of debug flag into the test file instead of in -slave.opt
        Add supression
      mysql-test/suite/rpl/t/rpl_idempotency.test:
        Add supression
        Add master-slave-end.inc
      mysql-test/t/information_schema.test:
        Be more selective which databases and tables are select in the queries
      mysql-test/t/sp-destruct.test:
        Be more selective which databases and tables are select in the queries
      mysql-test/t/sp-error.test:
        Backup and restore mysql.proc table
      mysql-test/t/sp-security.test:
        Be more selective which databases and tables are select in the queries
      mysql-test/t/sp.test:
        Be more selective which databases and tables are select in the queries
      mysql-test/include/check-warnings.test:
        New BitKeeper file ``mysql-test/include/check-warnings.test''
      mysql-test/include/mtr_warnings.sql:
        New BitKeeper file ``mysql-test/include/mtr_warnings.sql''
      2c4ca510
    • unknown's avatar
  11. 02 Apr, 2008 1 commit
  12. 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
  13. 25 Mar, 2008 3 commits
  14. 14 Mar, 2008 1 commit
  15. 13 Mar, 2008 1 commit
    • 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
  16. 12 Mar, 2008 1 commit
  17. 11 Mar, 2008 1 commit
  18. 10 Mar, 2008 1 commit
  19. 06 Mar, 2008 2 commits
  20. 03 Mar, 2008 1 commit
    • unknown's avatar
      Apply patch · e32d6c83
      unknown authored
      mysql-test/mysql-test-run.pl:
        Apply patch for bug#34995
      e32d6c83
  21. 28 Feb, 2008 3 commits
  22. 25 Feb, 2008 1 commit
    • unknown's avatar
      Only uise one file for current test · 78100d80
      unknown authored
      Don't retry by default
      Fixes for --embedded
      
      
      mysql-test/lib/My/ConfigFactory.pm:
        Don't copy log-error to [embedded] section
      mysql-test/lib/mtr_cases.pm:
        Auto skip all not_embedded when running with embedded
      mysql-test/mysql-test-run.pl:
        Only uise one file for current test
        Don't retry by default
      mysql-test/t/csv.test:
        Change master-data -> mysqld.1/data
      mysql-test/t/innodb.test:
        Change master-data -> mysqld.1/data
      mysql-test/t/ps_1general.test:
        Change master-data -> mysqld.1/data
      mysql-test/t/trigger.test:
        Change master-data -> mysqld.1/data
      78100d80
  23. 22 Feb, 2008 4 commits
  24. 20 Feb, 2008 1 commit
    • unknown's avatar
      Use My::Platform · 0d01221c
      unknown authored
      Put all path conversions in one file
      Convert the --tmpdir  passed to "mysqld --verbose --help"
      
      
      mysql-test/lib/My/Find.pm:
        Use My::Platform
      mysql-test/lib/My/SafeProcess.pm:
        use My::Platform
      mysql-test/lib/mtr_cases.pm:
        Use My::Platform
      mysql-test/lib/mtr_misc.pl:
        Move 'mtr_native_path' to My::Platform
      mysql-test/lib/My/Platform.pm:
        New BitKeeper file ``mysql-test/lib/My/Platform.pm''
      mysql-test/lib/t/Platform.t:
        New BitKeeper file ``mysql-test/lib/t/Platform.t''
      0d01221c