Commit 33c58f8c authored by pem@mysql.comhem.se's avatar pem@mysql.comhem.se

Removed an SP test case that's not repeatable over different builds/platforms.

parent a21487fb
This diff is collapsed.
......@@ -1688,7 +1688,6 @@ drop table t3|
#
create procedure bug4902()
begin
show binlog events;
show charset like 'foo';
show collation like 'foo';
show column types;
......@@ -1710,6 +1709,7 @@ begin
show variables like 'foo';
show warnings;
end|
#show binlog events;
#show storage engines;
call bug4902()|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment