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/r/symlink.result | |
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/r/symlink.result')
-rw-r--r-- | mysql-test/r/symlink.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/symlink.result b/mysql-test/r/symlink.result index 093e1fd57cf..aba60f757c6 100644 --- a/mysql-test/r/symlink.result +++ b/mysql-test/r/symlink.result @@ -144,7 +144,7 @@ RESET QUERY CACHE; USE db1; SET SESSION keep_files_on_create = TRUE; CREATE TABLE t1 (a INT) ENGINE MYISAM; -ERROR HY000: Can't create/write to file './db1/t1.MYD' (Errcode: 17) +Got one of the listed errors CREATE TABLE t3 (a INT) Engine=MyISAM; INSERT INTO t3 VALUES (1),(2),(3); TRUNCATE TABLE t3; |