You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Merge branch 'develop-1.1' into 1.2-merge-up-20190122
This commit is contained in:
@ -462,7 +462,7 @@ uint64_t IdbOrderBy::Hasher::operator()(const Row::Pointer& p) const
|
||||
Row& row = ts->row1;
|
||||
row.setPointer(p);
|
||||
// MCOL-1829 Row::h uses colcount as an array idx down a callstack.
|
||||
uint64_t ret = row.hash();//(colCount - 1);
|
||||
uint64_t ret = row.hash();
|
||||
//cout << "hash(): returning " << ret << " for row: " << row.toString() << endl;
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user