1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00

Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt

into  mysql.com:/home/gluh/MySQL/Merge/5.1-opt
This commit is contained in:
gluh@eagle.(none)
2007-10-23 20:11:39 +05:00

View File

@@ -497,7 +497,7 @@ select * from t1 where (convert(f1,datetime)) != 1;
f1 f1
15:44:44 15:44:44
Warnings: Warnings:
Warning 1292 Incorrect datetime value: '0000-00-00 45:44:44' Warning 1292 Truncated incorrect datetime value: '0000-00-00 45:44:44'
drop table t1; drop table t1;
create table t1 (a tinyint); create table t1 (a tinyint);
insert into t1 values (), (), (); insert into t1 values (), (), ();