1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Post-merge fixes.

This commit is contained in:
unknown
2006-02-03 00:07:36 +03:00
parent cf4b6ee4c0
commit 2fb59bd72a
6 changed files with 36 additions and 47 deletions

View File

@ -47,7 +47,6 @@ connection con2;
select 4;
drop table t1;
disconnect con2;
connection default;
#
# BUG#14851: killing long running subquery processed via a temporary table.
@ -88,8 +87,6 @@ connection conn1;
-- error 1053
reap;
disconnect conn1;
disconnect conn2;
connection default;
drop table t1, t2, t3;