[MDEV-21865] Table Value Constructor during an INSERT SELECT statement Created: 2020-03-04 Updated: 2023-12-14 Resolved: 2023-12-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Insert |
| Affects Version/s: | 10.3.11 |
| Fix Version/s: | 10.4.33 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Christian Proust | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
OS: CentOS 8 |
||
| Description |
|
When running the following query, I get the error: ERROR 1136 (21S01): Column count doesn't match value count at row 1.
The error disappears by removing the line:
or by replacing the Table Value Constructor
by
|
| Comments |
| Comment by Elena Stepanova [ 2020-03-08 ] | |||||
|
In 10.4 the problem disappeared after
| |||||
| Comment by Dave Gosselin [ 2023-12-14 ] | |||||
|
I tested latest 10.4, at the time of this comment, git sha b4712242dd6d2 and no error message was seen. I attempted to build git sha de745ecf29721795 as noted in the above comment but due to platform changes since 2018, the system no longer builds at that point. Considering and closing this ticket as a duplicate of |