diff options
author | unknown <pem@mysql.comhem.se> | 2004-08-06 17:04:55 +0200 |
---|---|---|
committer | unknown <pem@mysql.comhem.se> | 2004-08-06 17:04:55 +0200 |
commit | 8602f545dc7dbddc9b5675d707ea19ebd280f075 (patch) | |
tree | 99d9df088f3f986523ba97a99118155895225453 /mysql-test/t | |
parent | ba7c7439831a56580ea7d21197c176ea2bf59d52 (diff) | |
download | mariadb-git-8602f545dc7dbddc9b5675d707ea19ebd280f075.tar.gz |
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.
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/sp.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/sp.test b/mysql-test/t/sp.test index ef2371f45cd..9a641559959 100644 --- a/mysql-test/t/sp.test +++ b/mysql-test/t/sp.test @@ -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()| |