[MCOL-45] CREATE PROCEDURE fails Created: 2016-05-06 Updated: 2016-09-17 Resolved: 2016-09-17 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DMLProc |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hall (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Environment: |
Centos 6/5 |
||
| Issue Links: |
|
||||||||
| Sprint: | 1.0.3 | ||||||||
| Description |
|
ref: working_tpch1_comparLogOnly/partitionOptimization/aCreateViews.sql All CREATE PROCEDURE statements fail with: This may or may not mask other issues in this test suite, as it stops everything in the directory from running. |
| Comments |
| Comment by Dipti Joshi (Inactive) [ 2016-05-23 ] |
|
Since stored procedure has limited functionalities in MariaDB ColumnStore - hence putting this lower priority right now. |
| Comment by Chris Calender (Inactive) [ 2016-08-23 ] |
|
Affects customer. |
| Comment by Chris Calender (Inactive) [ 2016-08-23 ] |
|
Similar issue occurs with Events also. |
| Comment by David Hall (Inactive) [ 2016-09-02 ] |
|
It seems we now need a lex_end(thd->lex) when returning -1 from idb_vtable_process. Changes in mariadb cause this need. In the past it didn't matter. |
| Comment by Andrew Hutchings (Inactive) [ 2016-09-07 ] |
|
Looks good to me, moving to QA |
| Comment by Daniel Lee (Inactive) [ 2016-09-17 ] |
|
Build verified mscadmin> getsoft Name : mariadb-columnstore-platform Verified the script on a tpch1g database. |