Skip to content

Commit 0e7630d

Browse files
committed
Removing some printf
1 parent 8dddfaa commit 0e7630d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/MySQL_Session.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -3592,7 +3592,6 @@ int MySQL_Session::get_pkts_from_client(bool& wrong_pass, PtrSize_t& pkt) {
35923592
// For more context check issue: #3493.
35933593
// ===================================================
35943594
if (session_type != PROXYSQL_SESSION_CLICKHOUSE) {
3595-
fprintf(stderr,"%s\n", CurrentQuery.get_digest_text());
35963595
const char *qd = CurrentQuery.get_digest_text();
35973596
if (
35983597
(strncasecmp((char *)"USE",qd,3)==0)
@@ -5269,7 +5268,6 @@ void MySQL_Session::handler___status_WAITING_CLIENT_DATA___STATE_SLEEP___MYSQL_C
52695268
schemanameptr[strlen(schemanameptr)-1]='\0';
52705269
schemanameptr++;
52715270
}
5272-
proxy_info("%s\n", schemanameptr);
52735271
client_myds->myconn->userinfo->set_schemaname(schemanameptr,strlen(schemanameptr));
52745272
free(schemaname);
52755273
if (mirror==false) {

0 commit comments

Comments
 (0)