mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
bb8831ce1d
into dl145h.mysql.com:/data0/mkindahl/mysql-5.1-2team
11 lines
368 B
Text
11 lines
368 B
Text
#################################
|
|
# Wrapper for rpl_row_blob.test #
|
|
# Using wrapper to share test #
|
|
# code between engine tests #
|
|
#################################
|
|
-- source include/have_ndb.inc
|
|
-- source include/have_binlog_format_mixed_or_row.inc
|
|
-- source include/ndb_master-slave.inc
|
|
let $engine_type=NDBCLUSTER;
|
|
-- source extra/rpl_tests/rpl_row_blob.test
|
|
|