merging fix

This commit is contained in:
holyfoot/hf@mysql.com/hfmain.(none) 2007-05-07 17:33:28 +05:00
parent 763d4bf22e
commit f646fb0b11

View File

@ -690,12 +690,12 @@ END|
CALL p1(NOW());
Table Create Table
t1 CREATE TABLE "t1" (
"x" datetime default NULL
"x" datetime DEFAULT NULL
)
CALL p1('test');
Table Create Table
t1 CREATE TABLE "t1" (
"x" datetime default NULL
"x" datetime DEFAULT NULL
)
Warnings:
Warning 1264 Out of range value for column 'x' at row 1