17 lines
500 B
Plaintext
17 lines
500 B
Plaintext
#############################################
|
|
#Purpose: Generic replication to cluster
|
|
# and ensuring that the ndb_apply_status
|
|
# table is updated.
|
|
#############################################
|
|
|
|
--disable_query_log
|
|
--source include/have_ndb.inc
|
|
--source include/have_binlog_format_mixed.inc
|
|
--source suite/ndb_rpl/ndb_master-slave.inc
|
|
--enable_query_log
|
|
let $off_set = 9;
|
|
let $rpl_format = 'MIX';
|
|
--source suite/ndb_rpl/t/ndb_rpl_xxx_innodb.inc
|
|
|
|
--source include/rpl_end.inc
|