mariadb/sql-common
tnurnberg@mysql.com/white.intern.koehntopp.de dd7452c280 Bug#31800: Date comparison fails with timezone and slashes for greater than comparison
BETWEEN was more lenient with regard to what it accepted as a DATE/DATETIME
in comparisons than greater-than and less-than were. ChangeSet makes < >
comparisons similarly robust with regard to trailing garbage (" GMT-1")
and "missing" leading zeros. Now all three comparators behave similarly
in that they throw a warning for "junk" at the end of the data, but then
proceed anyway if possible. Before < > fell back on a string- (rather than
date-) comparison when a warning-condition was raised in the string-to-date
conversion. Now the fallback only happens on actual errors, while warning-
conditions still result in a warning being to delivered to the client.
2007-11-10 13:33:42 +01:00
..
client.c Merge mysql.com:/home/hf/work/29494/my41-29494 2007-07-22 14:03:18 +05:00
Makefile.am my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
my_time.c Bug#31800: Date comparison fails with timezone and slashes for greater than comparison 2007-11-10 13:33:42 +01:00
my_user.c Many files: 2006-12-23 20:17:15 +01:00
pack.c Many files: 2006-12-23 20:17:15 +01:00