https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24986

--- Comment #7 from Magnus Enger <[email protected]> ---
(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to