mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
9d399c9f35
This patch allows up to 64K pages for tables with DYNAMIC, COMPACT and REDUNDANT row types. Tables with COMPRESSED row type allows still only <= 16K page size. Note that single row size must be still <= 16K and max key length is not affected.
6 lines
No EOL
195 B
PHP
6 lines
No EOL
195 B
PHP
if (`SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE LOWER(variable_name) = 'innodb_page_size' AND variable_value = 32768`)
|
|
{
|
|
|
|
--skip Test requires InnoDB with 32k Page size.
|
|
|
|
} |