Skip to content

Commit

Permalink
delete log
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcchen committed Jan 3, 2017
1 parent 352cbc4 commit 2813721
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phxbinlogsvr/core/storage/event_index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ event_index_status EventIndex::IsExist(const string &gtid) {
}

event_index_status EventIndex::DeleteGTIDIndex(const string &gtid) {
LogVerbose("%s delete gtid %s",__func__, gtid.c_str());
leveldb::Status status = level_db_->Delete(leveldb::WriteOptions(), gtid);

if (status.ok() || status.IsNotFound())
Expand Down

0 comments on commit 2813721

Please sign in to comment.