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.
This commit is contained in:
unknown 2004-08-06 17:04:55 +02:00
commit 8602f545dc
2 changed files with 1 additions and 660 deletions

View file

@ -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()|