mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug 29536 : error message changed 5.0-opt -> 5.1-opt
This commit is contained in:
@ -111,7 +111,7 @@ INSERT INTO t1 VALUES (1, NOW());
|
|||||||
SET @@session.time_zone='Japan';
|
SET @@session.time_zone='Japan';
|
||||||
UPDATE t1 SET b= '1970-01-01 08:59:59' WHERE a= 1;
|
UPDATE t1 SET b= '1970-01-01 08:59:59' WHERE a= 1;
|
||||||
Warnings:
|
Warnings:
|
||||||
Warning 1264 Out of range value adjusted for column 'b' at row 1
|
Warning 1264 Out of range value for column 'b' at row 1
|
||||||
SELECT * FROM t1 ORDER BY a;
|
SELECT * FROM t1 ORDER BY a;
|
||||||
a b
|
a b
|
||||||
1 0000-00-00 00:00:00
|
1 0000-00-00 00:00:00
|
||||||
|
Reference in New Issue
Block a user