Skip to content

Commit 794b621

Browse files
committed
Removed 'flush_error_log' call from 'PROXYSQL FLUSH QUERY CACHE'
1 parent 821cab8 commit 794b621

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ProxySQL_Admin.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,6 @@ bool admin_handler_command_proxysql(char *query_no_space, unsigned int query_no_
15281528
if (GloQC) {
15291529
GloQC->flush();
15301530
}
1531-
SPA->flush_error_log();
15321531
SPA->send_MySQL_OK(&sess->client_myds->myprot, NULL);
15331532
return false;
15341533
}

0 commit comments

Comments
 (0)