From b434254e0e77885039472062bf9a766481749a15 Mon Sep 17 00:00:00 2001 From: "gshchepa/uchum@gleb.loc" <> Date: Sat, 14 Jul 2007 01:34:46 +0500 Subject: [PATCH] symlink.test, symlink.result: Minor fix for test case of bug #29325 to make emb test happy. --- mysql-test/r/symlink.result | 2 +- mysql-test/t/symlink.test | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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; 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