Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.0.6
-
Fix Version/s: 10.0.7
-
Component/s: None
-
Labels: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.
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Same with Archive. Or — I suppose — any engine that supports table discovery.