1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Removal of a not needed statement

This commit is contained in:
unknown
2005-02-14 14:20:43 +01:00
parent 943c267709
commit 802f0bb0c7

View File

@ -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));