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

Dbz crashes on parsing Mysql Procedure Code (Statement Labels)

XMLWordPrintable

    • Critical

      Dbz crashes on this statement:

      DROP PROCEDURE IF EXISTS test_label;
      
      CREATE
          DEFINER = `user`@`%` PROCEDURE `test_label` (IN arg INT)
      aaa:BEGIN
          SELECT 1;
      END 

       

      aaa: is a syntax of "MySQL Statement Labels"

      if I change aaa: to ablock: or other everything works...

      What Debezium connector do you use and what version?

      2.4 from sources

      What is the captured database version and mode of depoyment?

      Percona (Mysql 5.7.41)

       

            vjuranek@redhat.com Vojtech Juranek
            politov.eugene Eugenius Politou (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: