1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

5.0-specific fixes when merging the fix for bug #11655 and bug #20927 from 4.1

This commit is contained in:
kaa@polly.local
2006-10-12 11:21:12 +04:00
parent 02ac635027
commit e89fdaac73
2 changed files with 7 additions and 5 deletions

View File

@@ -898,7 +898,7 @@ CREATE TABLE t1(f1 TIME);
INSERT INTO t1 VALUES('916:00:00 a');
Warnings:
Warning 1265 Data truncated for column 'f1' at row 1
Warning 1264 Data truncated; out of range for column 'f1' at row 1
Warning 1264 Out of range value adjusted for column 'f1' at row 1
SELECT * FROM t1;
f1
838:59:59