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

ANY_VALUE should not be a fully reserved word, similar to other built-in functions

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • N/A
    • 13.2
    • None
    • None

    Description

      a589cb629a7a76a0

      MariaDB [test]> CREATE TABLE t1 (count INT);
      Query OK, 0 rows affected (0,002 sec)
       
      MariaDB [test]> CREATE TABLE t1 (any_value INT);
      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 'any_value INT)' at line 1
      MariaDB [test]> SELECT 1 AS any_value;
      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 'any_value' at line 1
      

      Attachments

        Issue Links

          Activity

            People

              danblack Daniel Black
              alice Alice Sherepa
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.