mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
745f1197f6
mutex now initialized in the constructor sql/sql_class.h intialize MASTER_INFO mutex in the constructor sql/sql_repl.cc fixed typo in error message if the user does not specify offset in CHANGE MASTER TO, set it to skip magic number repl-tests/test-repl-ts/repl-timestamp.master.reject New BitKeeper file ``repl-tests/test-repl-ts/repl-timestamp.master.reject'' BitKeeper/etc/ignore: Added repl-tests/test-repl-ts/repl-timestamp.master.reject to the ignore list sql/slave.cc: mutex now initialized in the constructor sql/sql_class.h: intialize MASTER_INFO mutex in the constructor sql/sql_repl.cc: fixed typo in error message if the user does not specify offset in CHANGE MASTER TO, set it to skip magic number |
||
---|---|---|
.. | ||
include | ||
test-auto-inc | ||
test-bad-query | ||
test-dump | ||
test-repl | ||
test-repl-alter | ||
test-repl-ts | ||
README | ||
run-all-tests |
This directory contains a set of test cases for replication. To get it to work on your system, install this version of MySQL on the master and on the slave, configure them according to the Replication HOWTO in the manual, modify include/master-slave.inc to specify correct connection parameters for the master and the slave and do sh run-all-tests If you would like to add your own test case, create a directory test-your-test-case-name, write your own run.test following the examples in the other test cases. Note that you can create the files containing the expected output ( master files) by running mysqltest --record < run.test