2006-11-13 20:06:45 +04:00
|
|
|
--source include/not_embedded.inc
|
2005-07-15 17:33:47 -07:00
|
|
|
--source ./include/have_federated_db.inc
|
|
|
|
|
|
|
|
source ./include/master-slave.inc;
|
|
|
|
|
|
|
|
# remote table creation
|
|
|
|
|
|
|
|
connection slave;
|
2006-11-20 22:42:06 +02:00
|
|
|
#--replicate-ignore-db=federated
|
2005-07-15 17:33:47 -07:00
|
|
|
stop slave;
|
|
|
|
|
|
|
|
--disable_warnings
|
|
|
|
# at this point, we are connected to master
|
|
|
|
DROP DATABASE IF EXISTS federated;
|
|
|
|
--enable_warnings
|
|
|
|
CREATE DATABASE federated;
|
|
|
|
|
|
|
|
connection master;
|
|
|
|
--disable_warnings
|
|
|
|
DROP DATABASE IF EXISTS federated;
|
|
|
|
--enable_warnings
|
|
|
|
CREATE DATABASE federated;
|