1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug #33334 mysqltest_embedded crashes when disconnecting before reap.

Before breaking the connection we have to check that there's no query
  executing at the moment. Otherwise it can lead to crash in embedded server.
This commit is contained in:
holyfoot/hf@mysql.com/hfmain.(none)
2008-03-19 15:51:22 +04:00
parent 0a29b8b085
commit 635b44f19b
3 changed files with 35 additions and 9 deletions

View File

@ -72,3 +72,4 @@ flush tables with read lock;
unlock tables;
drop table t1, t2;
set session low_priority_updates=default;
select benchmark(200, (select sin(1))) > 1000;