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

14108 Commits

Author SHA1 Message Date
skidder
6c9402b881 fix handling of zero-length allocations, fix rare memory management error, add quick pool verification logic 2004-08-28 05:18:42 +00:00
skidder
63a1e6776d increment build number 2004-08-28 05:15:07 +00:00
skidder
b8601cce19 quick pool verification logic 2004-08-28 05:15:02 +00:00
skidder
9e9b3d3f22 increment build number 2004-08-28 02:55:49 +00:00
skidder
3bc0fc0746 Change style of comment to avoid multi-line comment warning 2004-08-28 02:55:45 +00:00
skidder
5b966ee2e2 increment build number 2004-08-28 02:51:23 +00:00
skidder
f13f54c966 Some Linux targets may miss support for fancy rwlock options 2004-08-28 02:51:11 +00:00
fsg
b3dedcafcf increment build number 2004-08-28 01:11:19 +00:00
fsg
1c2d72dac5 nightly update 2004-08-28 01:11:12 +00:00
skidder
44e457dfb8 increment build number 2004-08-27 17:39:48 +00:00
skidder
4f94fb530f Temporary fix for frequent random crashes added to Firebird by Alex a week or so ago. 2004-08-27 17:39:34 +00:00
robocop
7c234b6b79 increment build number 2004-08-27 09:24:47 +00:00
robocop
092dd6297e BY SCALAR_ARRAY param can't be used as a return param.
There's no support for that. It's only input param to the UDF.
2004-08-27 09:24:39 +00:00
robocop
e3eb10c4c8 increment build number 2004-08-27 08:34:45 +00:00
robocop
5791735efc increment build number 2004-08-27 08:34:44 +00:00
robocop
3236e206c8 Add in the help the mention of SET HEADING that was introduced time ago. 2004-08-27 08:34:41 +00:00
robocop
565c412d45 increment build number 2004-08-27 08:33:24 +00:00
robocop
257ac89659 Add a new message for isql. I miss the triggers and utilities that did the details for me previously 2004-08-27 08:33:21 +00:00
robocop
78fa5f6357 increment build number 2004-08-27 08:30:58 +00:00
robocop
ce3a14168a Comment what seems to me a redundant copy 2004-08-27 08:30:49 +00:00
robocop
d70e2acbaa increment build number 2004-08-27 05:13:51 +00:00
robocop
5eb042a638 Style 2004-08-27 05:13:47 +00:00
robocop
1ade23282c increment build number 2004-08-27 05:03:16 +00:00
robocop
e3b269d2a4 Show ODS as part of SHOW DATABASE command. 2004-08-27 05:03:13 +00:00
robocop
ab7cb5a772 increment build number 2004-08-27 05:02:00 +00:00
robocop
41a21aa306 Support for new UDF mechanism 2004-08-27 05:01:56 +00:00
robocop
3e637c665e increment build number 2004-08-27 05:00:38 +00:00
robocop
275a676ba3 increment build number 2004-08-27 05:00:37 +00:00
robocop
be2f4fe195 Style and comment useless code 2004-08-27 05:00:31 +00:00
robocop
36b3d51190 increment build number 2004-08-27 04:58:13 +00:00
robocop
1c981d6a83 Enhance UDF support a bit 2004-08-27 04:58:10 +00:00
robocop
a38df7177b increment build number 2004-08-27 04:56:25 +00:00
robocop
8638418d36 Update the ancient example IUDF "test" to use reference with nulls instead of value that can't be declared in DSQL and has compatibility problems 2004-08-27 04:56:22 +00:00
robocop
4ce7a139e5 increment build number 2004-08-27 04:54:51 +00:00
robocop
626037929f increment build number 2004-08-27 04:54:50 +00:00
robocop
5764315a44 Introduce sub_type BINARY as a synonym for sub_type 0
Document reference with nulls mechanism in rdb$types
2004-08-27 04:54:48 +00:00
robocop
e7c0d48975 increment build number 2004-08-27 04:52:35 +00:00
robocop
1994913da7 Bring DSQL up to date with UDF capabilities in the engine.
Introduce SCALAR_ARRAY token.
2004-08-27 04:52:32 +00:00
robocop
49b754fe48 increment build number 2004-08-27 04:50:03 +00:00
robocop
9a6456c767 increment build number 2004-08-27 04:50:02 +00:00
robocop
61a7173a3c Style 2004-08-27 04:50:00 +00:00
robocop
922c74304d increment build number 2004-08-27 04:48:57 +00:00
robocop
83f030e331 increment build number 2004-08-27 04:48:56 +00:00
robocop
cd552f3935 The #define started before the namespace and ended inside the namespace. Invalid.
Took FUN_T outside the #ifdef REQUESTER to be able to use it in DSQL.
2004-08-27 04:48:54 +00:00
robocop
f3aa22df17 increment build number 2004-08-27 04:46:03 +00:00
robocop
3a45a04ea7 MSVC6 doesn't keep variables in a for() only in that scope. This standard construction is rejected:
for (int i = ...);
for (int i = ...);
Put the variable again before the loops to be able to compile.
2004-08-27 04:46:01 +00:00
robocop
8cb4d694ff increment build number 2004-08-27 04:46:00 +00:00
fsg
0dbfbe67f2 increment build number 2004-08-27 01:09:23 +00:00
fsg
b87e8e42ba nightly update 2004-08-27 01:09:20 +00:00
brodsom
319debbf72 increment build number 2004-08-26 23:27:49 +00:00