mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Fix test case that was broken for builds without InnoDB.
This commit is contained in:
parent
5ac0fc32b1
commit
e0f148d5f0
1 changed files with 3 additions and 0 deletions
|
@ -7075,8 +7075,11 @@ DROP FUNCTION bug5274_f2|
|
|||
delimiter ;|
|
||||
drop table t1,t2;
|
||||
|
||||
# Disable warnings to allow test run without InnoDB
|
||||
--disable_warnings
|
||||
CREATE TABLE t1 (a int auto_increment primary key) engine=MyISAM;
|
||||
CREATE TABLE t2 (a int auto_increment primary key, b int) engine=innodb;
|
||||
--enable_warnings
|
||||
set @a=0;
|
||||
|
||||
delimiter |;
|
||||
|
|
Loading…
Reference in a new issue