mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Post-merge fixes.
This commit is contained in:
parent
cf4b6ee4c0
commit
2fb59bd72a
6 changed files with 36 additions and 47 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue