post push fix for bug#49161
result file differs on embedded
This commit is contained in:
parent
fe5d54959c
commit
79c30dd0d4
@ -16,6 +16,7 @@ let $MYSQLD_DATADIR= `SELECT @@datadir`;
|
|||||||
CREATE TABLE t1 (a INT) PARTITION BY HASH (a);
|
CREATE TABLE t1 (a INT) PARTITION BY HASH (a);
|
||||||
FLUSH TABLES;
|
FLUSH TABLES;
|
||||||
--remove_file $MYSQLD_DATADIR/test/t1.par
|
--remove_file $MYSQLD_DATADIR/test/t1.par
|
||||||
|
--replace_result $MYSQLD_DATADIR ./
|
||||||
CHECK TABLE t1;
|
CHECK TABLE t1;
|
||||||
--error ER_UNKNOWN_ERROR
|
--error ER_UNKNOWN_ERROR
|
||||||
SELECT * FROM t1;
|
SELECT * FROM t1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user