post push fix for bug#49161

result file differs on embedded
This commit is contained in:
Mattias Jonsson 2010-06-01 09:02:28 +02:00
parent 89b83c05e0
commit 8cef620504

View file

@ -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;