mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
cleanup: consolidate binlog-related THD::*_used into one bitmap
This commit is contained in:
committed by
Oleksandr Byelkin
parent
4ce1470a70
commit
c38b8f49b8
@ -1064,7 +1064,7 @@ Datetime::Datetime(THD *thd, const timeval &tv)
|
||||
{
|
||||
thd->variables.time_zone->gmt_sec_to_TIME(this, tv.tv_sec);
|
||||
second_part= tv.tv_usec;
|
||||
thd->time_zone_used= 1;
|
||||
thd->used|= THD::TIME_ZONE_USED;
|
||||
DBUG_ASSERT(is_valid_value_slow());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user