An error occurred fetching the project authors.
- 24 May, 2010 1 commit
-
-
Some of the test cases reference to binlog position and these position numbers are written into result explicitly. It is difficult to maintain if log event format changes. There are a couple of cases explicit position number appears, we handle them in different ways A. 'CHANGE MASTER ...' with MASTER_LOG_POS or/and RELAY_LOG_POS options Use --replace_result to mask them. B. 'SHOW BINLOG EVENT ...' Replaced by show_binlog_events.inc or wait_for_binlog_event.inc. show_binlog_events.inc file's function is enhanced by given $binlog_file and $binlog_limit. C. 'SHOW SLAVE STATUS', 'show_slave_status.inc' and 'show_slave_status2.inc' For the test cases just care a few items in the result of 'SHOW SLAVE STATUS', only the items related to each test case are showed. 'show_slave_status.inc' is rebuild, only the given items in $status_items will be showed. 'check_slave_is_running.inc' and 'check_slave_no_error.inc' and 'check_slave_param.inc' are auxiliary files helping to show running status and error information easily.
-
- 27 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Update mysql-test-run.pl to collect tests from several suites - Group test into suites - Add suite.opt file
-
- 18 Jun, 2007 1 commit
-
-
tomas@whalegate.ndb.mysql.com authored
- make tests wait until ndb connects properly
-
- 04 Oct, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
Get server version from mysqld
-
- 22 Aug, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
reenable some test after adding sync_with_master to end of test to make sure that binlog has been applied to slave before end of test
-
- 22 Jun, 2006 1 commit
-
-
monty@mysql.com authored
is_injective -> table_flag() HA_HAS_OWN_BINLOGGING (Faster and easier to understand) Allow cluster_binlogging also in mixed replication mode.
-
- 16 Jun, 2006 1 commit
-
-
mats@mysql.com authored
-
- 15 Jun, 2006 1 commit
-
-
mats@mysql.com authored
-
- 13 Jun, 2006 1 commit
-
-
mats@mysql.com authored
Fixing result files for tests.
-
- 01 Jun, 2006 1 commit
-
-
mats@mysql.com authored
Under row-based replication, DELETE FROM will now always be replicated as individual row deletions, while TRUNCATE TABLE will always be replicated as a statement.
-