fixed problem with embedded server

mysql-test/r/symlink.result:
  test result fix
This commit is contained in:
unknown 2008-02-29 17:58:35 +04:00
commit f39817ce47
2 changed files with 2 additions and 2 deletions

View file

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