Comments - SQL_MODE
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.
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
??
When setting sql_mode to
TRADITIONAL
, it's actually set as specified above, includingTRADITIONAL
again, so no error.