mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)
remove: * NDB from everywhere * IM from mtr-v1 * packaging/rpm-oel and packaging/rpm-uln * few unused spec files * plug.in file * .bzrignore
This commit is contained in:
@ -72,10 +72,6 @@ ORDER BY id;
|
||||
|
||||
connection master;
|
||||
--echo --- Remove a record from t1 on master ---
|
||||
# Note: there is an error in replication of Delete_row
|
||||
# from NDB to MyISAM (BUG#28538). However, if there is
|
||||
# only one row in Delete_row event then it works fine,
|
||||
# as this test demonstrates.
|
||||
DELETE FROM t1 WHERE id = 412;
|
||||
|
||||
--echo --- Show current count on master for t1 ---
|
||||
|
Reference in New Issue
Block a user