mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-16708: fix in test failures caused by missing warnings received in prepare response packet
This commit is contained in:
committed by
Sergei Golubchik
parent
b126c3f3fa
commit
ccb0504fb0
@ -25,6 +25,8 @@ flush status;
|
||||
# (select event_name from
|
||||
# performance_schema.memory_summary_by_account_by_event_name));
|
||||
|
||||
--enable_prepare_warnings
|
||||
|
||||
delimiter $;
|
||||
create procedure check_instrument(in instr_name varchar(128))
|
||||
begin
|
||||
@ -274,6 +276,8 @@ end
|
||||
$
|
||||
delimiter ;$
|
||||
|
||||
--disable_prepare_warnings
|
||||
|
||||
# Check the configuration is ok
|
||||
show global variables like "performance_schema%";
|
||||
|
||||
|
Reference in New Issue
Block a user