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

Build-in schemas like oracle_schema are accent insensitive

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.4, 11.4
    • 11.4
    • Data types
    • None

    Description

      CREATE OR REPLACE TABLE t1 (a öracle_schema.date);
      SHOW CREATE TABLE t1;
      

      +-------+------------------------------------------------------------------------------------------------------------------+
      | Table | Create Table                                                                                                     |
      +-------+------------------------------------------------------------------------------------------------------------------+
      | t1    | CREATE TABLE `t1` (
        `a` datetime DEFAULT NULL
      ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci |
      +-------+------------------------------------------------------------------------------------------------------------------+
      

      öracle_schema, with accented o, worked as oracle_schema.

      Looks wrong. It should return a wrong data type error.

      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:

                Git Integration

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