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

LP:1001505 - Crash on a query over a table with ZEROFILL column whose where condition contains IN predicate using this column

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Critical
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      The following simple test case causes an assertion abort in MariaDB 5.2/5.3/5.5

      CREATE TABLE t1(a INT ZEROFILL);
      SELECT 1 FROM t1 WHERE t1.a IN (1, t1.a) AND t1.a=2;
      DROP TABLE t1;

      (see also bug #57692 from bugs.mysql.com)

      Attachments

        Activity

          People

            sanja Oleksandr Byelkin
            igor Igor Babaev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 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.