mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
SQL, IB: various refactoring [#337]
This commit is contained in:
committed by
Aleksey Midenkov
parent
4dd8736c15
commit
0cdc1164dc
@ -710,12 +710,6 @@ extern "C" void thd_kill_timeout(THD* thd)
|
||||
mysql_mutex_unlock(&thd->LOCK_thd_data);
|
||||
}
|
||||
|
||||
Time_zone * thd_get_timezone(THD * thd)
|
||||
{
|
||||
DBUG_ASSERT(thd && thd->variables.time_zone);
|
||||
return thd->variables.time_zone;
|
||||
}
|
||||
|
||||
void thd_vers_update_trt(THD * thd, bool value)
|
||||
{
|
||||
thd->vers_update_trt= value;
|
||||
|
Reference in New Issue
Block a user