Dominik Ottenbreit
Dominik Ottenbreit
If I comment out the following 3 lines MariaDB starts correctly: ``` [mysqld] #innodb-file-format=barracuda #innodb-file-per-table=1 #innodb-large-prefix=1 ``` I am now checking if the values that we are trying to set...
https://mariadb.com/kb/en/library/xtradbinnodb-server-system-variables/#innodb_file_format says: - **innodb_file_format** Default Value: Barracuda (>= MariaDB 10.2.2) Antelope (= MariaDB 5.5), OFF (= MariaDB 10.2.2) OFF (
Thank you, this fixes the installer but not existing systems which will break on mariadb update.
@codingCoffee **Development computers:** the way we did it is that I have informed all of our developers about this problem refering to this issue here. Then I asked them to...
@codingCoffee announced on discuss.erpnext.com: https://discuss.erpnext.com/t/important-mariadb-version-10-3-action-required-before-update/37717/2
Thank you for this super quick response. I wonder, does such a high gap fill setting cause other unintended effects? Maybe the default could be increased then. This is a...
:+1: from me too!