From 3a481ecb89d2ca82deaec03d7da45c8f46cbba0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Wed, 8 Sep 2021 09:47:39 +0200 Subject: [PATCH] Removing some printf --- lib/MySQL_Session.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/MySQL_Session.cpp b/lib/MySQL_Session.cpp index f269a5b30..ca7f62f43 100644 --- a/lib/MySQL_Session.cpp +++ b/lib/MySQL_Session.cpp @@ -3538,7 +3538,6 @@ __get_pkts_from_client: // For more context check issue: #3493. // =================================================== if (session_type != PROXYSQL_SESSION_CLICKHOUSE) { - fprintf(stderr,"%s\n", CurrentQuery.get_digest_text()); const char *qd = CurrentQuery.get_digest_text(); if ( (strncasecmp((char *)"USE",qd,3)==0) @@ -5214,7 +5213,6 @@ void MySQL_Session::handler___status_WAITING_CLIENT_DATA___STATE_SLEEP___MYSQL_C schemanameptr[strlen(schemanameptr)-1]='\0'; schemanameptr++; } - proxy_info("%s\n", schemanameptr); client_myds->myconn->userinfo->set_schemaname(schemanameptr,strlen(schemanameptr)); free(schemaname); if (mirror==false) {