mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Fix clang-tidy-14, part 1
This commit is contained in:
parent
3086c19341
commit
8e9d771237
@ -68,6 +68,14 @@
|
|||||||
|
|
||||||
namespace fs = std::filesystem;
|
namespace fs = std::filesystem;
|
||||||
|
|
||||||
|
namespace DB
|
||||||
|
{
|
||||||
|
namespace ErrorCodes
|
||||||
|
{
|
||||||
|
extern const int CANNOT_SET_SIGNAL_HANDLER;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
DB::PipeFDs signal_pipe;
|
DB::PipeFDs signal_pipe;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user