Commit 2a0498c0 authored by unknown's avatar unknown

disabled the output of the full path in tesing bug 29325

parent b806ca22
......@@ -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
......
......@@ -186,8 +186,10 @@ CREATE DATABASE db1;
CREATE DATABASE db2;
USE db2;
--disable_query_log
eval CREATE TABLE t1 (b INT) ENGINE MYISAM
DATA DIRECTORY = '$MYSQLTEST_VARDIR/master-data/db1/';
--enable_query_log
INSERT INTO db2.t1 VALUES (1);
SELECT * FROM db2.t1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment