mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
A test cleanup for MDEV-15834: fixing failure in "mtr --embedded"
This commit is contained in:
parent
2b8f2b3e88
commit
90e608c6ac
1 changed files with 2 additions and 0 deletions
|
@ -327,8 +327,10 @@ SET sql_mode=DEFAULT;
|
|||
|
||||
--copy_file std_data/frm/t1.frm $MYSQLD_DATADIR/test/t1.frm
|
||||
SHOW TABLES;
|
||||
--replace_result $MYSQLD_DATADIR ./
|
||||
--error ER_NOT_FORM_FILE
|
||||
SHOW CREATE TABLE t1;
|
||||
--replace_result $MYSQLD_DATADIR ./
|
||||
--error ER_NOT_FORM_FILE
|
||||
ALTER TABLE t1;
|
||||
--remove_file $MYSQLD_DATADIR/test/t1.frm
|
||||
|
|
Loading…
Add table
Reference in a new issue