summaryrefslogtreecommitdiff
path: root/mysql-test/t/merge.test
diff options
context:
space:
mode:
authormonty@donna.mysql.fi <>2001-05-19 10:14:05 +0300
committermonty@donna.mysql.fi <>2001-05-19 10:14:05 +0300
commit25a129c96f11b20bb359ea460d3c0d5dc99e214e (patch)
tree21a24d4b07e9788ad18df827c968af3df277a505 /mysql-test/t/merge.test
parent74ca91e08fafb8c3f24986d12bb1c85cbb930ac5 (diff)
downloadmariadb-git-25a129c96f11b20bb359ea460d3c0d5dc99e214e.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.
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;