8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-31 09:23:03 +01:00
firebird-mirror/src/common
dimitr 5c1c5ee7a9 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 Cleaned up macro BOOT_BUILD, boot ObjModuleType in posix build and a lot of related steps in posix build 2010-05-18 13:32:30 +00:00
cvt.cpp Misc 2010-01-24 15:18:43 +00:00
cvt.h Fixed unregistered bug - invalid datetime2string conversion, reported by Claudio 2010-01-23 14:14:16 +00:00
dllinst.cpp Trim trailling spaces 2009-04-04 16:39:31 +00:00
dllinst.h Trim trailling spaces 2009-04-04 16:39:31 +00:00
fb_exception.cpp const correctness 2010-02-08 13:39:37 +00:00
StatusArg.cpp Allow QualifiedName to interact with StatusArg. 2010-01-26 07:32:12 +00:00
StatusArg.h Allow QualifiedName to interact with StatusArg. 2010-01-26 07:32:12 +00:00
StatusHolder.cpp Use per-thread circular strings buffers instead common and per-attachment combination 2009-09-01 09:20:24 +00:00
StatusHolder.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
stuff.h Change the license to IDPL after getting permission from Blas. 2007-03-07 03:26:55 +00:00
thd.cpp Fixed CORE-2728: Access Violation when trying to add an user that already exists 2009-11-30 12:10:47 +00:00
thd.h Fixed CORE-2728: Access Violation when trying to add an user that already exists 2009-11-30 12:10:47 +00:00
utils_proto.h Cleaned up macro BOOT_BUILD, boot ObjModuleType in posix build and a lot of related steps in posix build 2010-05-18 13:32:30 +00:00
utils.cpp Misc 2010-05-22 02:00:45 +00:00
UtilSvc.cpp Misc 2010-05-08 02:25:58 +00:00
UtilSvc.h Fixed problems, noticed by Claudio and Adriano 2010-05-17 10:01:34 +00:00