diff options
author | unknown <mleich@mysql.com> | 2005-02-14 14:20:43 +0100 |
---|---|---|
committer | unknown <mleich@mysql.com> | 2005-02-14 14:20:43 +0100 |
commit | 802f0bb0c748258cebb52c4cc7a7ffc2fffd143c (patch) | |
tree | 98e2a0d243c2008409b2a12e603d91bcb91ea467 /mysql-test/t/strict.test | |
parent | 943c2677091ea1d1781f1f04fcfc1fcc3effea8f (diff) | |
download | mariadb-git-802f0bb0c748258cebb52c4cc7a7ffc2fffd143c.tar.gz |
Removal of a not needed statement
Diffstat (limited to 'mysql-test/t/strict.test')
-rw-r--r-- | mysql-test/t/strict.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/strict.test b/mysql-test/t/strict.test index 925647214f7..7da07f267b2 100644 --- a/mysql-test/t/strict.test +++ b/mysql-test/t/strict.test @@ -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)); |