Commit cb56fcaa authored by mleich@mysql.com's avatar mleich@mysql.com

Removal of a not needed statement

parent e8bf23c1
......@@ -370,7 +370,6 @@ drop table t1;
#### Test INSERT with CONVERT to DATE/DATETIME into DATE/DATETIME/TIMESTAMP
let $activate6145= 1;
CREATE TABLE t1 (col1 date, col2 datetime, col3 timestamp);
INSERT INTO t1 (col1) VALUES (CONVERT('2004-10-15',DATE));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment