1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +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 7847312448
commit e2a0152703

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;