Bug #89495 | "mysqld --initialize" creates all objects (DD, SYS, etc) in non-strict SQL mode | ||
---|---|---|---|
Submitted: | 1 Feb 2018 9:43 | Modified: | 21 Mar 2018 15:11 |
Reporter: | Guilhem Bichot | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Installing | Severity: | S3 (Non-critical) |
Version: | 8.0.4 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[1 Feb 2018 9:43]
Guilhem Bichot
[5 Mar 2018 8:23]
Sivert Sørumgård
Posted by developer: Patch pushed, but state was not changed automatically for some reason. Setting state manually to 'Documenting'.
[21 Mar 2018 15:11]
Paul DuBois
Posted by developer: Fixed in 8.0.11. During data directory initialization, the server created objects using sql_mode=''. Now the server uses the default sql_mode value (which, among other settings, includes strict mode).