mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Add missing error code
This commit is contained in:
parent
2f5fb44695
commit
f49fe76532
@ -33,6 +33,7 @@ namespace ErrorCodes
|
|||||||
{
|
{
|
||||||
extern const int UNEXPECTED_AST_STRUCTURE;
|
extern const int UNEXPECTED_AST_STRUCTURE;
|
||||||
extern const int BAD_ARGUMENTS;
|
extern const int BAD_ARGUMENTS;
|
||||||
|
extern const int CANNOT_COMPILE_REGEXP;
|
||||||
}
|
}
|
||||||
|
|
||||||
DataTypeObject::DataTypeObject(
|
DataTypeObject::DataTypeObject(
|
||||||
|
Loading…
Reference in New Issue
Block a user