summaryrefslogtreecommitdiff
path: root/mysql-test/t/symlink.test
diff options
context:
space:
mode:
authormonty@narttu.mysql.fi <>2003-08-25 17:19:44 +0300
committermonty@narttu.mysql.fi <>2003-08-25 17:19:44 +0300
commit2c1f1206c3062a877e3fe00c4860bd48e55d4fca (patch)
tree28a19e92b8ac6f4ca2691bb1c3ae3056a65b006c /mysql-test/t/symlink.test
parentf83e876065e4fe7c8214f418b9febe5be4d00cad (diff)
downloadmariadb-git-2c1f1206c3062a877e3fe00c4860bd48e55d4fca.tar.gz
Better fix for myisamchk --sort-index on windows
Fixed deadlock bug when doing resize of key buffer while key buffer was in active use
Diffstat (limited to 'mysql-test/t/symlink.test')
-rw-r--r--mysql-test/t/symlink.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/symlink.test b/mysql-test/t/symlink.test
index d8bba12b645..5e1fe313a7e 100644
--- a/mysql-test/t/symlink.test
+++ b/mysql-test/t/symlink.test
@@ -46,6 +46,7 @@ check table t9;
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;
# Test renames
@@ -86,5 +87,6 @@ enable_query_log;
alter table t9 rename mysqltest.t9;
select count(*) from mysqltest.t9;
+--replace_result $MYSQL_TEST_DIR TEST_DIR
show create table mysqltest.t9;
drop database mysqltest;