- 22 Apr, 2008 6 commits
-
-
unknown authored
-
unknown authored
running on windows. Apparently Cygwin tries to emulate UNIX Socket and thus fails to create one.
-
unknown authored
-
unknown authored
"eval use" it. Instead trap the error that occurs when creating the socket on platforms that does not support it.
-
unknown authored
Straigthen code to be more explicit
-
unknown authored
Also make it possible to specify a path to the suite, for example: ./mtr --suite=/some/path/to/suitedir mysql-test/lib/My/Find.pm: Extend 'my_find_paths' to glob path names
-
- 21 Apr, 2008 6 commits
-
-
unknown authored
since it's used by the check
-
unknown authored
-
unknown authored
-
unknown authored
Don't allow unix socket path to be truncated mysql-test/lib/My/Platform.pm: Add check for unix socket path truncation mysql-test/mysql-test-run.pl: Don't allow socket path to be truncated. Fail and ask user to correct the problem by using a shorter path with --tmpdir
-
unknown authored
Fix warnings mysql-test/mysql-test-run.pl: Symlink var/tmp to $opt_tmpdir if not using var/tmp mysql-test/include/restart_mysqld.inc: Renama
-
unknown authored
the server dissapears Check return code of 'mysql_ping' Add "shutdown", call 'mysql_shutdown' on the current connection mysql-test/include/restart_mysqld.inc: Use "kill_server" mysql-test/include/wait_until_connected_again.inc: Init $mysql_errno to 9999 Add workaround for BUG#36228
-
- 20 Apr, 2008 2 commits
-
-
unknown authored
mysql-test/include/wait_until_connected_again.inc: added new errno 1053 mysql-test/include/wait_until_disconnected.inc: added new errno 1053
-
unknown authored
mysql-test/suite/rpl/r/rpl_slave_grp_exec.result: result file mysql-test/suite/rpl/t/rpl_slave_grp_exec-master.opt: master option file mysql-test/suite/rpl/t/rpl_slave_grp_exec-slave.opt: slave option file mysql-test/suite/rpl/t/rpl_slave_grp_exec.test: test case
-
- 14 Apr, 2008 2 commits
- 11 Apr, 2008 2 commits
- 10 Apr, 2008 1 commit
-
-
unknown authored
after expected crash server restart. The test timeout process was killed not restarted.
-
- 09 Apr, 2008 10 commits
-
-
unknown authored
-
unknown authored
sql/ha_ndbcluster_binlog.cc: Add Ndb error code 721 to list of errors that should not be printed to error log
-
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
-
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''
-
unknown authored
regardless of it's current value
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1-new-rpl
-
unknown authored
-
unknown authored
-
unknown authored
-
unknown authored
BitKeeper/deleted/.del-events_restart_phase2.test: Delete: mysql-test/t/events_restart_phase2.test BitKeeper/deleted/.del-events_restart_phase2-master.opt: Delete: mysql-test/t/events_restart_phase2-master.opt BitKeeper/deleted/.del-events_restart_phase3.test: Delete: mysql-test/t/events_restart_phase3.test BitKeeper/deleted/.del-events_restart_phase3-master.opt: Delete: mysql-test/t/events_restart_phase3-master.opt BitKeeper/deleted/.del-events_restart_phase2.result: Delete: mysql-test/r/events_restart_phase2.result BitKeeper/deleted/.del-events_restart_phase3.result: Delete: mysql-test/r/events_restart_phase3.result mysql-test/include/restart_mysqld.inc: New BitKeeper file ``mysql-test/include/restart_mysqld.inc'' mysql-test/include/wait_until_disconnected.inc: New BitKeeper file ``mysql-test/include/wait_until_disconnected.inc'' mysql-test/t/events_restart-master.opt: New BitKeeper file ``mysql-test/t/events_restart-master.opt''
-
- 08 Apr, 2008 5 commits
-
-
unknown authored
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl mysql-test/mysql-test-run.pl: Auto merged
-
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''
-
unknown authored
-
unknown authored
-
- 07 Apr, 2008 1 commit
-
-
unknown authored
Added waiting start/stop slave via primitives. mysql-test/suite/rpl/r/rpl_slave_status.result: updated result mysql-test/suite/rpl/t/rpl_slave_status.test: updated test case
-
- 05 Apr, 2008 3 commits
-
-
unknown authored
mysql-test/suite/rpl/t/rpl_binlog_grant.test: updated test case
-
unknown authored
Fix for binlog_index test case: hide difference for paths from warning messages between Windows and Unix mysql-test/suite/binlog/r/binlog_index.result: updated result mysql-test/suite/binlog/t/binlog_index.test: updated test case
-
unknown authored
into mysql.com:/home/ksm/mysql/bugs/commit-mysql-5.1-new-rpl-bug28772 mysql-test/suite/rpl/r/rpl_row_until.result: Auto merged mysql-test/suite/rpl/t/rpl_row_until.test: Auto merged
-
- 04 Apr, 2008 1 commit
-
-
unknown authored
-
- 03 Apr, 2008 1 commit
-
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
-