mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/usr/home/ram/work/4.1.b16327 sql/field.cc: Auto merged mysql-test/r/func_time.result: merging mysql-test/t/func_time.test: merging
This commit is contained in:
@@ -3809,7 +3809,7 @@ String *Field_timestamp::val_str(String *val_buffer, String *val_ptr)
|
||||
thd->time_zone_used= 1;
|
||||
|
||||
temp= time_tmp.year % 100;
|
||||
if (temp < YY_PART_YEAR)
|
||||
if (temp < YY_PART_YEAR - 1)
|
||||
{
|
||||
*to++= '2';
|
||||
*to++= '0';
|
||||
|
||||
Reference in New Issue
Block a user