mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
fixed problem with embedded server
mysql-test/r/symlink.result: test result fix
This commit is contained in:
parent
21f386527c
commit
f39817ce47
2 changed files with 2 additions and 2 deletions
|
|
@ -186,7 +186,7 @@ SET SESSION keep_files_on_create = TRUE;
|
|||
--write_file $MYSQLTEST_VARDIR/master-data/test/t1.MYD
|
||||
EOF
|
||||
--disable_abort_on_error
|
||||
--error 1
|
||||
--error 1,1,ER_TABLE_EXISTS_ERROR
|
||||
CREATE TABLE t1 (a INT) ENGINE MYISAM;
|
||||
--error 0,1
|
||||
--remove_file $MYSQLTEST_VARDIR/master-data/test/t1.MYD;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue