Commit 8602f545 authored by unknown's avatar unknown

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


mysql-test/r/sp.result:
  Removed a test case that's not repeatable over different builds/platforms.
mysql-test/t/sp.test:
  Removed a test case that's not repeatable over different builds/platforms.
parent ba7c7439
This diff is collapsed.
...@@ -1688,7 +1688,6 @@ drop table t3| ...@@ -1688,7 +1688,6 @@ drop table t3|
# #
create procedure bug4902() create procedure bug4902()
begin begin
show binlog events;
show charset like 'foo'; show charset like 'foo';
show collation like 'foo'; show collation like 'foo';
show column types; show column types;
...@@ -1710,6 +1709,7 @@ begin ...@@ -1710,6 +1709,7 @@ begin
show variables like 'foo'; show variables like 'foo';
show warnings; show warnings;
end| end|
#show binlog events;
#show storage engines; #show storage engines;
call bug4902()| 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