From 0324cedc88d660727a10979ba27700d547040740 Mon Sep 17 00:00:00 2001 From: Roman Nozdrin Date: Mon, 25 Oct 2021 18:07:19 +0000 Subject: [PATCH] This patch puts octet2hex symbol into a correct namespace --- utils/funcexp/func_hex.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/utils/funcexp/func_hex.cpp b/utils/funcexp/func_hex.cpp index 3c3664d5c..e4177a947 100644 --- a/utils/funcexp/func_hex.cpp +++ b/utils/funcexp/func_hex.cpp @@ -38,7 +38,7 @@ using namespace execplan; #include "funchelpers.h" -namespace +namespace funcexp { char digit_upper[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; @@ -54,10 +54,7 @@ void octet2hex(char* to, const char* str, uint32_t len) *to = '\0'; } -} -namespace funcexp -{ CalpontSystemCatalog::ColType Func_hex::operationType( FunctionParm& fp, CalpontSystemCatalog::ColType& resultType ) { return resultType;