From 5425fa4dd2f22d3266f164c695c0ee483686fc67 Mon Sep 17 00:00:00 2001 From: spongedc Date: Thu, 17 Dec 2020 12:27:04 +0800 Subject: [PATCH] Fix style check fail --- src/Interpreters/InterpreterShowCreateQuery.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Interpreters/InterpreterShowCreateQuery.cpp b/src/Interpreters/InterpreterShowCreateQuery.cpp index e4f30c30cfb..10c8339c135 100644 --- a/src/Interpreters/InterpreterShowCreateQuery.cpp +++ b/src/Interpreters/InterpreterShowCreateQuery.cpp @@ -20,6 +20,7 @@ namespace ErrorCodes { extern const int SYNTAX_ERROR; extern const int THERE_IS_NO_QUERY; + extern const int BAD_ARGUMENTS; } BlockIO InterpreterShowCreateQuery::execute()