From e51e0f5eb94efcae3c43ac8955fae4505c5e8de0 Mon Sep 17 00:00:00 2001 From: Vadim Date: Mon, 13 Aug 2018 15:22:58 +0300 Subject: [PATCH] Update ErrorCodes.cpp --- dbms/src/Common/ErrorCodes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbms/src/Common/ErrorCodes.cpp b/dbms/src/Common/ErrorCodes.cpp index e97bd30558..cadeca23ed 100644 --- a/dbms/src/Common/ErrorCodes.cpp +++ b/dbms/src/Common/ErrorCodes.cpp @@ -380,7 +380,7 @@ namespace ErrorCodes extern const int INVALID_JOIN_ON_EXPRESSION = 403; extern const int BAD_ODBC_CONNECTION_STRING = 404; extern const int PARTITION_SIZE_EXCEEDS_MAX_DROP_SIZE_LIMIT = 405; - extern const int TOP_AND_LIMIT_TOGETHER = 406 + extern const int TOP_AND_LIMIT_TOGETHER = 406; extern const int KEEPER_EXCEPTION = 999; extern const int POCO_EXCEPTION = 1000; -- GitLab