1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-29858 Missing DBUG_RETURN or DBUG_VOID_RETURN in fill_schema_proc

This commit is contained in:
Oleg Smirnov
2022-10-24 19:59:58 +07:00
parent af59b677ea
commit 307d935e2d
3 changed files with 9 additions and 1 deletions

View File

@ -339,6 +339,10 @@ query_vertical SELECT * FROM INFORMATION_SCHEMA.PARAMETERS
AND SPECIFIC_NAME = 'процедурка';
SHOW STATUS LIKE 'handler_read%next';
--replace_column 1 #
SELECT COUNT(*) FROM information_schema.PARAMETERS
WHERE SPECIFIC_CATALOG = NULL;
# Cleanup
DROP DATABASE i_s_parameters_test;
USE test;