Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-1425

Procedures with more than 1 command not supported

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Duplicate
    • 1.1.4
    • Icebox
    • MariaDB Server
    • None
    • Debian 9

    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

      Attachments

        Issue Links

          Activity

            People

              LinuxJedi Andrew Hutchings (Inactive)
              DanielW Dalu (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.