mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-16615 ASAN SEGV in handler::print_error or server crash after error upon CREATE TABLE
table->in_use is not always set and a KILL signal can arrive anytime.
This commit is contained in:
@ -181,3 +181,6 @@ ERROR 70100: Query execution was interrupted (max_statement_time exceeded)
|
||||
set max_statement_time = 0;
|
||||
drop procedure pr;
|
||||
drop table t1;
|
||||
SET max_statement_time= 1;
|
||||
CREATE TABLE t ENGINE=InnoDB SELECT * FROM seq_1_to_50000;
|
||||
ERROR 70100: Query execution was interrupted (max_statement_time exceeded)
|
||||
|
Reference in New Issue
Block a user