1
0
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:
Oleksandr Byelkin
2014-10-24 10:13:08 +02:00
parent a03dd94be8
commit 1827d9e6d1
29 changed files with 2681 additions and 61 deletions

View File

@ -3826,6 +3826,10 @@ public:
thr_timer_end(&query_timer);
#endif
}
void restore_set_statement_var()
{
main_lex.restore_set_statement_var();
}
};