mariadb/sql-common
unknown 91f6d169a6 Bug#30951: makedate returns different results depending on version of mysql
makedate() will fold years below 100 into the 1970-2069 range. CS removes code
that also wrongly folded years between 100 and 200 into that range, which should
be left unchanged. Backport from 5.1.


mysql-test/r/func_sapdb.result:
  Show that makedate() works correctly for 100 <= year < 200.
mysql-test/t/func_sapdb.test:
  Show that makedate() works correctly for 100 <= year < 200.
sql-common/my_time.c:
  Remove unnecessary date magic. Syncs behaviour with 5.1+
  and manual.
2007-10-12 11:46:48 +02:00
..
client.c Merge mysql.com:/home/hf/work/29494/my41-29494 2007-07-22 14:03:18 +05:00
Makefile.am
my_time.c Bug#30951: makedate returns different results depending on version of mysql 2007-10-12 11:46:48 +02:00
my_user.c
pack.c