Fixes: #16985 Pull-request: #17013 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
4fcbd2ae45
@ -580,7 +580,7 @@ class Operations
|
||||
* old versions of MySQL/MariaDB must be returning something or not empty.
|
||||
* This patch is to support newer MySQL/MariaDB while also for backward compatibilities.
|
||||
*/
|
||||
if (($innodb_file_format === 'Barracuda') || ($innodb_file_format == '')
|
||||
if ((strtolower($innodb_file_format) === 'barracuda') || ($innodb_file_format == '')
|
||||
&& $innodbEnginePlugin->supportsFilePerTable()
|
||||
) {
|
||||
$possible_row_formats['INNODB']['DYNAMIC'] = 'DYNAMIC';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user