summaryrefslogtreecommitdiff
path: root/mysql-test/r/symlink.result
diff options
context:
space:
mode:
authorgkodinov/kgeorge@magare.gmz <>2007-07-13 16:32:29 +0300
committergkodinov/kgeorge@magare.gmz <>2007-07-13 16:32:29 +0300
commitd6ad4e6eb91b88145090f03d2e1338d065f775ca (patch)
treef0588e29d1bcbec3a463db10c1fd978aa22e9635 /mysql-test/r/symlink.result
parent2b8e46263783690c6265dcb2b7e95bcd34b0e6ee (diff)
downloadmariadb-git-d6ad4e6eb91b88145090f03d2e1338d065f775ca.tar.gz
disabled the output of the full path in tesing bug 29325
Diffstat (limited to 'mysql-test/r/symlink.result')
-rw-r--r--mysql-test/r/symlink.result2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/r/symlink.result b/mysql-test/r/symlink.result
index 02c3a085eef..18299bf4298 100644
--- a/mysql-test/r/symlink.result
+++ b/mysql-test/r/symlink.result
@@ -136,8 +136,6 @@ End of 4.1 tests
CREATE DATABASE db1;
CREATE DATABASE db2;
USE db2;
-CREATE TABLE t1 (b INT) ENGINE MYISAM
-DATA DIRECTORY = '/home/kgeorge/mysql/work/B29325-winfix-5.0-opt/mysql-test/var/master-data/db1/';
INSERT INTO db2.t1 VALUES (1);
SELECT * FROM db2.t1;
b