We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d63fd5 commit 5d15c3dCopy full SHA for 5d15c3d
mysql-test/suite/innodb/r/partition.result
@@ -381,4 +381,5 @@ DROP TABLE t2;
381
CREATE TABLE t1 (a int) ENGINE=InnoDB PARTITION BY HASH (a) PARTITIONS 2;
382
SELECT * FROM t2;
383
ERROR HY000: Got error 122 from storage engine
384
+FLUSH TABLE t2;
385
DROP TABLE t1;
mysql-test/suite/innodb/t/partition.test
@@ -308,5 +308,7 @@ CREATE TABLE t1 (a int) ENGINE=InnoDB PARTITION BY HASH (a) PARTITIONS 2;
308
--error ER_GET_ERRNO
309
310
--remove_file $MYSQLD_DATADIR/test/t2.frm
311
+# Flush table is needed to remove the 'orphan' t2 definition.
312
313
314
0 commit comments