You've already forked mariadb-columnstore-engine
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:
@ -38,7 +38,7 @@ using namespace execplan;
|
|||||||
|
|
||||||
#include "funchelpers.h"
|
#include "funchelpers.h"
|
||||||
|
|
||||||
namespace
|
namespace funcexp
|
||||||
{
|
{
|
||||||
char digit_upper[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
char digit_upper[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
||||||
|
|
||||||
@ -54,10 +54,7 @@ void octet2hex(char* to, const char* str, uint32_t len)
|
|||||||
|
|
||||||
*to = '\0';
|
*to = '\0';
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
namespace funcexp
|
|
||||||
{
|
|
||||||
CalpontSystemCatalog::ColType Func_hex::operationType( FunctionParm& fp, CalpontSystemCatalog::ColType& resultType )
|
CalpontSystemCatalog::ColType Func_hex::operationType( FunctionParm& fp, CalpontSystemCatalog::ColType& resultType )
|
||||||
{
|
{
|
||||||
return resultType;
|
return resultType;
|
||||||
|
Reference in New Issue
Block a user