mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge moonlight.intranet:/home/tomash/src/mysql_ab/tmp_merge
into moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.1-merge
This commit is contained in:
@@ -4722,7 +4722,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