From 7f5e51b940d65cf541403a50af74163b9aed5cb8 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 21 Aug 2014 18:11:46 +0200 Subject: MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) remove: * NDB from everywhere * IM from mtr-v1 * packaging/rpm-oel and packaging/rpm-uln * few unused spec files * plug.in file * .bzrignore --- mysql-test/t/mysqlbinlog.test | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'mysql-test/t/mysqlbinlog.test') diff --git a/mysql-test/t/mysqlbinlog.test b/mysql-test/t/mysqlbinlog.test index b778a1deb9b..e167893fb9f 100644 --- a/mysql-test/t/mysqlbinlog.test +++ b/mysql-test/t/mysqlbinlog.test @@ -477,21 +477,6 @@ FLUSH LOGS; # rollback; # Transaction2 end -# Test case3: Test if the 'BEGIN' and 'COMMIT' are output for the 'test' database -# in transaction3 base on NDB engine tables -# use test; -# create table t5(a int) engine= NDB; -# use mysql; -# create table t6(a int) engine= NDB; -# Transaction3 begin -# begin; -# use test; -# insert into t5 (a) values (3); -# use mysql; -# insert into t6 (a) values (3); -# commit; -# Transaction3 end - --echo # --echo # Test if the 'BEGIN', 'ROLLBACK' and 'COMMIT' are output if the database specified exists --exec $MYSQL_BINLOG --database=test --short-form $MYSQLTEST_VARDIR/std_data/binlog_transaction.000001 -- cgit v1.2.1