8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 02:03:04 +01:00
firebird-mirror/src/common
dimitr 50b3b15aeb Fixed the old bug which was left unnoticed until RC3 where Pair<MetaName, MetaName> was used as a key for a b-tree.
At the first glance, it promises only wrong ordering of items, but in fact it trashes the b-tree internals and crashes the server :-(
It's unregistered and undocumented, but being a very recent RC3 only regression, let's leave it this way.
I suppose the intended code should be !(v.first < this->first), but we have the operator == defined, so I used a simpler form.
2010-07-08 10:44:35 +00:00
..
classes Fixed the old bug which was left unnoticed until RC3 where Pair<MetaName, MetaName> was used as a key for a b-tree. 2010-07-08 10:44:35 +00:00
config Backported fix for bug CORE-1886 : Server doesn't start as an application under restricted user accounts on Vista. 2008-05-07 08:04:02 +00:00
mp New C++ memory pool 2001-12-24 03:02:42 +00:00
fb_exception.cpp Backported fix for CORE-2055: BOF in fbclient 2008-09-15 14:25:14 +00:00
stuff.h We use DIRECTORY_FILENAME_H for protecting headers 2004-05-29 04:34:31 +00:00
utils_proto.h Fixed CORE-1133 : XNET (IPC) communication protocol does not work across sessions 2007-02-26 08:55:26 +00:00
utils.cpp Fix indentation. 2008-05-08 07:52:54 +00:00