Added missing modification [#CLICKHOUSE-2184].

This commit is contained in:
Alexey Milovidov 2017-02-01 06:10:12 +03:00
parent 9d04189793
commit 172b385247

View File

@ -72,7 +72,7 @@ namespace ErrorCodes
extern const int THERE_IS_NO_SESSION;
extern const int NO_ELEMENTS_IN_CONFIG;
extern const int DDL_GUARD_IS_ACTIVE;
extern const int TABLE_SIZE_EXCEED_MAX_DROP_SIZE_LIMIT;
extern const int TABLE_SIZE_EXCEEDS_MAX_DROP_SIZE_LIMIT;
}
class TableFunctionFactory;