From 6eeeb5c2555c6a940f04be3d6e23d7b9df57cc75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Tue, 13 Mar 2018 10:54:30 +0100 Subject: [PATCH] Reduce the size of delimiter --- lib/Query_Processor.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Query_Processor.cpp b/lib/Query_Processor.cpp index 23ea3cf51..7fd583fd3 100644 --- a/lib/Query_Processor.cpp +++ b/lib/Query_Processor.cpp @@ -1150,9 +1150,8 @@ __exit_process_mysql_query: string s = sess->client_myds->myconn->userinfo->username; s.append(rand_del); s.append(sess->client_myds->myconn->userinfo->schemaname); - s.append(rand_del); + s.append("---"); s.append(std::to_string(flagIN)); - s.append(rand_del); std::unordered_map:: iterator it; it = _thr_SQP_rules_fast_routing->find(s); if (it != _thr_SQP_rules_fast_routing->end()) {