summaryrefslogtreecommitdiff
path: root/mysql-test/t/merge.test
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.fi>2001-05-19 10:14:05 +0300
committerunknown <monty@donna.mysql.fi>2001-05-19 10:14:05 +0300
commitee896803fe2ee3f315766a460a41e9c3dd547173 (patch)
tree21a24d4b07e9788ad18df827c968af3df277a505 /mysql-test/t/merge.test
parent5ee5f0dbb8b0b96050cd6f7eaf9819a51ffc01d5 (diff)
downloadmariadb-git-ee896803fe2ee3f315766a460a41e9c3dd547173.tar.gz
Force close of sockets on HPUX 10.20
Support option lines longer than 256 chars. Close the slow log at shutdown. Always allow debug options to mysqld. Change some DBUG_PRINT tags. Docs/manual.texi: Small cleanups configure.in: Force close of sockets on HPUX 10.20 mysql-test/t/merge.test: Remove used tables mysys/default.c: Support option lines longer than 256 chars. mysys/mf_keycache.c: Split check_keycache tags sql/mysqld.cc: Move things to 'cleanup'. Close the slow log at shutdown. Always allow debug options sql/violite.c: Change the error tag to vio_error
Diffstat (limited to 'mysql-test/t/merge.test')
-rw-r--r--mysql-test/t/merge.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/merge.test b/mysql-test/t/merge.test
index 619ec1d58af..59da525990c 100644
--- a/mysql-test/t/merge.test
+++ b/mysql-test/t/merge.test
@@ -109,3 +109,4 @@ insert into t1 values (1,2),(2,1),(0,0),(4,4),(5,5),(6,6);
insert into t2 values (1,1),(2,2),(0,0),(4,4),(5,5),(6,6);
flush tables;
select * from t3 where a=1 order by b limit 2;
+drop table t1,t2,t3;