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
Basic SELECT support for Decimal38
This commit is contained in:
committed by
Roman Nozdrin
parent
63dcaa387f
commit
77e1d6abe3
@ -1629,7 +1629,6 @@ inline void p_Col_bin_ridArray(NewColRequestHeader* in,
|
||||
memcpy(argVals[argIndex],args->val, W);
|
||||
regex[argIndex].used = false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -1639,7 +1638,6 @@ inline void p_Col_bin_ridArray(NewColRequestHeader* in,
|
||||
|
||||
while (!done)
|
||||
{
|
||||
|
||||
// if((*((uint64_t *) (bval))) != 0)
|
||||
// {
|
||||
// cout << "rid "<< rid << " value ";
|
||||
|
Reference in New Issue
Block a user