8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-25 01:23:03 +01:00
firebird-mirror/src/common
dimitr f659679b6f 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 Take into an account case sesitivity - thanks to Claudio 2009-09-14 07:48:54 +00:00
cvt.cpp Misc 2009-09-17 15:55:18 +00:00
cvt.h Misc. 2009-09-06 06:24:07 +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 Fixed copy of cstring in status vector 2010-02-07 10:29:08 +00:00
StatusArg.cpp Debug checks. 2009-08-05 06:27:57 +00:00
StatusArg.h Misc 2009-08-06 01:06:05 +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 Backported fix for CORE-2728: Access Violation when trying to add an user that already exists 2009-11-30 13:05:41 +00:00
thd.h Backported fix for CORE-2728: Access Violation when trying to add an user that already exists 2009-11-30 13:05:41 +00:00
utils_proto.h Misc 2009-09-12 01:34:26 +00:00
utils.cpp Misc 2009-09-12 01:34:26 +00:00
UtilSvc.cpp Backported fix for CORE-2984: gbak -v srv:db stdout creates a broken backup 2010-05-06 13:42:57 +00:00
UtilSvc.h Backported fix for CORE-2984: gbak -v srv:db stdout creates a broken backup 2010-05-06 13:42:57 +00:00