mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
changes for when NDB is default engine
This commit is contained in:
parent
2efbd96b8e
commit
f1d1c98df6
5 changed files with 27 additions and 16 deletions
|
|
@ -3,6 +3,10 @@
|
|||
# RENAME TABLE work with MERGE tables on the slave.
|
||||
# Test of FLUSH NO_WRITE_TO_BINLOG by the way.
|
||||
#
|
||||
|
||||
# Merge will not work with a default ndb engine
|
||||
-- source include/not_ndb_default.inc
|
||||
|
||||
-- source include/master-slave.inc
|
||||
|
||||
create table t1 (a int);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue