Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Fix
-
1.1.5
-
None
-
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.