mirror of
https://github.com/MariaDB/server.git
synced 2025-08-16 16:24:59 +00:00
Merge from 5.0-bugteam
This commit is contained in:
@ -447,8 +447,8 @@ prepare_tz_info(TIME_ZONE_INFO *sp, MEM_ROOT *storage)
|
||||
}
|
||||
|
||||
if (end_t == MY_TIME_T_MAX ||
|
||||
(cur_off_and_corr > 0) &&
|
||||
(end_t >= MY_TIME_T_MAX - cur_off_and_corr))
|
||||
((cur_off_and_corr > 0) &&
|
||||
(end_t >= MY_TIME_T_MAX - cur_off_and_corr)))
|
||||
/* end of t space */
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user