mirror of https://github.com/ByConity/ByConity
test
This commit is contained in:
parent
1f92b0a7a3
commit
6c3200c75c
|
@ -3,7 +3,7 @@
|
|||
#include <algorithm>
|
||||
|
||||
#include <IO/WriteHelpers.h>
|
||||
#include <Common/CurrentStatusInfo.h>
|
||||
#include <Common/StatusInfo.h>
|
||||
#include <boost/algorithm/string/replace.hpp>
|
||||
|
||||
namespace
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <Common/CurrentStatusInfo.h>
|
||||
#include <Common/StatusInfo.h>
|
||||
#include <Interpreters/ExternalLoader.h>
|
||||
|
||||
/// Available status. Add something here as you wish.
|
||||
|
@ -16,7 +16,6 @@ namespace CurrentStatusInfo
|
|||
std::mutex locks[END] {};
|
||||
std::unordered_map<String, Int8> values[END] {};
|
||||
|
||||
|
||||
const char * getName(Status event)
|
||||
{
|
||||
static const char * strings[] =
|
|
@ -1,5 +1,5 @@
|
|||
#include <Databases/DatabaseWithDictionaries.h>
|
||||
#include <Common/CurrentStatusInfo.h>
|
||||
#include <Common/StatusInfo.h>
|
||||
#include <Interpreters/ExternalDictionariesLoader.h>
|
||||
#include <Interpreters/ExternalLoaderTempConfigRepository.h>
|
||||
#include <Interpreters/ExternalLoaderDatabaseConfigRepository.h>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#include <Common/ThreadPool.h>
|
||||
#include <Common/randomSeed.h>
|
||||
#include <Common/setThreadName.h>
|
||||
#include <Common/CurrentStatusInfo.h>
|
||||
#include <Common/StatusInfo.h>
|
||||
#include <ext/chrono_io.h>
|
||||
#include <ext/scope_guard.h>
|
||||
#include <boost/range/adaptor/map.hpp>
|
||||
|
|
Loading…
Reference in New Issue