Changes between Version 1 and Version 2 of Ticket #44586, comment 3
- Timestamp:
- 02/04/2020 02:18:09 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44586, comment 3
v1 v2 1 The failure in `test_set_sql_mode()` (also reported in #49344) is caused by `NO_AUTO_CREATE_USER`, which is [https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-11.html#mysqld-8-0-11-deprecation-removal no longer supported as of MySQL 8.0.11]. The query results in an error:1 The failure in `test_set_sql_mode()` (also reported in #49344) is caused by `NO_AUTO_CREATE_USER`, which is indeed [https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-11.html#mysqld-8-0-11-deprecation-removal no longer supported as of MySQL 8.0.11]. The query results in an error: 2 2 {{{ 3 3 SET SESSION sql_mode='IGNORE_SPACE,NO_AUTO_CREATE_USER'