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|
#
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