databases/cego: 2.30.15 -> 2.30.17
- Fixed for point-in-time recovery, Date format handling was not done correectly - Elimination of BUFFERPOOLHASHKEY. The bufferpool position is now calculated based on the page offset of the corresponding datafile ( this information is provided by CegoFileHandler::getRegPageOffset ) This leads to a much better distribution and usage of the available buffer pool pages - Fix in CegoTableManager::createBTree, the creation of the btree object must be done in a dedicated exception block, otherwise the btree object is dropped, if it already exists. Submitted by: Bjoern Lemke <lemke@lemke-it.com>
This commit is contained in:
parent
63c3e79a02
commit
da3fa3feeb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418597
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cego
|
||||
PORTVERSION= 2.30.15
|
||||
PORTVERSION= 2.30.17
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.lemke-it.com/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1468153274
|
||||
SHA256 (cego-2.30.15.tar.gz) = 8a4bc18a1734fd3871a79f9492ee9466cf9facdcc00dc35afa9e7277a4d3634c
|
||||
SIZE (cego-2.30.15.tar.gz) = 1409377
|
||||
TIMESTAMP = 1468559487
|
||||
SHA256 (cego-2.30.17.tar.gz) = 6d398d23238b4e12f803afea594d21d94bc6a92a4957d8410598d2f389806c3d
|
||||
SIZE (cego-2.30.17.tar.gz) = 1402038
|
||||
|
|
Loading…
Reference in a new issue