[MDEV-31187] Add class Sql_mode_save_for_frm_handling Created: 2023-05-04 Updated: 2023-10-23 Resolved: 2023-10-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | 10.4.32, 10.5.23, 10.6.16, 10.9.8, 10.11.6, 11.0.4, 11.1.3, 11.2.2, 11.3.1 |
| Type: | Task | Priority: | Critical |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
To fix
and reuse it in all places where we reset sql_mode for unambiguous and equal re-parsing. Currently there are multiple places resetting different sql_mode flags, e.g.:
/ |
| Comments |
| Comment by Alexander Barkov [ 2023-08-31 ] |
|
Hello Sergei Golubchik, please find the latest patch here: https://github.com/MariaDB/server/commits/bb-10.4-bar-MDEV-27744-v2 There are three patches in this branch: Thanks. |
| Comment by Sergei Golubchik [ 2023-10-21 ] |
|
ok to push |