mariadb/repl-tests
unknown 745f1197f6 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
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
2000-11-03 19:31:22 -07:00
..
include Import changeset 2000-07-31 21:29:14 +02:00
test-auto-inc Docs/manual.texi 2000-10-08 01:48:50 -06:00
test-bad-query sql/log.cc 2000-10-05 17:58:16 -06:00
test-dump Need to commit to be able to pull to be able to push to fix an oops 2000-10-01 21:26:29 -06:00
test-repl Need to commit to be able to pull to be able to push to fix an oops 2000-10-01 21:26:29 -06:00
test-repl-alter added sleep to allow time for replication to the alter table test 2000-08-07 16:21:11 -06:00
test-repl-ts sql/slave.cc 2000-11-03 19:31:22 -07:00
README run.test mysql-test -> mysqltest 2000-10-10 03:42:07 -05:00
run-all-tests run.test mysql-test -> mysqltest 2000-10-10 03:42:07 -05:00

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