Set fileeconding on PgSQL_Session.cpp

Using vim:
:set fileencoding=utf-8 on PgSQL_Session.cpp
v2.x_pg_PrepStmtBase_240714
René Cannaò 2 years ago
parent 38c6c2ac7b
commit 5f9ec09b21

@ -4288,7 +4288,7 @@ __get_pkts_from_client:
// In this switch we handle commands that download binlog events from MySQL
// servers. For these commands a lot of the features provided by ProxySQL
// aren't useful, like multiplexing, query parsing, etc. For this reason,
// ProxySQL enables fast_forward when it receives these commands. 
// ProxySQL enables fast_forward when it receives these commands. 
{
// we use a switch to write the command in the info message
std::string q = "Received command ";

Loading…
Cancel
Save