mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 02:41:59 +00:00
Fix style
This commit is contained in:
parent
c2bcc4119f
commit
f398c5d471
@ -17,6 +17,7 @@ namespace ErrorCodes
|
|||||||
extern const int NAMED_COLLECTION_DOESNT_EXIST;
|
extern const int NAMED_COLLECTION_DOESNT_EXIST;
|
||||||
extern const int NAMED_COLLECTION_ALREADY_EXISTS;
|
extern const int NAMED_COLLECTION_ALREADY_EXISTS;
|
||||||
extern const int NAMED_COLLECTION_IS_IMMUTABLE;
|
extern const int NAMED_COLLECTION_IS_IMMUTABLE;
|
||||||
|
extern const int BAD_ARGUMENTS;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace Configuration = NamedCollectionConfiguration;
|
namespace Configuration = NamedCollectionConfiguration;
|
||||||
|
Loading…
Reference in New Issue
Block a user