"BUG #18764: Delete conditions causing inconsistencies in Federated tables"

Post merge changes.
This commit is contained in:
unknown 2006-07-18 18:41:36 -07:00
commit 9378fc627e
3 changed files with 5 additions and 4 deletions

View file

@ -1727,7 +1727,6 @@ id val1 val2
DROP TABLE federated.test_local;
DROP TABLE federated.test_remote;
DROP TABLE federated.test;
drop table if exists federated.t1;
create table federated.t1 (a int, b int, c int);
drop table if exists federated.t1;