summaryrefslogtreecommitdiff
path: root/mysql-test/r/symlink.result
diff options
context:
space:
mode:
authorunknown <gluh@mysql.com/mgluh.(none)>2008-03-03 15:02:34 +0400
committerunknown <gluh@mysql.com/mgluh.(none)>2008-03-03 15:02:34 +0400
commit2cb35cd680d70f3e1e26b5672f2125d6fdff4921 (patch)
tree9040071a5030db1a42961fdb96054ef0145610d1 /mysql-test/r/symlink.result
parent72f6ffe3b05174a2f81135c5e5e6ab55641439b1 (diff)
downloadmariadb-git-2cb35cd680d70f3e1e26b5672f2125d6fdff4921.tar.gz
test case fix
Diffstat (limited to 'mysql-test/r/symlink.result')
-rw-r--r--mysql-test/r/symlink.result8
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/r/symlink.result b/mysql-test/r/symlink.result
index 8773d3ec6c0..689aa724935 100644
--- a/mysql-test/r/symlink.result
+++ b/mysql-test/r/symlink.result
@@ -147,16 +147,16 @@ drop table t1;
deallocate prepare stmt;
CREATE TABLE t1(a INT)
DATA DIRECTORY='TEST_DIR/var/master-data/test';
-ERROR HY000: Incorrect arguments to DATA DIRECORY
+Got one of the listed errors
CREATE TABLE t1(a INT)
DATA DIRECTORY='TEST_DIR/var/master-data/';
-ERROR HY000: Incorrect arguments to DATA DIRECORY
+Got one of the listed errors
CREATE TABLE t1(a INT)
INDEX DIRECTORY='TEST_DIR/var/master-data';
-ERROR HY000: Incorrect arguments to INDEX DIRECORY
+Got one of the listed errors
CREATE TABLE t1(a INT)
INDEX DIRECTORY='TEST_DIR/var/master-data_var';
-ERROR HY000: Can't create/write to file 'TEST_DIR/var/master-data_var/t1.MYI' (Errcode: 2)
+Got one of the listed errors
End of 4.1 tests
SET SESSION keep_files_on_create = TRUE;
CREATE TABLE t1 (a INT) ENGINE MYISAM;