From 0e7630d9b585c9c327b042581b561dedfadfe27e 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 cc5c156fab..7db25183f5 100644 --- a/lib/MySQL_Session.cpp +++ b/lib/MySQL_Session.cpp @@ -3592,7 +3592,6 @@ int MySQL_Session::get_pkts_from_client(bool& wrong_pass, PtrSize_t& pkt) { // 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) @@ -5269,7 +5268,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) {