summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_temporary.test
diff options
context:
space:
mode:
authorunknown <gluh@gluh.mysql.r18.ru>2003-01-17 16:39:29 +0400
committerunknown <gluh@gluh.mysql.r18.ru>2003-01-17 16:39:29 +0400
commitb66cf8516e229d00cd1c5ea2bfadf558fa332c0e (patch)
tree7cd5d2bab334af438eb4cbe7bc06b2e0d1396ac1 /mysql-test/t/rpl_temporary.test
parentef62b4c948d68108c0945ebde33540b03b392a6d (diff)
downloadmariadb-git-b66cf8516e229d00cd1c5ea2bfadf558fa332c0e.tar.gz
Replication: Optimize away string.append
Fixed problem with replication LOAD DATA INFILE when using --old-rpl-compat Fixed rpl_temporary test mysql-test/r/rpl_temporary.result: Fixed rpl_temporary test mysql-test/t/rpl_temporary.test: Fixed rpl_temporary test sql/log_event.cc: Replication: Optimize away string.append Fixed problem with replication LOAD DATA INFILE when using --old-rpl-compat BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'mysql-test/t/rpl_temporary.test')
-rw-r--r--mysql-test/t/rpl_temporary.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_temporary.test b/mysql-test/t/rpl_temporary.test
index 75519b75f75..f91880537e6 100644
--- a/mysql-test/t/rpl_temporary.test
+++ b/mysql-test/t/rpl_temporary.test
@@ -3,6 +3,8 @@ source include/master-slave.inc;
connect (con1,localhost,root,,);
connect (con2,localhost,root,,);
+let $VERSION=`select version()`;
+
--disable_warnings
drop table if exists t1,t2;
--enable_warnings
@@ -38,6 +40,7 @@ drop temporary table t3;
select * from t2;
+--replace_result $VERSION VERSION
show binlog events;
drop table t1, t2;