summaryrefslogtreecommitdiff
path: root/mysql-test/r/symlink.result
diff options
context:
space:
mode:
authorsvoj@mysql.com/june.mysql.com <>2007-11-12 21:52:30 +0400
committersvoj@mysql.com/june.mysql.com <>2007-11-12 21:52:30 +0400
commited8f506d29dfdd6547db798dbc468e2ab205d045 (patch)
tree05c3eb5dea74efee525b02729273c05c02056c03 /mysql-test/r/symlink.result
parent40a78cd3900d72e76edf0e7d9b83b26f1a55811c (diff)
downloadmariadb-git-ed8f506d29dfdd6547db798dbc468e2ab205d045.tar.gz
symlink.test, symlink.result:
Use proper variable for test.
Diffstat (limited to 'mysql-test/r/symlink.result')
-rw-r--r--mysql-test/r/symlink.result6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/symlink.result b/mysql-test/r/symlink.result
index 81798b2dc20..32dc72b8219 100644
--- a/mysql-test/r/symlink.result
+++ b/mysql-test/r/symlink.result
@@ -91,10 +91,10 @@ t1 CREATE TABLE `t1` (
) ENGINE=MyISAM DEFAULT CHARSET=latin1
drop table t1;
CREATE TABLE t1(a INT)
-DATA DIRECTORY='TEST_DIR/var/master-data/mysql'
-INDEX DIRECTORY='TEST_DIR/var/master-data/mysql';
+DATA DIRECTORY='TEST_DIR/master-data/mysql'
+INDEX DIRECTORY='TEST_DIR/master-data/mysql';
RENAME TABLE t1 TO user;
-ERROR HY000: Can't create/write to file 'TEST_DIR/var/master-data/mysql/user.MYI' (Errcode: 17)
+ERROR HY000: Can't create/write to file 'TEST_DIR/master-data/mysql/user.MYI' (Errcode: 17)
DROP TABLE t1;
show create table t1;
Table Create Table