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

A view can mask a table that supports discovery

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.0.6
    • 10.0.7
    • None
    • None

    Description

      CREATE TABLE t1 (i INT) ENGINE=TokuDB;
      CREATE VIEW t1 AS SELECT "I am a view" AS a;
       
      SELECT * FROM t1;

      SELECT * FROM t1;
      a
      I am a view

      Not reproducible with MyISAM or InnoDB:

      CREATE TABLE t1 (i INT) ENGINE=MyISAM;
      CREATE VIEW t1 AS SELECT "I am a view" AS a;
      bug.t3_tokudb                            [ fail ]
              Test ended at 2013-12-13 00:46:34
       
      CURRENT_TEST: bug.t3_tokudb
      mysqltest: At line 2: query 'CREATE VIEW t1 AS SELECT "I am a view" AS a' failed: 1050: Table 't1' already exists

      Not reproducible on 5.5.

      Attachments

        Activity

          People

            serg Sergei Golubchik
            elenst Elena Stepanova
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.