Comments - SQL_MODE

6 years, 1 month ago Marco Banfi

Maybe there is an error in the documentation? TRADITIONAL is equivalent to: STRICT_TRANS_TABLES, STRICT_ALL_TABLES, NO_ZERO_IN_DATE, NO_ZERO_DATE, ERROR_FOR_DIVISION_BY_ZERO, TRADITIONAL, NO_AUTO_CREATE_USER

??

 
6 years, 1 month ago Ian Gilfillan

When setting sql_mode to TRADITIONAL, it's actually set as specified above, including TRADITIONAL again, so no error.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.