https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24986 --- Comment #7 from Magnus Enger <magnus@libriotech.no> --- (In reply to Jonathan Druart from comment #3)
What's the return of show variables where Variable_name = 'innodb_file_per_table'; show variables where Variable_name = 'innodb_default_row_format';
MariaDB [koha]> show variables where Variable_name = 'innodb_file_per_table'; +-----------------------+-------+ | Variable_name | Value | +-----------------------+-------+ | innodb_file_per_table | ON | +-----------------------+-------+ 1 row in set (0.001 sec) MariaDB [koha]> show variables where Variable_name = 'innodb_default_row_format'; +---------------------------+---------+ | Variable_name | Value | +---------------------------+---------+ | innodb_default_row_format | dynamic | +---------------------------+---------+ 1 row in set (0.001 sec) -- You are receiving this mail because: You are watching all bug changes.