mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
post push fix for bug#49161
result file differs on embedded
This commit is contained in:
parent
89b83c05e0
commit
8cef620504
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue