mariadb/sql-common
kaa@polly.local 609a3cd295 Fixes a number of problems with time/datetime <-> string conversion functions:
- bug #11655 "Wrong time is returning from nested selects - maximum time exists
- input and output TIME values were not validated properly in several conversion functions
- bug #20927 "sec_to_time treats big unsigned as signed"
- integer overflows were not checked in several functions. As a result, input values like 2^32 or 3600*2^32 were treated as 0
- BIGINT UNSIGNED values were treated as SIGNED in several functions
- in cases where both input string truncation and out-of-range TIME value occur, only 'truncated incorrect time value' warning was produced
2006-10-04 17:13:32 +04:00
..
client.c Merge bk@192.168.21.1:mysql-4.1 2006-07-13 22:32:18 +05:00
Makefile.am Fix for Bug#4030 "Client side conversion string -> date type doesn't 2004-06-24 19:08:36 +04:00
my_time.c Fixes a number of problems with time/datetime <-> string conversion functions: 2006-10-04 17:13:32 +04:00
pack.c Added missing SSL library (Should be in source distribution) 2003-11-28 12:18:13 +02:00