Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.3, 5.5(EOL), 10.0(EOL), 10.1(EOL), 10.2(EOL)
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
http://lists.askmonty.org/pipermail/commits/2017-January/010414.html is OK to push.
One small thing: Please move the ucs2 test from ctype_ucs2_def.test to ctype_ucs.test.