[MCOL-1518] Escaped Single Quote and Hash cause error in strings Created: 2018-06-29 Updated: 2022-11-05 Resolved: 2022-11-05 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MariaDB Server |
| Affects Version/s: | 1.1.2 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Toby Sear | Assignee: | Unassigned |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Description |
|
An SQL Query that does not touch ColumnStore tables running on a MariaDB ColumnStore
Expected Result: #1146 - Table '<database>.test_table' doesn't exist Result on "10.2.10-MariaDB-log - Columnstore 1.1.2-1": Result on "10.1.26-MariaDB-0+deb9u1 - Debian 9.1" Unfortunately I do not currently have a newer version of MariaDB Columnstore to test against. |
| Comments |
| Comment by Toby Sear [ 2018-06-29 ] | |
|
Note: having the actual tables defined does not resolve the issue, the query appears to fail at the query validation stage before it even checks for the existence of tables/columns | |
| Comment by Andrew Hutchings (Inactive) [ 2018-06-29 ] | |
|
Confirmed with latest build. This is a vtable parser issue. The workaround would be to execute this first:
But then performance of the query will suffer significantly. | |
| Comment by Toby Sear [ 2018-06-29 ] | |
|
Hi Andrew, | |
| Comment by Todd Stoffel (Inactive) [ 2022-11-05 ] | |
|
This item is being closed because it was well passed the expiration date with no activity. If you suspect this was done in error please create a new ticket. |