mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge backport of WL#3771 with mysql-next-mr.
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
*/
|
||||
|
||||
#include "mysql_priv.h"
|
||||
#include "sql_audit.h"
|
||||
#include "probes_mysql.h"
|
||||
|
||||
#ifdef HAVE_OPENSSL
|
||||
@ -1169,6 +1170,7 @@ void do_handle_one_connection(THD *thd_arg)
|
||||
while (!net->error && net->vio != 0 &&
|
||||
!(thd->killed == THD::KILL_CONNECTION))
|
||||
{
|
||||
mysql_audit_release(thd);
|
||||
if (do_command(thd))
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user