1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

This is the same patch as 1.1937, with small variable declaration changes, memory

deallocation cleanup
This commit is contained in:
patg@krsna.patg.net
2005-07-15 17:33:47 -07:00
parent 95a5c8ef49
commit db1fb6a7e5
7 changed files with 2377 additions and 519 deletions

View File

@ -0,0 +1,21 @@
--source ./include/have_federated_db.inc
source ./include/master-slave.inc;
# remote table creation
connection slave;
--replicate-ignore-db=federated
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;