databases/cego: update 2.32.4 -> 2.32.5
- Added another performance patch to CegoBTreeCursor. The method compValue has been redesigned in a way, that comparison is prepared at cursor creation time and so could be executed in a optimized and faster way This speeds up queries with joined tables, where the joined table is traced many times ( e.g. select count(*) from t1, t2 where t1.a = t2.a )
Submitted by: Bjoern Lemke <lemke@lemke-it.com>