[Koha-bugs] [Bug 24986] Maximum row size reached soon for borrowers and deletedborrowers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 4 13:08:52 CEST 2020


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

--- Comment #7 from Magnus Enger <magnus at 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.


More information about the Koha-bugs mailing list