Post-merge fixes to make tests pass.
This commit is contained in:
parent
0e31b77207
commit
07d38435ea
@ -105,10 +105,6 @@ Last_IO_Error
|
|||||||
|
|
||||||
SELECT * FROM tinnodb ORDER BY a;
|
SELECT * FROM tinnodb ORDER BY a;
|
||||||
a
|
a
|
||||||
DROP TABLE tmyisam;
|
|
||||||
DROP TABLE tinnodb;
|
|
||||||
DROP TABLE tndb;
|
|
||||||
--- on master ---
|
--- on master ---
|
||||||
DROP TABLE tmyisam;
|
DROP TABLE tmyisam, tinnodb, tndb;
|
||||||
DROP TABLE tinnodb;
|
DROP TABLE tmyisam, tinnodb, tndb;
|
||||||
DROP TABLE tndb;
|
|
||||||
|
@ -122,12 +122,8 @@ SELECT * FROM tinnodb ORDER BY a;
|
|||||||
# Clean up. We cannot do it on master and replicate over, because
|
# Clean up. We cannot do it on master and replicate over, because
|
||||||
# master binlog is in a bad state after last test. So we do it both on
|
# master binlog is in a bad state after last test. So we do it both on
|
||||||
# master and on slave.
|
# master and on slave.
|
||||||
DROP TABLE tmyisam;
|
|
||||||
DROP TABLE tinnodb;
|
|
||||||
DROP TABLE tndb;
|
|
||||||
--echo --- on master ---
|
--echo --- on master ---
|
||||||
connection master;
|
connection master;
|
||||||
connection master;
|
|
||||||
DROP TABLE tmyisam, tinnodb, tndb;
|
DROP TABLE tmyisam, tinnodb, tndb;
|
||||||
|
|
||||||
connection slave;
|
connection slave;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user