1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-02 17:46:37 +03:00

MCOL-3536 collation

This commit is contained in:
David Hall
2020-05-14 16:02:49 -05:00
parent 04fdacb927
commit 1f3d1e6fd6
41 changed files with 667 additions and 797 deletions

View File

@ -506,6 +506,7 @@ void pDictionaryScan::sendAPrimitiveMessage(
hdr.NVALS = fFilterCount;
hdr.Count = msgLbidCount;
hdr.CompType = colType.ddn.compressionType;
hdr.charsetNumber = colType.charsetNumber;
idbassert(hdr.Count > 0);
if (isEquality)
@ -628,7 +629,8 @@ void pDictionaryScan::receivePrimitiveMessages()
if (fOid >= 3000 && traceOn() && dlTimes.FirstReadTime().tv_sec == 0)
dlTimes.setFirstReadTime();
if (fOid >= 3000 && traceOn()) dlTimes.setLastReadTime();
if (fOid >= 3000 && traceOn())
dlTimes.setLastReadTime();
if (bs->length() == 0)
{