Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.5, 10.0, 10.1, 10.2.3, 10.2
-
Component/s: Character Sets
-
Labels:
Description
MariaDB [test]> set sql_mode = 'NO_ENGINE_SUBSTITUTION';
|
Query OK, 0 rows affected (0.00 sec)
|
|
MariaDB [test]> set character_set_connection=utf32;
|
Query OK, 0 rows affected (0.00 sec)
|
|
MariaDB [test]> set sql_mode = 'NO_ENGINE_SUBSTITUTION';
|
ERROR 1231 (42000): Variable 'sql_mode' can't be set to the value of 'NO_ENGINE_SUBSTITUTION'
|
Attachments
Issue Links
- relates to
-
MDEV-7635 update defaults and simplify mysqld config parameters
-
- Closed
-
- links to