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

4689 Commits

Author SHA1 Message Date
brodsom
64275247ba increment build number 2003-03-01 19:07:49 +00:00
brodsom
02bd46cb98 increment build number 2003-03-01 19:07:48 +00:00
brodsom
a22e7ad9d7 increment build number 2003-03-01 19:07:00 +00:00
brodsom
4591e47003 -Comment declared but undefined functions. (found with gcc never defined warnings)
-Add ifdef for output_netware.
2003-03-01 19:06:54 +00:00
alexpeshkoff
83edc0490a increment build number 2003-03-01 18:27:35 +00:00
alexpeshkoff
5aaca547aa Fixed EXECUTE STATEMENT to support INTO clause 2003-03-01 18:27:34 +00:00
brodsom
cdd103d3fb increment build number 2003-03-01 18:15:46 +00:00
brodsom
4026ffbf4f increment build number 2003-03-01 18:15:45 +00:00
brodsom
427bdbdbcd increment build number 2003-03-01 18:15:44 +00:00
brodsom
40df76418a -Add IPSERVER define to window.cpp, now it is possible to do a server build without ipserver.
-Add SERVER_SHUTDOWN define to window.cpp.
-Move the setting of SERVER_SHUTDOWN when SUPERSERVER to firebird.h, previously a SUPERSERVER build fail if SERVER_SHUTDOWN is not defined in the command line.
2003-03-01 18:15:43 +00:00
brodsom
a860803dc1 increment build number 2003-03-01 18:15:41 +00:00
brodsom
367de7115c increment build number 2003-03-01 18:10:26 +00:00
brodsom
af4fd19045 Use the same ifdef for function declarations and definitions. (found with gcc never defined warnings)
-In this source some defines must be moved to set the value for CACHE_WRITER, CACHE_READER and PAGE_LATCHING before function declaration
2003-03-01 18:10:10 +00:00
brodsom
77dde352c9 increment build number 2003-03-01 18:04:25 +00:00
brodsom
458eaa2b65 Use the same ifdef for function declarations and definitions. (found with gcc never defined warnings) 2003-03-01 18:04:21 +00:00
brodsom
c89aed205a increment build number 2003-03-01 17:59:44 +00:00
brodsom
d338851336 increment build number 2003-03-01 17:52:00 +00:00
brodsom
7a3b56ef46 Use the same ifdef for function declarations and definitions. (found with gcc never defined warnings) 2003-03-01 17:51:59 +00:00
brodsom
3fcfcf420d increment build number 2003-03-01 17:44:35 +00:00
brodsom
699d81f81b Use the same ifdef for function declarations and definitions. (found with gcc never defined warnings) 2003-03-01 17:44:34 +00:00
brodsom
22823d6536 increment build number 2003-03-01 17:43:57 +00:00
brodsom
aaae0d418c increment build number 2003-03-01 17:35:09 +00:00
brodsom
0bf30f1e26 Use the same ifdef for function declarations and definitions. (found with gcc never defined warnings) 2003-03-01 17:35:07 +00:00
brodsom
558ae84d69 increment build number 2003-03-01 17:33:23 +00:00
dimitr
cd2adaa5cd increment build number 2003-03-01 16:30:57 +00:00
dimitr
e47900ea01 increment build number 2003-03-01 16:30:56 +00:00
dimitr
1f3e4b22cd Some changes for the embedded server. 2003-03-01 16:30:55 +00:00
dimitr
ff8006e87b increment build number 2003-03-01 16:29:57 +00:00
dimitr
632876f292 increment build number 2003-03-01 16:28:38 +00:00
dimitr
909ea8c35a increment build number 2003-03-01 16:28:37 +00:00
dimitr
7bb56ef864 increment build number 2003-03-01 16:28:36 +00:00
alexpeshkoff
fe993e983b increment build number 2003-03-01 16:10:56 +00:00
alexpeshkoff
a12435f701 Fixed macro redefinition warnings - changed order of include files 2003-03-01 16:10:43 +00:00
alexpeshkoff
642c6e2f75 increment build number 2003-03-01 15:59:16 +00:00
alexpeshkoff
dac7dfc866 Fixed macro redefinition warnings 2003-03-01 15:59:08 +00:00
brodsom
ecaed30da8 increment build number 2003-03-01 12:29:23 +00:00
brodsom
f80b6ebd2f Put declaration of functions only defined when #ifdef UNIX inside an #ifdef UNIX 2003-03-01 12:29:22 +00:00
brodsom
53f1a9fb94 increment build number 2003-03-01 12:10:19 +00:00
brodsom
3fafc21191 -Add some needed PYXIS defines (found with gcc warnings)
-Add one needed FTN_BLK_DATA define (found with gcc warnings)
2003-03-01 12:10:16 +00:00
brodsom
bb34009d26 increment build number 2003-02-28 23:53:39 +00:00
brodsom
3ebd5a9eec Remove obsolete PASCAL_ROUTINE macro 2003-02-28 23:53:38 +00:00
brodsom
924e147213 increment build number 2003-02-28 23:53:37 +00:00
brodsom
779fbb8ceb increment build number 2003-02-28 23:46:42 +00:00
brodsom
a5b4683087 Rollback change from assert to fb_assert, this source uses <assert.h> from included jrd.h from included fb_vector.h 2003-02-28 23:46:34 +00:00
brodsom
515ae3206a increment build number 2003-02-28 23:33:06 +00:00
brodsom
bf206c60ef Change gds_assert to fb_assert (gds_assert is a synonym for fb_assert) 2003-02-28 23:32:57 +00:00
fsg
a2057fbf8d increment build number 2003-02-28 23:23:08 +00:00
tamlin
52e2b55656 increment build number 2003-02-28 20:41:21 +00:00
tamlin
fa2c4a6907 increment build number 2003-02-28 19:20:23 +00:00
brodsom
89939bac0c increment build number 2003-02-28 17:02:41 +00:00
brodsom
a29a9275de -Remove the SOLARIS specific stuff, NDEBUG is set at the compiler command line, and assert.h is obsolete when gdsassert can be used.
-Change assert to fb_assert when gdsassert is in use. to make clear if we use the standard macro or the fb one.
2003-02-28 17:02:11 +00:00
brodsom
0c76e659a8 increment build number 2003-02-28 16:41:18 +00:00
brodsom
040ae030b1 Change assert to fb_assert when gdsassert is in use. to make clear if we use the standard macro or the fb one. 2003-02-28 16:41:05 +00:00
brodsom
0a9139abcb increment build number 2003-02-28 16:35:59 +00:00
brodsom
4ced9fc2b3 Change assert to fb_assert when gdsassert is in use. to make clear if we use the standard macro or the fb one. 2003-02-28 16:35:45 +00:00
brodsom
57e9fbe5f3 increment build number 2003-02-28 15:17:51 +00:00
brodsom
0ea65e2b4a Change gds_assert to fb_assert (gds_assert is a synonym for fb_assert) 2003-02-28 15:17:50 +00:00
brodsom
ef6d931aae increment build number 2003-02-28 15:17:49 +00:00
brodsom
11b6da742f increment build number 2003-02-28 15:07:51 +00:00
brodsom
1d8a030e41 Change assert to fb_assert when gdsassert.h is included. Separate the standard macro from the FB one. 2003-02-28 15:07:36 +00:00
brodsom
094910345d increment build number 2003-02-28 14:52:07 +00:00
brodsom
f7be76ee00 Remove not used include 2003-02-28 14:52:03 +00:00
brodsom
a2165dcfcc increment build number 2003-02-28 14:52:02 +00:00
brodsom
7edbd38bcc increment build number 2003-02-28 13:38:31 +00:00
brodsom
292e979471 Remove HUGE_PTR 2003-02-28 13:38:30 +00:00
brodsom
75245c4c6d increment build number 2003-02-28 13:36:56 +00:00
brodsom
bbdcb57ce7 increment build number 2003-02-28 13:20:38 +00:00
brodsom
001d3559b4 increment build number 2003-02-28 13:20:37 +00:00
brodsom
e3df3b53f8 Remove ISC_FAR 2003-02-28 13:20:36 +00:00
brodsom
ba518bd4d5 increment build number 2003-02-28 13:20:02 +00:00
brodsom
1d2ab00a82 increment build number 2003-02-28 13:19:36 +00:00
brodsom
72eb48ab79 increment build number 2003-02-28 13:10:19 +00:00
brodsom
845cba5ce1 Remove ISC_FAR 2003-02-28 13:10:12 +00:00
brodsom
a3df315958 increment build number 2003-02-28 12:57:14 +00:00
brodsom
165023d329 Remove FAR_VARIABLE 2003-02-28 12:57:13 +00:00
brodsom
237d913b47 increment build number 2003-02-28 12:54:54 +00:00
brodsom
0823311bc2 increment build number 2003-02-28 12:54:53 +00:00
brodsom
c3507d1d5c increment build number 2003-02-28 12:53:53 +00:00
brodsom
50a7c3d0cb increment build number 2003-02-28 12:53:26 +00:00
brodsom
586eecddfa increment build number 2003-02-28 12:52:54 +00:00
brodsom
e819867743 increment build number 2003-02-28 12:50:13 +00:00
brodsom
b6ab6fa3b8 increment build number 2003-02-28 12:50:12 +00:00
brodsom
2bf6a7dc63 increment build number 2003-02-28 12:49:38 +00:00
brodsom
c0c859d192 increment build number 2003-02-28 12:48:04 +00:00
brodsom
1727d86295 increment build number 2003-02-28 12:47:48 +00:00
brodsom
cfd4f38fa0 increment build number 2003-02-28 12:47:25 +00:00
brodsom
594710857a increment build number 2003-02-28 12:45:39 +00:00
paul_reeves
592912f78b increment build number 2003-02-28 08:22:12 +00:00
paul_reeves
eca0d9f712 Let gbak and friends use service_mgr again. 2003-02-28 08:22:06 +00:00
aafemt
16c245e0e3 increment build number 2003-02-28 05:22:15 +00:00
aafemt
9ca5790300 increment build number 2003-02-28 05:22:14 +00:00
aafemt
1f1e2cc489 blrtable.h is generated and must not be in tree 2003-02-28 05:22:13 +00:00
brodsom
bfa4eacd23 increment build number 2003-02-28 01:08:46 +00:00
brodsom
809839b595 Add empty line at the end of the source. 2003-02-28 01:08:44 +00:00
brodsom
889bc1fb2d increment build number 2003-02-27 23:53:41 +00:00
brodsom
f2e38d1c64 Variable declaration without typedef. 2003-02-27 23:53:36 +00:00
fsg
6d52c527ee increment build number 2003-02-27 23:22:14 +00:00
arnobrinkman
deb17e6593 increment build number 2003-02-27 23:07:25 +00:00
arnobrinkman
28c3eb69a3 Comments added 2003-02-27 23:07:15 +00:00
brodsom
dab01d4158 increment build number 2003-02-27 21:44:52 +00:00
brodsom
2f0d9cc8c0 increment build number 2003-02-27 21:44:51 +00:00
brodsom
6e567674b6 New macro defined in firebird.h to remove compiler dependencies from cpp sources. 2003-02-27 21:44:48 +00:00
brodsom
40a779aaff increment build number 2003-02-27 21:44:01 +00:00
brodsom
f141e35ef7 increment build number 2003-02-27 21:43:22 +00:00
brodsom
8fb6a3cc19 increment build number 2003-02-27 21:34:42 +00:00
brodsom
dd621992d5 New macro defined in firebird.h to remove compiler dependencies from cpp sources. 2003-02-27 21:34:41 +00:00
brodsom
f5a7481da1 increment build number 2003-02-27 21:34:39 +00:00
brodsom
29e2a0ec19 increment build number 2003-02-27 21:09:58 +00:00
brodsom
33a232d7b6 Join two compiler dependent defines. Put in fb_types.h since it is always included in ibase.h 2003-02-27 21:09:51 +00:00
brodsom
dde73f1b8e increment build number 2003-02-27 21:09:48 +00:00
brodsom
0d6bae94c2 increment build number 2003-02-27 20:07:02 +00:00
brodsom
bc5d6cfe4a Change ISC_EXPORT to GDS_EXPORT the value is always equal. (Also ISC_EXPORT_VARARG to GDS_EXPORT_VARARG to maintain the name similar) 2003-02-27 20:06:44 +00:00
tamlin
f2e7741e1d increment build number 2003-02-27 18:50:49 +00:00
tamlin
dbb42c498e NO code changes, just reformatting for your viewing pleasure. 2003-02-27 18:50:43 +00:00
tamlin
6ec7784551 increment build number 2003-02-27 18:46:57 +00:00
tamlin
b99ae4c70c Basic code cleanup and fixed a problem spotted by Dmitry Yemanov. 2003-02-27 18:46:49 +00:00
brodsom
c7e5d2c796 increment build number 2003-02-27 18:22:59 +00:00
brodsom
f79c778c52 Add PYXIS define to isolate pyxis code. When this change were tested enough, the pyxis code can be removed. 2003-02-27 18:22:48 +00:00
brodsom
6f310efe58 increment build number 2003-02-27 17:27:48 +00:00
brodsom
2cee1fba78 increment build number 2003-02-27 16:55:58 +00:00
brodsom
caa2c65b1e Add Fortran files and move GPRE_* defines from autoconf header to makefiles. 2003-02-27 16:55:56 +00:00
brodsom
b0e5f58bc3 increment build number 2003-02-27 16:54:50 +00:00
brodsom
514facc0a4 increment build number 2003-02-27 16:54:49 +00:00
brodsom
ebd773381a increment build number 2003-02-27 16:53:16 +00:00
brodsom
2a5f794864 increment build number 2003-02-27 16:53:11 +00:00
hippoman
06303ced14 increment build number 2003-02-27 16:38:45 +00:00
hippoman
5c5551eb0c * Changed comments to point to used code 2003-02-27 16:38:33 +00:00
dimitr
a67c7c91d8 increment build number 2003-02-27 16:28:56 +00:00
tamlin
66527bca20 Fix optimizer crasher with too many streams (UCHAR overflow/wrap-around). 2003-02-27 16:28:53 +00:00
brodsom
ef8f7d9f0b increment build number 2003-02-27 16:05:38 +00:00
brodsom
3989a5d22f Add PYXIS define to isolate pyxis code. When this change were tested enough, the pyxis code can be removed. 2003-02-27 16:05:18 +00:00
dimitr
53e7225e69 increment build number 2003-02-27 15:35:30 +00:00
brodsom
42a6600d3d increment build number 2003-02-27 13:59:51 +00:00
brodsom
20eabda391 Remove unneeded include and ifdef 2003-02-27 13:59:47 +00:00
brodsom
644d8b3049 increment build number 2003-02-27 13:55:53 +00:00
brodsom
fc885f0b9e Remove CONST_IMAGE (Thanks to Claudio) 2003-02-27 13:55:50 +00:00
aafemt
8b17d6d533 increment build number 2003-02-27 05:07:18 +00:00
aafemt
6640a78a45 unicode<->binary conversion fixed for bigendian processors. Thanks to Claudio V. Not tested. 2003-02-27 05:07:16 +00:00
brodsom
fcc7d92cc6 increment build number 2003-02-27 04:36:30 +00:00
brodsom
207c8fb788 Remove GDS_FAR, win_handle, form_handle (Thanks to Claudio) 2003-02-27 04:36:28 +00:00
brodsom
b8c0789c31 increment build number 2003-02-27 04:36:06 +00:00
arnobrinkman
f6ea4a2611 increment build number 2003-02-26 23:41:06 +00:00
arnobrinkman
61ca1ca76e comment added 2003-02-26 23:41:00 +00:00
arnobrinkman
98dff475f1 increment build number 2003-02-26 23:28:31 +00:00
arnobrinkman
267195bd6c bugfix: With a large amount of SQL the server crashed on generating blr. Due a USHORT was used for str_length. 2003-02-26 23:28:26 +00:00
fsg
deaca19d18 increment build number 2003-02-26 23:24:29 +00:00
skidder
3e772f0d7a increment build number 2003-02-26 16:52:57 +00:00
skidder
bba93cc00a Fix file permissions problem that prevented restore of databases and other problems when using engine under non-root user on Linux 2003-02-26 16:52:50 +00:00
dimitr
20112c062b increment build number 2003-02-26 12:22:39 +00:00
dimitr
f931a0132a increment build number 2003-02-26 11:57:37 +00:00
dimitr
43e4a78b48 Fixed bug with EXECUTE STATEMENT and autocommit transactions. 2003-02-26 11:57:36 +00:00
dimitr
d5e3d6f3b0 increment build number 2003-02-26 11:28:21 +00:00
dimitr
502d1470d6 increment build number 2003-02-26 07:25:36 +00:00
dimitr
4b69deb50a Fixed a typo. 2003-02-26 07:25:32 +00:00
fsg
cd379b9a54 increment build number 2003-02-25 23:21:47 +00:00
arnobrinkman
0bafef80b7 increment build number 2003-02-25 18:35:12 +00:00
arnobrinkman
57eb03f09f bugfix: Fix FB1.5 optimizer bug which causes the server to crash. 2003-02-25 18:34:52 +00:00
dimitr
141a6daf30 increment build number 2003-02-25 16:47:05 +00:00
dimitr
77a346cd59 Restored MAX_STREAMS to the original value. 2003-02-25 16:46:53 +00:00
brodsom
7ddc802bcb increment build number 2003-02-25 13:21:54 +00:00
brodsom
0ffbaac197 snprintf is defined in autoconfig_msvc.h 2003-02-25 13:21:28 +00:00
brodsom
d3f869b422 increment build number 2003-02-25 13:15:44 +00:00
brodsom
6894dcdfa1 increment build number 2003-02-25 13:15:33 +00:00
brodsom
1dd1248fca increment build number 2003-02-25 13:12:13 +00:00
brodsom
99354d78f2 increment build number 2003-02-25 13:10:54 +00:00
brodsom
79ebc74fc3 increment build number 2003-02-25 13:01:28 +00:00
brodsom
8143f324c7 increment build number 2003-02-25 12:55:32 +00:00
brodsom
f02ef90cdc Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h. 2003-02-25 12:55:20 +00:00
brodsom
4a4859a529 increment build number 2003-02-25 12:51:30 +00:00
brodsom
6c749c44a8 increment build number 2003-02-25 12:51:29 +00:00
brodsom
adba491ace increment build number 2003-02-25 12:49:27 +00:00
brodsom
cfdd15368b increment build number 2003-02-25 12:43:54 +00:00
brodsom
a5db3d2ff4 Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h (and remove unused tagBLOB_DEFINED) 2003-02-25 12:43:52 +00:00
brodsom
7b64107174 increment build number 2003-02-25 12:39:20 +00:00
brodsom
94e1bc6ee4 Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h 2003-02-25 12:39:14 +00:00
dimitr
1470769fc8 increment build number 2003-02-25 11:58:58 +00:00
dimitr
9d4ed631da increment build number 2003-02-25 08:22:27 +00:00
brodsom
004a15064f increment build number 2003-02-25 03:27:20 +00:00
brodsom
a2d8f68053 process.h must be inside WIN_NT define (not inside _MSC_VER). 2003-02-25 03:27:13 +00:00
brodsom
d923eda0ac increment build number 2003-02-25 01:13:02 +00:00
brodsom
8eba48ba88 increment build number 2003-02-25 01:11:36 +00:00
brodsom
4051c36d57 Restore inlines 2003-02-25 01:11:29 +00:00
brodsom
4108978272 increment build number 2003-02-25 00:46:59 +00:00
brodsom
fe4bbf557b Restore intl_backend as intl_builtin (needed by Nickolay) 2003-02-25 00:46:57 +00:00
brodsom
32040546c9 increment build number 2003-02-25 00:05:16 +00:00
brodsom
89702f3e88 Restore inlines 2003-02-25 00:05:06 +00:00
brodsom
04cb7a73c5 increment build number 2003-02-25 00:03:42 +00:00
brodsom
ac9e430501 increment build number 2003-02-25 00:03:41 +00:00
brodsom
835f838b22 increment build number 2003-02-25 00:02:15 +00:00
brodsom
8835c64d9d increment build number 2003-02-25 00:01:38 +00:00
brodsom
7860ea9fd0 increment build number 2003-02-24 23:55:37 +00:00
brodsom
e4b24a1d1a Restore inlines 2003-02-24 23:55:36 +00:00
fsg
f27f151205 increment build number 2003-02-24 23:23:53 +00:00
hippoman
513eaeb6e7 increment build number 2003-02-24 20:54:25 +00:00
hippoman
b2400ba505 * Changed datatype of DSQL_debug to match the DSQL definition.. 2003-02-24 20:54:12 +00:00
dimitr
e63f4f4713 increment build number 2003-02-24 15:37:33 +00:00
dimitr
8aa6b39a9a Fixed error in the previous commit. 2003-02-24 15:37:15 +00:00
dimitr
3fe7ab678a increment build number 2003-02-24 15:19:31 +00:00
dimitr
14f69cdf98 Fixed one more problem with the metadata cache. 2003-02-24 15:19:20 +00:00
dimitr
e1b83aa99a increment build number 2003-02-24 13:53:08 +00:00
dimitr
01ad3c5cd0 1) Some cleanup.
2) Problem with the GC thread during detaching seems to be fixed.
2003-02-24 13:53:06 +00:00
dimitr
ca3a7023d2 increment build number 2003-02-24 13:16:11 +00:00
dimitr
d61fb482ac Fixed problem with lack of trailing backslash in the registry key. 2003-02-24 13:16:10 +00:00
eku
994cc7ec1a increment build number 2003-02-24 09:52:40 +00:00
dimitr
0ba6aaaf5a increment build number 2003-02-24 09:37:58 +00:00
dimitr
7d4444165b Cleanup. 2003-02-24 09:37:52 +00:00
arnobrinkman
376f4b2bcc increment build number 2003-02-23 23:40:42 +00:00
arnobrinkman
c187bdd4b8 sub-selects inside a set-clause from an UPDATE didn't use an index when there was one.
From now indices are used whenever possible with sub-selects inside the set-clause.
Pointed by Nickolay Samofatov.
2003-02-23 23:40:41 +00:00
fsg
69b7b0d26b increment build number 2003-02-23 23:21:24 +00:00
dimitr
84b1313749 increment build number 2003-02-23 10:23:20 +00:00
dimitr
09c3847515 A bit reworked fixed-size vector allocations. Thanks to Mike for the hint. 2003-02-23 10:23:19 +00:00
arnobrinkman
97dfcaeb0c increment build number 2003-02-23 01:36:24 +00:00
arnobrinkman
f890eca4ea bugfix: DISTINCT with sub-selects (context already in use (BLR error)). Distinct items are now correctly parsed and not just copied from the select-list. 2003-02-23 01:36:22 +00:00
fsg
df50e4bafc increment build number 2003-02-22 23:18:08 +00:00
skidder
cdd13d5d7f increment build number 2003-02-22 21:54:11 +00:00
skidder
747bad9b5c Add ability to get a list of currently active transactions via isc_database_info call 2003-02-22 21:54:10 +00:00
skidder
f54ca0bea3 increment build number 2003-02-22 21:48:49 +00:00
dimitr
0a66ff2868 increment build number 2003-02-22 17:21:25 +00:00
dimitr
973f93f0fe Beta 3 will be out in a few days. 2003-02-22 17:21:23 +00:00
dimitr
04cbcbc150 increment build number 2003-02-22 17:13:12 +00:00
dimitr
dfb8f80dc3 Fixed problem with ISQL and character code 0xFF. 2003-02-22 17:13:07 +00:00
dimitr
326cfd3b02 increment build number 2003-02-22 17:09:03 +00:00
dimitr
18549a8e14 Cleanup and some economy of the stack space (in favor of the heap). Performance penalty isn't noticable. 2003-02-22 17:09:02 +00:00
skidder
b05a4981cf increment build number 2003-02-22 15:45:24 +00:00
dimitr
fea9359a91 increment build number 2003-02-22 15:10:30 +00:00
dimitr
02963521f8 Some cleanup of the optimizer. 2003-02-22 15:10:29 +00:00
dimitr
bccbf54de0 increment build number 2003-02-22 14:23:57 +00:00
dimitr
cecc8e915e Added new config option. 2003-02-22 14:23:56 +00:00
dimitr
f260797f6a increment build number 2003-02-22 12:20:56 +00:00
dimitr
09dec233aa Made the optimizer a bit better in the case of old index statistics. 2003-02-22 12:20:53 +00:00
tamlin
ca5fbbcc43 increment build number 2003-02-22 10:10:38 +00:00
tamlin
f5676d103e A little bit of code cleanup and addition of a few asserts, to get early warning before it crashes. 2003-02-22 10:10:37 +00:00
arnobrinkman
b2b035c497 increment build number 2003-02-22 00:48:41 +00:00
arnobrinkman
59c31c48bc Let the optimizer build MERGE/SORT where possible.
This is : Multiple STORED PROCEDURES and/or VIEWS with internally aggregate or union
2003-02-22 00:48:38 +00:00
fsg
edd37a0a07 increment build number 2003-02-21 23:21:53 +00:00
dimitr
193fb1d1b0 increment build number 2003-02-21 09:25:25 +00:00
dimitr
4628746c58 Fixed bug in the previous commit. 2003-02-21 09:25:17 +00:00
dimitr
f0430b19e6 increment build number 2003-02-21 09:17:12 +00:00
dimitr
bdb6d25a3b Committed Mike's introduction of short-circuit boolean evaluation. 2003-02-21 09:17:03 +00:00
dimitr
5856cd3dab increment build number 2003-02-21 09:14:55 +00:00
hippoman
200b359f69 increment build number 2003-02-21 00:32:11 +00:00
hippoman
d4e38c9f2a increment build number 2003-02-21 00:32:10 +00:00
hippoman
a05e3c3c66 increment build number 2003-02-21 00:31:06 +00:00
hippoman
0a544eb3eb increment build number 2003-02-21 00:27:19 +00:00
hippoman
3643e9d8d6 * changed function comment to new forrmat 2003-02-21 00:27:16 +00:00
fsg
7230a4b650 increment build number 2003-02-20 23:22:28 +00:00
hippoman
ee3aea09d2 increment build number 2003-02-20 21:39:53 +00:00
fsg
d568940f22 increment build number 2003-02-20 20:25:40 +00:00
fsg
13e2c8ae7d Blas, could you please stop to replace warnings with errors :-)
main needs to return int
2003-02-20 20:25:28 +00:00
fsg
690b585cde increment build number 2003-02-20 19:38:06 +00:00
fsg
54da825192 main needs to be int 2003-02-20 19:37:41 +00:00
brodsom
a728b33341 increment build number 2003-02-20 15:50:17 +00:00
brodsom
24f0a0dd2f Some cleaning 2003-02-20 15:50:07 +00:00
brodsom
cbb9f22e6f increment build number 2003-02-20 15:47:26 +00:00
brodsom
d49c77ec7a increment build number 2003-02-20 15:47:25 +00:00
brodsom
34ccdceaa5 Update prototypes not valid for gcc when the function declaration is updated (Thank to Erik) 2003-02-20 15:47:23 +00:00
brodsom
062d6999bb increment build number 2003-02-20 15:46:55 +00:00
dimitr
a71ffe9154 increment build number 2003-02-20 14:51:16 +00:00
dimitr
171766b859 Fixed SEGV implicitly caused by one of recent Blas' commits. 2003-02-20 14:51:05 +00:00
kkuznetsov
efaf6def56 increment build number 2003-02-20 14:41:20 +00:00
brodsom
5decf7b87b increment build number 2003-02-20 13:34:45 +00:00
brodsom
e1bbc0d5f8 Update prototypes not valid for gcc when the function declaration is updated (Thank to Erik) 2003-02-20 13:34:42 +00:00
dimitr
75b1e140bc increment build number 2003-02-20 10:58:50 +00:00
dimitr
17f69fc9e5 Fixed stack oveflow caused by deep recursion and big stack arrays in the optimizer. 2003-02-20 10:58:46 +00:00
tamlin
a503d0ae83 increment build number 2003-02-20 06:57:46 +00:00
tamlin
80a0e44eba back out const-correcntess fix 2003-02-20 06:57:44 +00:00
eku
5d4c5f180c increment build number 2003-02-20 06:36:43 +00:00
eku
728b148c1a increment build number 2003-02-20 06:36:42 +00:00
eku
c142376f54 increment build number 2003-02-20 06:36:41 +00:00
eku
b3eed24737 XPG defines that prototypes for malloc/free have to be defined in stdlib.h.
malloc.h is deprecated - removed.
2003-02-20 06:36:40 +00:00
eku
affec1e805 increment build number 2003-02-20 06:36:39 +00:00
eku
b6c902862d increment build number 2003-02-20 06:17:26 +00:00
eku
69c9b814b5 increment build number 2003-02-20 06:15:47 +00:00
eku
cdd21449f8 Fixed typo. Thanks to Blas. 2003-02-20 06:15:46 +00:00
brodsom
e42b1c9625 increment build number 2003-02-20 01:59:12 +00:00
brodsom
88fc55f2ca increment build number 2003-02-20 01:59:11 +00:00
brodsom
230cd1aa19 Remove lint and LIBC_SCCS defines (dummy) 2003-02-20 01:59:10 +00:00
brodsom
537f055725 increment build number 2003-02-20 01:39:26 +00:00
brodsom
2b0472457a Remove warnings 2003-02-20 01:39:22 +00:00
brodsom
85910b8df7 increment build number 2003-02-20 01:28:52 +00:00
brodsom
4afa500a5f increment build number 2003-02-20 01:28:08 +00:00
brodsom
1410e879ed increment build number 2003-02-20 01:17:42 +00:00
brodsom
d3d9bbf5e2 increment build number 2003-02-20 00:28:13 +00:00
brodsom
1b70d12d5c Remove warnings 2003-02-20 00:28:12 +00:00
brodsom
62712918dc increment build number 2003-02-20 00:27:38 +00:00
tamlin
c858a39aaa increment build number 2003-02-20 00:24:35 +00:00
tamlin
72f10a1fa2 const correctness and a quite large speed-up in BTR_get_quad for IA32 CPU arch. 2003-02-20 00:24:33 +00:00
brodsom
1690ed612d increment build number 2003-02-20 00:10:27 +00:00
brodsom
34c10165ba increment build number 2003-02-20 00:10:26 +00:00
brodsom
17632bddca Remove warnings 2003-02-20 00:10:25 +00:00
brodsom
90fa4c3a41 increment build number 2003-02-20 00:10:11 +00:00
brodsom
0dc5613a44 increment build number 2003-02-20 00:09:48 +00:00
brodsom
34fe30c750 increment build number 2003-02-20 00:09:33 +00:00
brodsom
77f17624e1 increment build number 2003-02-20 00:08:57 +00:00
fsg
95abbc94d2 increment build number 2003-02-19 23:22:41 +00:00
dimitr
a7e9c9c642 increment build number 2003-02-19 16:22:19 +00:00
dimitr
bf8e3aba99 Minor ODS upgrade fail shouldn't be critical. 2003-02-19 16:22:14 +00:00
brodsom
03c855b877 increment build number 2003-02-19 15:59:35 +00:00
brodsom
a36d947e42 Replace #if 0 with NOT_USED_OR_REPLACED 2003-02-19 15:59:27 +00:00
brodsom
c52d8a9e5f increment build number 2003-02-19 15:33:24 +00:00
brodsom
207c0a2f89 Remove unneeded include 2003-02-19 15:33:16 +00:00
brodsom
15cf1ee7a7 increment build number 2003-02-19 15:32:41 +00:00
dimitr
0c71303fbb increment build number 2003-02-19 15:25:34 +00:00
dimitr
1dcf79e065 Cleanup and bugfixing. VIO statistics now work properly. 2003-02-19 15:25:27 +00:00
brodsom
36906db255 increment build number 2003-02-19 14:06:31 +00:00
brodsom
456a6daaa5 Add C++ intl conversion 2003-02-19 14:06:27 +00:00
brodsom
d5cc4938b2 increment build number 2003-02-19 14:05:36 +00:00
brodsom
3a40e84413 increment build number 2003-02-19 14:05:18 +00:00
brodsom
c244525e80 increment build number 2003-02-19 14:05:17 +00:00
brodsom
ce871c5011 increment build number 2003-02-19 14:04:25 +00:00
brodsom
f0360b3a2b increment build number 2003-02-19 14:02:49 +00:00
brodsom
2e2dba2bb1 increment build number 2003-02-19 14:02:48 +00:00
brodsom
ce15ee038c increment build number 2003-02-19 14:00:54 +00:00
brodsom
c2ede84b14 increment build number 2003-02-19 14:00:53 +00:00
brodsom
887b50dfa3 increment build number 2003-02-19 14:00:52 +00:00
brodsom
03f62e0d6e increment build number 2003-02-19 14:00:51 +00:00
brodsom
dcc9f9c0d3 increment build number 2003-02-19 14:00:50 +00:00
brodsom
5693f431ad increment build number 2003-02-19 13:21:00 +00:00
brodsom
fc3936836d increment build number 2003-02-19 13:19:18 +00:00
brodsom
7016578f0c increment build number 2003-02-19 13:19:17 +00:00
brodsom
c815ed512b Move def files left in the directory (but not v5_example ones) 2003-02-19 13:19:16 +00:00
brodsom
9af47ed475 increment build number 2003-02-19 13:18:39 +00:00
brodsom
9f61dda778 increment build number 2003-02-19 13:13:46 +00:00
brodsom
3617a22288 Move def files to builds directory 2003-02-19 13:13:45 +00:00
brodsom
5a78d36dd8 increment build number 2003-02-19 13:12:42 +00:00
brodsom
46b759d9d2 Move old borland make files to builds directory 2003-02-19 13:12:38 +00:00
brodsom
8fe754bf6a increment build number 2003-02-19 13:11:56 +00:00
brodsom
1a7f8e80ba increment build number 2003-02-19 13:11:55 +00:00
brodsom
1a9af106d7 increment build number 2003-02-19 13:11:33 +00:00
brodsom
c2a0f1c5f1 increment build number 2003-02-19 13:11:15 +00:00
brodsom
fffaf95c78 increment build number 2003-02-19 13:09:57 +00:00
brodsom
6672d69f1a increment build number 2003-02-19 13:09:56 +00:00
brodsom
712ce12d3c increment build number 2003-02-19 13:09:40 +00:00
brodsom
9cd7d25ef3 increment build number 2003-02-19 13:09:25 +00:00
brodsom
372f5d9ce2 increment build number 2003-02-19 13:08:41 +00:00
brodsom
081b53e9d7 increment build number 2003-02-19 13:07:14 +00:00
brodsom
3b486dfb95 Move def files to builds directory 2003-02-19 13:07:13 +00:00
brodsom
6ea1971306 increment build number 2003-02-19 13:06:38 +00:00
brodsom
b59d531c48 increment build number 2003-02-19 13:06:37 +00:00
brodsom
84642d2509 increment build number 2003-02-19 13:05:57 +00:00
brodsom
f75928e22e increment build number 2003-02-19 13:05:15 +00:00
brodsom
dd94b249ba increment build number 2003-02-19 13:04:39 +00:00
brodsom
6b7892459c increment build number 2003-02-19 13:04:00 +00:00
brodsom
feb434bb24 increment build number 2003-02-19 13:03:59 +00:00
brodsom
9cfcd4c92d increment build number 2003-02-19 13:03:25 +00:00
brodsom
7d6c02b851 increment build number 2003-02-19 13:01:41 +00:00
brodsom
82ecd4be2c increment build number 2003-02-19 13:00:56 +00:00
brodsom
13a22c87cd increment build number 2003-02-19 12:58:32 +00:00
brodsom
a6c0397285 increment build number 2003-02-19 12:58:31 +00:00
brodsom
5bdf668fdb increment build number 2003-02-19 12:58:30 +00:00
eku
7cb0495f6a Fixed unterminated #if statement. 2003-02-19 12:54:39 +00:00
eku
80c7f899b6 increment build number 2003-02-19 12:54:38 +00:00
eku
792f38714e Fixed "no newline at end of file". 2003-02-19 12:53:07 +00:00
eku
361a137a28 increment build number 2003-02-19 12:53:06 +00:00
brodsom
4cdf7a112e increment build number 2003-02-19 12:21:11 +00:00
brodsom
441096f6fa increment build number 2003-02-19 12:20:35 +00:00
brodsom
3e6b94f81d increment build number 2003-02-19 12:15:31 +00:00
brodsom
8cc0d414b3 increment build number 2003-02-19 12:14:35 +00:00
fsg
3eca9088c7 increment build number 2003-02-19 06:41:59 +00:00
fsg
9edb11e0c7 swab may be defined in unistd.h so let's include it if we have it 2003-02-19 06:41:58 +00:00
eku
077d1154cf increment build number 2003-02-19 06:15:23 +00:00
eku
d6e1909df4 increment build number 2003-02-19 06:15:22 +00:00
eku
1217a3cd83 Small correction (GCC doesn't complain). Thanks to Claudio. 2003-02-19 06:15:21 +00:00
eku
041d1fcbf9 increment build number 2003-02-19 06:14:41 +00:00
eku
ef29734683 increment build number 2003-02-19 06:14:40 +00:00
eku
796a4e4e31 Fixed more issues with pwd.h. 2003-02-19 06:14:39 +00:00
aafemt
225efa9947 increment build number 2003-02-19 05:18:32 +00:00
aafemt
c61f1ab061 increment build number 2003-02-19 05:18:31 +00:00
aafemt
133a7095e3 Some cleanup 2003-02-19 05:18:29 +00:00
aafemt
ad117eceb8 increment build number 2003-02-19 05:16:47 +00:00
aafemt
53970c6518 increment build number 2003-02-19 05:14:37 +00:00
brodsom
b5baee05f5 increment build number 2003-02-19 04:08:13 +00:00
brodsom
041f639581 Remove SOLARIS_MT stdio emulation (need_ib_stdio) 2003-02-19 04:08:09 +00:00
brodsom
3dc7c43936 increment build number 2003-02-19 03:51:06 +00:00
brodsom
8298d337b9 increment build number 2003-02-19 03:51:05 +00:00
brodsom
62f7d465f5 Remove unneeded typedef 2003-02-19 03:51:04 +00:00
brodsom
fc60dbffb3 increment build number 2003-02-19 03:49:12 +00:00
brodsom
1dc2560a83 increment build number 2003-02-19 03:49:11 +00:00
brodsom
4b26b9d4f4 Fix bug in intl for a korean texttype. 2003-02-19 03:49:10 +00:00
brodsom
657cef5b6d increment build number 2003-02-19 01:56:56 +00:00
brodsom
e8556eea30 Remove W4 warnings (old style declarator) and others W3 appeared when the declarator is updated. 2003-02-19 01:56:55 +00:00
fsg
9867905a2d increment build number 2003-02-18 23:21:08 +00:00
bellardo
aa9633e048 increment build number 2003-02-18 16:06:18 +00:00
bellardo
337a77b914 More cleanup after renaming header files with name conflicts. 2003-02-18 16:06:01 +00:00
eku
a57189bdd8 increment build number 2003-02-18 12:38:29 +00:00
eku
80dc144fda increment build number 2003-02-18 12:38:28 +00:00
eku
6776adb23e Added a test for <sys/socket.h> needed in remote/inet.cpp. 2003-02-18 12:38:27 +00:00
eku
4953acc58c increment build number 2003-02-18 12:38:26 +00:00
eku
a9aa9e978c increment build number 2003-02-18 12:38:25 +00:00
eku
a25fb74f2a increment build number 2003-02-18 12:38:24 +00:00
eku
3292e8a38d increment build number 2003-02-18 11:55:48 +00:00
eku
650c421092 Fixed "missing initializer for member `nod_types::nod_t_sql_node'". 2003-02-18 11:55:47 +00:00
eku
0fbd1e795e increment build number 2003-02-18 11:53:26 +00:00
eku
5dfbc445d8 Fixed "aggregate has a partly bracketed initializer". 2003-02-18 11:53:24 +00:00
brodsom
92ca7c056f increment build number 2003-02-18 11:38:42 +00:00
brodsom
a4bffb7c74 increment build number 2003-02-18 11:38:41 +00:00
brodsom
14ce7a705b Remove W4 warnings (remains from ODS 5 and 7) 2003-02-18 11:38:40 +00:00
brodsom
aee3290a61 increment build number 2003-02-18 11:37:23 +00:00
brodsom
1583bcab8d increment build number 2003-02-18 11:36:32 +00:00
eku
7aac345213 increment build number 2003-02-18 10:05:10 +00:00
eku
fdbdc32a3e Fixed typo. 2003-02-18 10:05:05 +00:00
eku
0471296872 increment build number 2003-02-18 10:00:45 +00:00
eku
1043039c35 Removed lots of compiler warnings. 2003-02-18 10:00:22 +00:00
eku
31a907e084 increment build number 2003-02-18 07:43:30 +00:00
eku
2f4223647a Cleanup. 2003-02-18 07:43:29 +00:00
eku
9970a817cd increment build number 2003-02-18 07:42:54 +00:00
eku
465b1cfd2a Fixed "missing braces around initializer". 2003-02-18 07:42:52 +00:00
eku
f009f73ac1 increment build number 2003-02-18 07:15:19 +00:00
eku
341d7f560a Fixed "embedded `\0' in format". 2003-02-18 07:15:15 +00:00
eku
f564081fe1 increment build number 2003-02-18 07:14:47 +00:00
eku
bca700f6c8 increment build number 2003-02-18 07:14:46 +00:00
eku
7bc9041b1f increment build number 2003-02-18 07:13:28 +00:00
eku
9dc8b0c013 Fexed "embedded `\0' in format". 2003-02-18 07:13:25 +00:00
eku
b933c35a1e increment build number 2003-02-18 06:39:27 +00:00
eku
0ee7c15f19 Fixed "passing NULL used for non-pointer argument" and "return to non-pointer
type `SLONG' from NULL".
2003-02-18 06:39:26 +00:00
aafemt
cf8aa67d7e increment build number 2003-02-18 05:24:38 +00:00
aafemt
4451a5ea91 increment build number 2003-02-18 05:24:37 +00:00
aafemt
933fae9d75 increment build number 2003-02-18 05:24:36 +00:00
aafemt
2dadf55537 WCHAR --> UCS2_CHAR and some cleanup around it 2003-02-18 05:24:35 +00:00
aafemt
db6ecc1034 increment build number 2003-02-18 05:24:34 +00:00
aafemt
9cd894f9c1 increment build number 2003-02-18 05:24:33 +00:00
aafemt
37684c957c increment build number 2003-02-18 05:24:32 +00:00
aafemt
76937f58c8 Occasionally Windows also has unistd.h 2003-02-18 05:22:45 +00:00
aafemt
9199bef283 increment build number 2003-02-18 05:22:44 +00:00
aafemt
d14c9baef2 increment build number 2003-02-18 05:20:52 +00:00
aafemt
0d847dfce1 No more security during boot phase 2003-02-18 05:20:51 +00:00
brodsom
2f602a4944 increment build number 2003-02-18 02:36:48 +00:00
brodsom
a6dd59d159 Remove old protocols, only tcp is supported 2003-02-18 02:36:47 +00:00
brodsom
f777d9a405 increment build number 2003-02-18 00:08:05 +00:00
brodsom
c8f741510f Remove W4 warnings (initialized but unused var) rollback 2003-02-18 00:08:03 +00:00
brodsom
4a3baefff3 increment build number 2003-02-17 23:45:35 +00:00
brodsom
6dcac4ac01 Remove W4 warnings (initialized but unused var) 2003-02-17 23:45:29 +00:00
brodsom
88c857a5ad increment build number 2003-02-17 23:44:39 +00:00
brodsom
db0bf9c718 increment build number 2003-02-17 23:44:38 +00:00
brodsom
86a7193344 increment build number 2003-02-17 23:43:22 +00:00
brodsom
a1022b19ac increment build number 2003-02-17 23:42:50 +00:00
brodsom
e5b24f82db increment build number 2003-02-17 23:22:34 +00:00
brodsom
6975a74c15 Remove W4 warnings (remains from ODS 5 and 7) 2003-02-17 23:22:31 +00:00
fsg
afd94479c3 increment build number 2003-02-17 23:21:59 +00:00
brodsom
b134a29cc4 increment build number 2003-02-17 23:12:53 +00:00
brodsom
cd225151f6 Remove old asm file (remains from thin.c?) 2003-02-17 23:12:51 +00:00
brodsom
74ac381e44 increment build number 2003-02-17 19:54:21 +00:00
brodsom
e9326fea12 Remove old vax mars files 2003-02-17 19:54:18 +00:00
brodsom
e425cc002e increment build number 2003-02-17 19:51:36 +00:00
brodsom
481ddeac32 increment build number 2003-02-17 19:51:34 +00:00
brodsom
382e399277 increment build number 2003-02-17 19:48:31 +00:00
brodsom
153195b55a increment build number 2003-02-17 19:33:58 +00:00
brodsom
73c77466b1 Remove multinet and wollongong vms protocols 2003-02-17 19:33:53 +00:00
skidder
242d8e6925 increment build number 2003-02-17 14:57:08 +00:00
skidder
aade54d330 Fixed bug with line number tracking introduced recently + some cleanup 2003-02-17 14:56:58 +00:00