diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2006-03-11 06:58:48 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2006-03-11 06:58:48 +0100 |
commit | 435e084481f56879ba633d9633e5b8a2cbb3ab0b (patch) | |
tree | 38ed6335c091e2a32f3454e532b00e7f96cb89d4 /mysql-test/t/ndb_binlog_multi.test | |
parent | 29c9ca33b7c07d582d04d2efbb501100c10035ff (diff) | |
download | mariadb-git-435e084481f56879ba633d9633e5b8a2cbb3ab0b.tar.gz |
wl#3023 ndb to return correct tables for initial table maps
+ removed extra binlog events generated by drop table schema ops to produce predictable test cases
storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
ndb: dict use define for number of pages in table definition
Diffstat (limited to 'mysql-test/t/ndb_binlog_multi.test')
-rw-r--r-- | mysql-test/t/ndb_binlog_multi.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/ndb_binlog_multi.test b/mysql-test/t/ndb_binlog_multi.test index 4bdc89fa3bd..ed38c50d997 100644 --- a/mysql-test/t/ndb_binlog_multi.test +++ b/mysql-test/t/ndb_binlog_multi.test @@ -43,6 +43,7 @@ SELECT * FROM t2 ORDER BY a; eval SELECT inserts,updates,deletes,schemaops FROM cluster.binlog_index WHERE epoch=$the_epoch; +# single schema ops will not show # drop the table on server1 DROP TABLE t2; CREATE TABLE t1 (a INT PRIMARY KEY) ENGINE = NDB; |