summaryrefslogtreecommitdiff
path: root/mysql-test/t/symlink.test
diff options
context:
space:
mode:
authorjimw@mysql.com <>2005-01-18 15:05:16 -0800
committerjimw@mysql.com <>2005-01-18 15:05:16 -0800
commit20552486e50e41dba46fdd151f4a6571bf79b641 (patch)
tree1e108f1cad6277497aacf570de39724ea1013ef0 /mysql-test/t/symlink.test
parent1edf7279efad0c4ef202df90f177216a3a80dc8b (diff)
downloadmariadb-git-20552486e50e41dba46fdd151f4a6571bf79b641.tar.gz
Fix test results from merge, and fix the symlink test which had an
out-of-sync test and result.
Diffstat (limited to 'mysql-test/t/symlink.test')
-rw-r--r--mysql-test/t/symlink.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/symlink.test b/mysql-test/t/symlink.test
index 9e71ac4b925..25c78129129 100644
--- a/mysql-test/t/symlink.test
+++ b/mysql-test/t/symlink.test
@@ -50,8 +50,8 @@ optimize table t9;
repair table t9;
alter table t9 add column c int not null;
-#--replace_result $MYSQL_TEST_DIR TEST_DIR
-#show create table t9;
+--replace_result $MYSQL_TEST_DIR TEST_DIR
+show create table t9;
# Test renames
alter table t9 rename t8, add column d int not null;