mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
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:
parent
ba7c743983
commit
8602f545dc
2 changed files with 1 additions and 660 deletions
|
|
@ -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()|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue