mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / rpl_ndb / t / rpl_ndb_multi_update2.test
blob40ec8d2b6c5db562b97285bd8fadd0e7bf2cb06c
1 ############################################################
2 # By JBM 2006-02-15 Wrapper for rpl_multi_update2.test     #
3 # to reuse test code between engine runs                   #
4 ############################################################
5 -- source include/have_ndb.inc
7 # Run this only for row based replication, as replication of
8 # auto_increment values are not supported with NDB as storage engine
9 -- source include/have_binlog_format_mixed_or_row.inc
10 -- source include/ndb_master-slave.inc
12 let $engine_type=NDB;
13 --source extra/rpl_tests/rpl_multi_update2.test
14 --source include/rpl_end.inc