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

10.3.26 rejects syntax that 10.3.25 accepts

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Blocker
    • Resolution: Duplicate
    • 10.3.26, 10.3.27
    • N/A
    • Parser
    • None

    Description

      10.3.25 (and earlier) accept queries like:

      select foo from bar where baz is 'label' and (other is null <> other2 is null); 
      

      10.3.26 and 10.3.27 require:

      select foo from bar where baz is 'label' and ((other is null) <> (other2 is null)); 
      

      With statement based replication, this means queries can run on primary and fail on replicas (which is unfortunate when running the same major+minor version).

      Attachments

        Issue Links

          Activity

            People

              serg Sergei Golubchik
              dluke Daniel J. Luke
              Votes:
              0 Vote for this issue
              Watchers:
              4 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.