mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-5231: Per query variables from Percona Server (rewritten)
This commit is contained in:
@ -3826,6 +3826,10 @@ public:
|
||||
thr_timer_end(&query_timer);
|
||||
#endif
|
||||
}
|
||||
void restore_set_statement_var()
|
||||
{
|
||||
main_lex.restore_set_statement_var();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user