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

Latest changes made erroneously some keywords reserved in sql_mode=ORACLE

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.3
    • 10.3.7
    • Parser
    • None

    Description

      SET sql_mode='';
      SELECT system;
      

      ERROR 1054 (42S22): Unknown column 'system' in 'field list'
      

      SET sql_mode=ORACLE;
      SELECT system;
      

      ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'system' at line 1
      

      The same problem is repeatable for PERIOD, HISTORY, SYSTEM_TIME, VERSIONING, WITHOUT.

      Attachments

        Issue Links

          Activity

            People

              bar Alexander Barkov
              bar Alexander Barkov
              Votes:
              0 Vote for this issue
              Watchers:
              1 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.