1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

SQL: open TRT only after versioned write [#305]

This commit is contained in:
Aleksey Midenkov
2017-11-15 23:24:45 +03:00
parent a1e5b4a3c8
commit f9714ef6f4
7 changed files with 31 additions and 28 deletions

View File

@ -4542,6 +4542,9 @@ public:
/* Handling of timeouts for commands */
thr_timer_t query_timer;
bool vers_update_trt;
public:
void set_query_timer()
{