Summary: | Field 'lowestPriority' doesn't have a default value (MariaDB) | ||
---|---|---|---|
Product: | Koha | Reporter: | Magnus Enger <magnus> |
Component: | Hold requests | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt, jonathan.druart |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 17258 |
Description
Magnus Enger
2017-10-19 07:00:55 UTC
What is the version of MariaDB? Did you modify my.cnf? Does `grep -r sql-mode /etc/mysql` return something? (In reply to Jonathan Druart from comment #1) > What is the version of MariaDB? 10.2.9-MariaDB-10.2.9+maria~xenial > Did you modify my.cnf? Don't think so. > Does `grep -r sql-mode /etc/mysql` return something? $ sudo grep -r sql-mode /etc/mysql /etc/mysql/mysql.conf.d/mysqld.cnf:sql-mode="IGNORE_SPACE,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" The "doesn't have a default value" is related to the STRICT_TRANS_TABLES mode, with NO_ENGINE_SUBSTITUTION you should not get this error. Can you confirm you restarted the service and you still get this error? |