mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
7 lines
229 B
PHP
7 lines
229 B
PHP
|
--disable_warnings
|
||
|
if (`SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE LOWER(variable_name) = 'innodb_page_size' AND variable_value = 4096`)
|
||
|
{
|
||
|
--skip Test requires InnoDB with 4k Page size.
|
||
|
}
|
||
|
--enable_warnings
|