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:
@ -4542,6 +4542,9 @@ public:
|
||||
|
||||
/* Handling of timeouts for commands */
|
||||
thr_timer_t query_timer;
|
||||
|
||||
bool vers_update_trt;
|
||||
|
||||
public:
|
||||
void set_query_timer()
|
||||
{
|
||||
|
Reference in New Issue
Block a user