diff options
author | unknown <gshchepa/uchum@gleb.loc> | 2007-07-14 01:34:46 +0500 |
---|---|---|
committer | unknown <gshchepa/uchum@gleb.loc> | 2007-07-14 01:34:46 +0500 |
commit | fea623a1b91340347a37889bad1b10d1fe2c1e91 (patch) | |
tree | 8b9446eb312e9f5466c4dcea167c3bc955be3978 /mysql-test/t/symlink.test | |
parent | c14dce9059cd234a17271e21da9e3ff2aecac248 (diff) | |
download | mariadb-git-fea623a1b91340347a37889bad1b10d1fe2c1e91.tar.gz |
symlink.test, symlink.result:
Minor fix for test case of bug #29325 to make emb test happy.
mysql-test/t/symlink.test:
Minor fix for test case of bug #29325 to make emb test happy.
mysql-test/r/symlink.result:
Minor fix for test case of bug #29325 to make emb test happy.
Diffstat (limited to 'mysql-test/t/symlink.test')
-rw-r--r-- | mysql-test/t/symlink.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/symlink.test b/mysql-test/t/symlink.test index edad6a11392..15f50b11e73 100644 --- a/mysql-test/t/symlink.test +++ b/mysql-test/t/symlink.test @@ -196,6 +196,7 @@ USE db1; #no warning from create table SET SESSION keep_files_on_create = TRUE; --disable_abort_on_error +--error 1,1 CREATE TABLE t1 (a INT) ENGINE MYISAM; --enable_abort_on_error |