alexpeshkoff
5baa8e28b6
increment build number
2009-03-06 17:56:06 +00:00
alexpeshkoff
a6e066505b
Fixed CORE-2316: Throttling Nbackup on large databases
2009-03-06 17:56:05 +00:00
hvlad
d848ced78a
increment build number
2009-03-06 13:11:38 +00:00
hvlad
80ef771e25
increment build number
2009-03-06 13:06:47 +00:00
hvlad
8511f44680
increment build number
2009-03-06 12:52:44 +00:00
hvlad
e190cdc68a
increment build number
2009-03-06 12:39:40 +00:00
robocop
6fdbafdbc0
increment build number
2009-03-06 12:10:57 +00:00
robocop
44bd3c0f45
Do not hide some important warnings.
2009-03-06 12:10:50 +00:00
fsg
d3ddc554c9
increment build number
2009-03-05 19:40:19 +00:00
fsg
9755bce872
increment build number
2009-03-05 19:39:29 +00:00
fsg
9fccc4c763
nightly update
2009-03-05 19:39:26 +00:00
alexpeshkoff
876f32fbea
increment build number
2009-03-05 17:01:52 +00:00
alexpeshkoff
1a49f12cbe
increment build number
2009-03-05 17:01:51 +00:00
alexpeshkoff
8c507dbb45
Fixed a number of gcc warnings: class has virtual functions but non-virtual destructor
2009-03-05 17:01:50 +00:00
alexpeshkoff
47bfc9108b
increment build number
2009-03-05 15:18:39 +00:00
alexpeshkoff
19fa8a3489
Fixed CORE-2351: Aliased database can't be created
2009-03-05 15:18:38 +00:00
alexpeshkoff
82eac1c512
increment build number
2009-03-05 15:18:37 +00:00
alexpeshkoff
fbb04264f7
increment build number
2009-03-05 10:25:46 +00:00
alexpeshkoff
0d4fcd15d0
Fixed alignment - thanks to Adriano
2009-03-05 10:25:45 +00:00
alexpeshkoff
e98d5811e2
increment build number
2009-03-05 09:27:28 +00:00
alexpeshkoff
0ed48bfcd1
Support one more combination of autotools - present on AIX
2009-03-05 09:27:27 +00:00
robocop
695110de9f
increment build number
2009-03-05 06:41:15 +00:00
robocop
c8945e8ce2
increment build number
2009-03-05 06:41:14 +00:00
robocop
48a758b179
increment build number
2009-03-05 06:41:12 +00:00
robocop
494a8ce6e6
increment build number
2009-03-05 06:40:26 +00:00
robocop
a2ecbac559
increment build number
2009-03-05 06:40:24 +00:00
robocop
d7cb77b0c3
increment build number
2009-03-05 06:38:45 +00:00
robocop
4148f37206
increment build number
2009-03-05 06:38:44 +00:00
robocop
4ffeaea47a
Expose frac() in ib_udf but only as udf_frac to not clash with a possible native implementation.
2009-03-05 06:38:43 +00:00
robocop
d0d080124f
increment build number
2009-03-05 06:05:51 +00:00
robocop
c96ffd070f
Misc.
2009-03-05 06:05:50 +00:00
robocop
ee8cfe3d4b
increment build number
2009-03-05 06:05:21 +00:00
robocop
4d8dd1c953
Make it compile on Windows.
2009-03-05 06:05:19 +00:00
asfernandes
910d3dbc47
increment build number
2009-03-05 01:01:59 +00:00
asfernandes
c3f5e4bf6c
increment build number
2009-03-05 01:01:58 +00:00
asfernandes
2d40bd2425
Remove not used and non-simmetric platform specific define
2009-03-05 01:01:57 +00:00
asfernandes
6ae8e266b0
increment build number
2009-03-05 00:52:27 +00:00
asfernandes
f3a3ddad96
increment build number
2009-03-05 00:52:26 +00:00
asfernandes
9d086d289c
Misc
2009-03-05 00:52:25 +00:00
fsg
16481a6a8b
increment build number
2009-03-04 19:39:16 +00:00
fsg
507504b27d
nightly update
2009-03-04 19:39:14 +00:00
paul_reeves
bc7543682f
increment build number
2009-03-04 16:24:55 +00:00
alexpeshkoff
9b7c4bb176
increment build number
2009-03-04 12:44:31 +00:00
alexpeshkoff
2c270ab9db
Fixed set/drop admins mapping in security2.fdb
2009-03-04 12:44:25 +00:00
robocop
6767cbaa1a
increment build number
2009-03-04 12:14:52 +00:00
robocop
f2f8c3d704
Do not use reinterpret_cast to convert from void* to a typed pointer.
2009-03-04 12:14:51 +00:00
robocop
780852ff78
increment build number
2009-03-04 12:13:34 +00:00
robocop
4dc1d3d144
Misc.
2009-03-04 12:13:32 +00:00
alexpeshkoff
254f99caca
increment build number
2009-03-04 10:26:17 +00:00
alexpeshkoff
2a8603af7d
Formally this fixes gcc warning - no virtual dtor in class with virtual functions.
...
But this required serious reworking of InstanceControl and GlobalPtr<> classes.
GlobalPtr<> should not be directly derived from class with virtual functions -
virtual table for it's instances may become invalid in the moment,
when cleanup is needed. Therefore indirect link via InstanceList and
InstanceLink is established instead. This required also a little changes in
a way how InstanceControl is used. GlobalPtr<> usage is not changed.
2009-03-04 10:26:16 +00:00