[MDEV-16937] Strict SQL with system versioned tables causes issues Created: 2018-08-10 Updated: 2020-05-29 Resolved: 2020-05-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Versioned Tables |
| Affects Version/s: | 10.3.8 |
| Fix Version/s: | 10.5.4, 10.3.24, 10.4.14 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Vincent Milum Jr | Assignee: | Aleksey Midenkov |
| Resolution: | Fixed | Votes: | 2 |
| Labels: | None | ||
| Environment: |
FreeBSD 11.1-STABLE #0 r321665+e0c4ca60dfc(freenas/11.1-stable) |
||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Strict SQL mode conflicts with System Versioned tables (only with some queries) Example 1: cannot insert into a table if column names are specified, but okay if they're not
Example 2: Cannot even create a system versioned table
|
| Comments |
| Comment by Elena Stepanova [ 2018-08-10 ] |
|
Thanks for the report. |
| Comment by Aleksey Midenkov [ 2018-10-29 ] |
|
`federatedx` still have issues. Investigating... |
| Comment by Aleksey Midenkov [ 2018-10-30 ] |
|
federatedx bug is reproducible without System Versioning ( |
| Comment by Luke Cousins [ 2019-10-28 ] |
|
Is there any progress on this issue? |
| Comment by Vincent Milum Jr [ 2020-05-07 ] |
|
This bug just hit me again at another job. Nearly 2 years later, any progress? This isn't just about inserting data, either. ALTER TABLE `tbl` ADD SYSTEM VERSIONING also doesn't work, which is what I'm trying to do now for an ORM. |