Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-7632

SHOW TRIGGERS LIKE statement does not work as expected

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Not a Bug
    • 10.0.16
    • N/A
    • Admin statements
    • None

    Description

      Given a trigger name containing underscores, for example:
      `users_before_ins_trig`

      the following happens:

      MariaDB [test]> show triggers like 'users%'\G
                   Trigger: users_before_ins_trig
      1 row in set (0.00 sec)
       
      MariaDB [test]> show triggers like 'users_%';
      Empty set (0.00 sec)
       
      MariaDB [test]> show triggers like 'users_before_ins_trig';
      Empty set (0.00 sec)

      Attachments

        Activity

          People

            Unassigned Unassigned
            tanj Guillaume Lefranc
            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.