1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

This patch puts octet2hex symbol into a correct namespace

This commit is contained in:
Roman Nozdrin
2021-10-25 18:07:19 +00:00
parent 07f2e59d65
commit 0324cedc88

View File

@ -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;