Commit 8cef6205 authored by Mattias Jonsson's avatar Mattias Jonsson

post push fix for bug#49161

result file differs on embedded
parent 89b83c05
......@@ -16,6 +16,7 @@ let $MYSQLD_DATADIR= `SELECT @@datadir`;
CREATE TABLE t1 (a INT) PARTITION BY HASH (a);
FLUSH TABLES;
--remove_file $MYSQLD_DATADIR/test/t1.par
--replace_result $MYSQLD_DATADIR ./
CHECK TABLE t1;
--error ER_UNKNOWN_ERROR
SELECT * FROM t1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment