mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Fixing test cases
Added missing system tables used in 5.6
This commit is contained in:
4
mysql-test/include/have_innodb_16k.inc
Normal file
4
mysql-test/include/have_innodb_16k.inc
Normal file
@ -0,0 +1,4 @@
|
||||
if (`SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE LOWER(variable_name) = 'innodb_page_size' AND variable_value = 16384`)
|
||||
{
|
||||
--skip Test requires InnoDB with 16k Page size.
|
||||
}
|
Reference in New Issue
Block a user