1
0
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:
Eugene Kosov
2017-11-24 15:34:57 +03:00
committed by Aleksey Midenkov
parent 4dd8736c15
commit 0cdc1164dc
23 changed files with 267 additions and 183 deletions

View File

@ -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;