From 92895d00527f62a57ed569f85df01dbf4f0db9c3 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 3 Mar 2005 12:36:27 -0800 Subject: Fix symlink test to avoid filenames with paths mysql-test/r/symlink.result: Update test results mysql-test/t/symlink.test: Fix test to avoid filenames including path in results --- mysql-test/r/symlink.result | 2 -- 1 file changed, 2 deletions(-) (limited to 'mysql-test/r/symlink.result') diff --git a/mysql-test/r/symlink.result b/mysql-test/r/symlink.result index 50210d82c69..26612ec81fd 100644 --- a/mysql-test/r/symlink.result +++ b/mysql-test/r/symlink.result @@ -84,14 +84,12 @@ t1 CREATE TABLE `t1` ( `b` int(11) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 drop table t1; -create table t1 (i int) data directory = "/home/jimw/my/mysql-4.1-8707/mysql-test/var/master-data/test/"; show create table t1; Table Create Table t1 CREATE TABLE `t1` ( `i` int(11) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 drop table t1; -create table t1 (i int) index directory = "/home/jimw/my/mysql-4.1-8707/mysql-test/var/master-data/test/"; show create table t1; Table Create Table t1 CREATE TABLE `t1` ( -- cgit v1.2.1