Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
my typo of ==
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianyi Chen committed Feb 1, 2018
1 parent 52810bb commit 54aaf91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/postgres_protocol_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ void PostgresProtocolHandler::ExecBindMessage(InputPacket *pkt) {
// TODO(Tianyi) This is a hack to respond correct describe message
// as well as execute message
skipped_stmt_ = true;
skipped_query_string_ == "";
skipped_query_string_ = "";
return;
}

Expand Down

0 comments on commit 54aaf91

Please sign in to comment.