Skip to content

Commit

Permalink
Fix build failed (pingcap#5196)
Browse files Browse the repository at this point in the history
  • Loading branch information
wshwsh12 authored and Lloyd-Pottiger committed Jul 19, 2022
1 parent 7a8c498 commit a7cef58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbms/src/Common/FailPoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@ void FailPointHelper::disableFailPoint(const String &) {}

void FailPointHelper::wait(const String &) {}

void FailPointHelper::initRandomFailPoints(Poco::Util::LayeredConfiguration & config, Poco::Logger * log) {}
void FailPointHelper::initRandomFailPoints(Poco::Util::LayeredConfiguration &, Poco::Logger *) {}

void FailPointHelper::enableRandomFailPoint(const String & fail_point_name, double rate) {}
void FailPointHelper::enableRandomFailPoint(const String &, double) {}
#endif

} // namespace DB

0 comments on commit a7cef58

Please sign in to comment.