K 10 svn:author V 2 pi K 8 svn:date V 27 2021-01-29T19:37:30.420750Z K 7 svn:log V 501 databases/cego: update 2.46.6 -> 2.46.7 - Added fix in CegoTableManager::createBTree For btree value extraction, we also have to use valueFromSchema(tableSchema, btreeSchema) Otherwise, in case if inverted index attributes, the values are not extraced correctly Example: create table t1 ( a int, b string(10)); insert into t1 values ( 1, 'alpha'); create btree b1 on t1(b,a); -- inverted, value for a would be not setup correctly Submitted by: Björn Lemke END