mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Change faulty delimiter ; to | and remove junk in result file caused by that
This commit is contained in:
parent
ffd4fd41aa
commit
1dd4ecaa0d
2 changed files with 7 additions and 8 deletions
|
@ -76,8 +76,7 @@ flush status|
|
|||
flush query cache|
|
||||
delete from t1|
|
||||
drop procedure bug3583|
|
||||
drop table t1;
|
||||
#|
|
||||
drop table t1|
|
||||
drop procedure if exists bug6807|
|
||||
create procedure bug6807()
|
||||
begin
|
||||
|
|
|
@ -19,11 +19,11 @@ begin
|
|||
show grants for 'root'@'localhost';
|
||||
end|
|
||||
--disable_parsing
|
||||
show binlog events;
|
||||
show storage engines;
|
||||
show master status;
|
||||
show slave hosts;
|
||||
show slave status;
|
||||
show binlog events|
|
||||
show storage engines|
|
||||
show master status|
|
||||
show slave hosts|
|
||||
show slave status|
|
||||
--enable_parsing
|
||||
|
||||
call bug4902()|
|
||||
|
@ -110,7 +110,7 @@ flush status|
|
|||
flush query cache|
|
||||
delete from t1|
|
||||
drop procedure bug3583|
|
||||
drop table t1;
|
||||
drop table t1|
|
||||
|
||||
#
|
||||
# BUG#6807: Stored procedure crash if CREATE PROCEDURE ... KILL QUERY
|
||||
|
|
Loading…
Reference in a new issue