[MCOL-1632] ColumnStore Doesn't Understand Procedure Analyse In Default Mode Created: 2018-08-07 Updated: 2019-07-10 Resolved: 2019-07-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MariaDB Server |
| Affects Version/s: | 1.1.5 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Minor |
| Reporter: | Todd Stoffel (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Centos 7.4 |
||
| Description |
|
SELECT * FROM mytable PROCEDURE ANALYSE(1,1); Produces the following error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'PROCEDURE ANALYSE(1, 1)' at line 1 Only after running "SET infinidb_vtables_mode=0" can you run "PROCEDURE ANALYSE" on a MariaDB ColumnStore build. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2019-07-10 ] |
|
Going away in 1.4 |