Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-4707

MySQL unparseable DDL - CREATE PROCEDURE

XMLWordPrintable

    • False
    • False

      Caused by: io.debezium.text.ParsingException: DDL statement couldn't be parsed. Please open a Jira issue with the statement
      'CREATE DEFINER=`bettingservice`@`stage-us-nj-app%` PROCEDURE `AggregatePlayerFactDaily`()
      BEGIN
      DECLARE CID_min BIGINT;
      DECLARE CID_max BIGINT;
      
      DECLARE EXIT HANDLER FOR SQLEXCEPTION
      BEGIN
      SHOW ERRORS;
      ROLLBACK;
      END;
      

      I'm not able to add the full statement/description in this field, see description.txt for the full statement.

            Unassigned Unassigned
            tommy.karlsson Tommy Karlsson
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: