mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
show_check.result:
Addendum to thr fix for bug 30000: show procedure/function code defined only in debug builds show_check.test: Addendum to thr fix for bug 30000: show procedure/function code defined only in debug builds
This commit is contained in:
parent
642b0c00ed
commit
51f8aa9615
2 changed files with 0 additions and 4 deletions
|
@ -846,8 +846,6 @@ show create procedure p1;
|
||||||
show create function f1;
|
show create function f1;
|
||||||
show create trigger tr1;
|
show create trigger tr1;
|
||||||
show procedure status;
|
show procedure status;
|
||||||
show procedure code p1;
|
|
||||||
show function code f1;
|
|
||||||
show create event e1;
|
show create event e1;
|
||||||
show status like 'slow_queries';
|
show status like 'slow_queries';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
|
|
|
@ -601,8 +601,6 @@ show create procedure p1;
|
||||||
show create function f1;
|
show create function f1;
|
||||||
show create trigger tr1;
|
show create trigger tr1;
|
||||||
show procedure status;
|
show procedure status;
|
||||||
show procedure code p1;
|
|
||||||
show function code f1;
|
|
||||||
show create event e1;
|
show create event e1;
|
||||||
--enable_result_log
|
--enable_result_log
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue