1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Move InnoDB mysql-tests to the innodb suite.

This commit is contained in:
Vasil Dimov
2010-04-16 19:19:07 +03:00
parent df9dac8c8e
commit 7670eb5241
90 changed files with 107 additions and 4483 deletions

View File

@@ -1,4 +1,3 @@
call mtr.add_suppression("InnoDB: invalid innodb_file_format_check value");
select @@innodb_file_format;
@@innodb_file_format
Antelope
@@ -41,3 +40,4 @@ ERROR 42000: Variable 'innodb_file_format' can't be set to the value of 'off'
select @@innodb_file_format_check;
@@innodb_file_format_check
Barracuda
set global innodb_file_format_check=antelope;