mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
"BUG #18764: Delete conditions causing inconsistencies in Federated tables"
Post merge changes.
This commit is contained in:
parent
6ab68cdf29
commit
9378fc627e
3 changed files with 5 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue