summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl000018.test
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2002-08-23 21:41:27 +0300
committerunknown <monty@mashka.mysql.fi>2002-08-23 21:41:27 +0300
commite089fcce4c67a715f3f2f5eec6a6d1b248a41106 (patch)
tree0beec75f4ab1ec4f2e53f7500bcbfa342f9a1680 /mysql-test/t/rpl000018.test
parent3452e9dd951cd7a3e59db61ffd34c082a49152de (diff)
downloadmariadb-git-e089fcce4c67a715f3f2f5eec6a6d1b248a41106.tar.gz
Added testing of temporary tables with replication
mysql-test/t/rpl_rotate_logs-master.opt: Rename: mysql-test/t/rpl000016-master.opt -> mysql-test/t/rpl_rotate_logs-master.opt mysql-test/t/rpl_rotate_logs-slave.sh: Rename: mysql-test/t/rpl000016-slave.sh -> mysql-test/t/rpl_rotate_logs-slave.sh mysql-test/t/rpl_rotate_logs-slave-master-info.opt: Rename: mysql-test/t/rpl000016-slave-master-info.opt -> mysql-test/t/rpl_rotate_logs-slave-master-info.opt BitKeeper/etc/ignore: Added mit-pthreads/include/bits mit-pthreads/include/pthread/machdep.h mit-pthreads/include/pthread/posix.h mit-pthreads/include/sys mit-pthreads/machdep.c mit-pthreads/pg++ mit-pthreads/pgcc sql-bench/innotest1 sql-bench/innotest1a sql-bench/innotest1b sql-bench/innotest2 sql-bench/innotest2a sql-bench/innotest2b to the ignore list mysql-test/r/rpl_rotate_logs.result: Added testing of temporary tables mysql-test/t/rpl000018.test: Commented test mysql-test/t/rpl_rotate_logs.test: Added testing of temporary tables
Diffstat (limited to 'mysql-test/t/rpl000018.test')
-rw-r--r--mysql-test/t/rpl000018.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/t/rpl000018.test b/mysql-test/t/rpl000018.test
index 44236323d1d..e1204bad975 100644
--- a/mysql-test/t/rpl000018.test
+++ b/mysql-test/t/rpl000018.test
@@ -1,3 +1,8 @@
+#
+# Running test with abort-slave-event-count=1
+# This will force slave to reconnect after every event
+#
+
connect (master,localhost,root,,test,0,mysql-master.sock);
connect (slave,localhost,root,,test,0,mysql-slave.sock);
connection slave;