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
Add PrimProc support for selective block loading for 16-byte columns.
This commit is contained in:
@ -774,7 +774,7 @@ inline void store(const NewColRequestHeader* in,
|
||||
}
|
||||
|
||||
#endif
|
||||
out->RidFlags |= (1 << (rid >> 10)); // set the (row/1024)'th bit
|
||||
out->RidFlags |= (1 << (rid >> 9)); // set the (row/512)'th bit
|
||||
memcpy(&out8[*written], &rid, 2);
|
||||
*written += 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user