[MDEV-29347] MariaDB 10.6.8 fails to start when ONLY_FULL_GROUP_BY gets provided Created: 2022-08-22 Updated: 2022-10-17 Resolved: 2022-09-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Time zones |
| Affects Version/s: | 10.6.8, 10.6, 10.7, 10.8, 10.9, 10.10 |
| Fix Version/s: | 10.6.11, 10.7.7, 10.8.6, 10.9.4, 10.10.2 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Simon | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | regression | ||
| Environment: |
Docker container |
||
| Description |
|
When starting the mariadb 10.6.8 docker container with , it fails to initialize with
Here a more complete docker run command that we use in Nextcloud server for testing:
(The docker image is based on the official mariadb10.6.8 docker image and nothing is modified) |
| Comments |
| Comment by Elena Stepanova [ 2022-08-22 ] | |||||
|
Thanks for the report. The problem is not limited to docker containers, general timezone initialization fails the same way. Apparently the failure was brought by
which introduced the query in question. | |||||
| Comment by Daniel Black [ 2022-08-23 ] | |||||
|
Thanks szaimen for the bug report. I added a workaround that will be included in the current q3-2022 set of release soon. Non-container users can use the same workaround. Being a blocker bug this will be corrected in the next server release. | |||||
| Comment by Oleksandr Byelkin [ 2022-09-05 ] | |||||
|
OK to push | |||||
| Comment by Simon [ 2022-09-19 ] | |||||
|
Hello, is there any update here? Is this already fixed in a new release? | |||||
| Comment by Sergei Golubchik [ 2022-09-22 ] | |||||
|
No, the issue isn't closed yet. The new release was an out-of-schedule release to fix critical data corruption regressions. This fix didn't make it there, it'll be in the next scheduled release. |