8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:03:03 +01:00
Commit Graph

36435 Commits

Author SHA1 Message Date
asfernandes
54ff616710 increment build number 2008-12-20 23:50:15 +00:00
asfernandes
55c5b6afa4 increment build number 2008-12-20 23:50:14 +00:00
asfernandes
650eed1d8a Misc 2008-12-20 23:47:25 +00:00
asfernandes
e2d8cda4dc increment build number 2008-12-20 19:57:45 +00:00
asfernandes
bb587d8ee7 increment build number 2008-12-20 19:57:44 +00:00
asfernandes
5311dd5a5e Misc 2008-12-20 19:57:43 +00:00
asfernandes
ad9acb0eef increment build number 2008-12-20 19:57:42 +00:00
fsg
8c1cc3433c increment build number 2008-12-20 19:38:42 +00:00
fsg
70a30cfa54 nightly update 2008-12-20 19:38:38 +00:00
asfernandes
bfc867546d increment build number 2008-12-20 15:17:44 +00:00
asfernandes
aa1cfb66f2 Correction 2008-12-20 15:17:43 +00:00
asfernandes
dd9dd9d704 increment build number 2008-12-20 15:16:06 +00:00
asfernandes
e72c46dd34 Fix GCC build 2008-12-20 15:16:05 +00:00
robocop
965b3dfd07 increment build number 2008-12-20 08:18:34 +00:00
robocop
287883e5f1 increment build number 2008-12-20 08:18:33 +00:00
robocop
1834a97b69 My dear trailing spaces. :-) 2008-12-20 08:18:32 +00:00
robocop
b379912e34 increment build number 2008-12-20 08:16:57 +00:00
robocop
ccf408584e increment build number 2008-12-20 08:16:56 +00:00
robocop
9c9e4e9b0b There's no need to check whether a pointer is null before applying delete or delete[]. 2008-12-20 08:16:55 +00:00
robocop
0a961cdc6a increment build number 2008-12-20 08:16:54 +00:00
robocop
f876a42fa3 increment build number 2008-12-20 08:12:21 +00:00
robocop
6ac3079962 increment build number 2008-12-20 08:12:20 +00:00
robocop
95292d1731 Style. 2008-12-20 08:12:19 +00:00
robocop
1da93183da increment build number 2008-12-20 08:12:18 +00:00
robocop
9771b2554c increment build number 2008-12-20 08:12:17 +00:00
fsg
f96a2b19e9 increment build number 2008-12-19 19:38:31 +00:00
fsg
c6f5be8f2b nightly update 2008-12-19 19:38:29 +00:00
alexpeshkoff
7fe34d245a increment build number 2008-12-19 15:41:22 +00:00
dimitr
30f80d0134 increment build number 2008-12-19 14:59:44 +00:00
dimitr
fd53ec0746 increment build number 2008-12-19 14:59:43 +00:00
dimitr
549db36cb9 increment build number 2008-12-19 14:58:17 +00:00
dimitr
78037bfe40 Fix for big-endian machines, it follows Alex's set of fixes. 2008-12-19 14:58:16 +00:00
dimitr
65da895f73 increment build number 2008-12-19 14:57:02 +00:00
dimitr
2b87e94242 Use explicit iterators instead of the implicit (built-in) ones due to the thread-safety requirements.
This change affects GenericMap only, as it's used globally in a few places and we have a proven crash there.
I have a more complete solution (total cleanup of default accessors from BePlusTree and SparseBitmap) in my local tree (thanks to Dmitry Kovalenko), but it's incomplete (requires more changes inside the engine) and IMHO risky (~20 core modules are affected), so I'd like to defer finalization of this cleanup till v3.0.
All objects of these types seem being protected by dbb_sync, so they shouldn't cause us any problems currently.
2008-12-19 14:57:01 +00:00
dimitr
a8df21db11 increment build number 2008-12-19 14:56:11 +00:00
hvlad
d9ab858931 increment build number 2008-12-19 12:43:32 +00:00
hvlad
7c026e2a64 Restore ability to specify few starting chars (i.e. not full word) of optional switch OVERWRITE in gbak (it was accidentally brocken before 2.5 alpha1) 2008-12-19 12:43:30 +00:00
robocop
7fd02aa00f increment build number 2008-12-19 11:12:29 +00:00
robocop
e0bc2dd4f5 Style. 2008-12-19 11:12:28 +00:00
hvlad
82c35c3427 increment build number 2008-12-19 09:01:45 +00:00
hvlad
df3c623874 Fixed bug CORE-2248 : AV in server.cpp\loopThread()
Removed not needed check for request's port in parent port clients list as
a) this check not needed anymore
b) this loop is performance killer
2008-12-19 09:01:44 +00:00
skywalker
828955004f increment build number 2008-12-18 22:24:36 +00:00
skywalker
7ffd9b3048 Message for SET ROWCOUNT <n> new ISQL command 2008-12-18 22:24:35 +00:00
skywalker
023b8a3c7a increment build number 2008-12-18 22:19:33 +00:00
skywalker
6b3dd235f1 Added isql command SET ROWCOUNT <n> it is a local isql command that
limits the number of rows returned in processing.  It is a feature
of a number of other databases, but in our case its main use is for
convenience for running the TPC-X tests,
2008-12-18 22:19:32 +00:00
fsg
7e3240d48f increment build number 2008-12-18 19:39:37 +00:00
fsg
50c87fd8e7 increment build number 2008-12-18 19:38:49 +00:00
fsg
c6f480e2b9 nightly update 2008-12-18 19:38:47 +00:00
alexpeshkoff
7073526ade increment build number 2008-12-18 14:52:32 +00:00
alexpeshkoff
a97787aa7c increment build number 2008-12-18 14:52:26 +00:00