1
0
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:
Dmitry Shulga
2021-06-09 23:03:34 +07:00
committed by Sergei Golubchik
parent b126c3f3fa
commit ccb0504fb0
11 changed files with 34 additions and 6 deletions

View File

@ -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%";