mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Reverted merging misstake.
This commit is contained in:
parent
efa65f6795
commit
8c490b78df
2 changed files with 4 additions and 4 deletions
|
@ -163,7 +163,7 @@ Com_show_status 8
|
|||
rnd_diff tmp_table_diff
|
||||
20 8
|
||||
flush status;
|
||||
show global status like 'Com%function';
|
||||
show status like 'Com%function';
|
||||
Variable_name Value
|
||||
Com_alter_function 0
|
||||
Com_create_function 0
|
||||
|
@ -175,7 +175,7 @@ set ret = x * 10;
|
|||
return ret;
|
||||
end //
|
||||
drop function f1;
|
||||
show global status like 'Com%function';
|
||||
show status like 'Com%function';
|
||||
Variable_name Value
|
||||
Com_alter_function 0
|
||||
Com_create_function 1
|
||||
|
|
|
@ -246,7 +246,7 @@ eval select substring_index('$rnd_next2',0x9,-1)-substring_index('$rnd_next',0x9
|
|||
# Bug#30252 Com_create_function is not incremented.
|
||||
#
|
||||
flush status;
|
||||
show global status like 'Com%function';
|
||||
show status like 'Com%function';
|
||||
|
||||
DELIMITER //;
|
||||
create function f1 (x INTEGER) returns integer
|
||||
|
@ -259,6 +259,6 @@ DELIMITER ;//
|
|||
|
||||
drop function f1;
|
||||
|
||||
show global status like 'Com%function';
|
||||
show status like 'Com%function';
|
||||
|
||||
# End of 5.1 tests
|
||||
|
|
Loading…
Reference in a new issue