[MCOL-1425] Procedures with more than 1 command not supported Created: 2018-05-18  Updated: 2018-05-18  Resolved: 2018-05-18

Status: Closed
Project: MariaDB ColumnStore
Component/s: MariaDB Server
Affects Version/s: 1.1.4
Fix Version/s: Icebox

Type: Bug Priority: Major
Reporter: Dalu (Inactive) Assignee: Andrew Hutchings (Inactive)
Resolution: Duplicate Votes: 0
Labels: None
Environment:

Debian 9


Issue Links:
Duplicate
duplicates MCOL-1065 Implement full Stored Procedure support Closed

 Description   

Example:

CREATE DEFINER=`root`@`%` PROCEDURE `testproc`()
BEGIN

Truncate Table testable;
Select * from testable;

END

Calling this procedure causes:
Error Code: 1178. The storage engine for the table doesn't support This stored procedure syntax is not supported by Columnstore in this version

And this happens with all columnstore procedures having more than 1 command



 Comments   
Comment by Andrew Hutchings (Inactive) [ 2018-05-18 ]

Closing this as a duplicate of feature request MCOL-1065

Generated at Thu Feb 08 02:28:40 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.