mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
84d05b9e7d
run-all-tests mysql-test -> mysqltest README mysql-test -> mysqltest Makefile.am Retargetted mysql-test to mysqltest. .del-mysql-test.c Delete: client/mysql-test.c mysql-test-run Added program definitions. mysqltest.c BitKeeper file /home/mwagner/work/bk/mysql/client/mysqltest.c mysql-test/mysql-test-run: Added program definitions. BitKeeper/deleted/.del-mysql-test.c: ***MISSING WEAVE*** client/Makefile.am: Retargetted mysql-test to mysqltest. repl-tests/README: mysql-test -> mysqltest repl-tests/run-all-tests: mysql-test -> mysqltest repl-tests/test-repl-ts/run.test: mysql-test -> mysqltest
12 lines
No EOL
634 B
Text
12 lines
No EOL
634 B
Text
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 |