Fix duration on audit log for admin connections

pull/2067/head
René Cannaò 7 years ago
parent 7ea33a1312
commit fdd8024129

@ -3471,6 +3471,7 @@ void *child_mysql(void *arg) {
goto __exit_child_mysql;
}
}
mysql_thr->curtime = monotonic_time();
myds->revents=fds[0].revents;
myds->read_from_net();
if (myds->net_failure) goto __exit_child_mysql;

Loading…
Cancel
Save