Skip to content

Commit

Permalink
Removing some printf
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Sep 8, 2021
1 parent 8dddfaa commit 0e7630d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/MySQL_Session.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit 0e7630d

Please sign in to comment.