Skip to content

Commit

Permalink
Removed 'flush_error_log' call from 'PROXYSQL FLUSH QUERY CACHE'
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierJF committed Sep 16, 2021
1 parent 821cab8 commit 794b621
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ProxySQL_Admin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1528,7 +1528,6 @@ bool admin_handler_command_proxysql(char *query_no_space, unsigned int query_no_
if (GloQC) {
GloQC->flush();
}
SPA->flush_error_log();
SPA->send_MySQL_OK(&sess->client_myds->myprot, NULL);
return false;
}
Expand Down

0 comments on commit 794b621

Please sign in to comment.