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

17717 Commits

Author SHA1 Message Date
fsg
f77ac3704f increment build number 2005-04-02 01:23:55 +00:00
fsg
811fbccd29 increment build number 2005-04-02 01:23:23 +00:00
fsg
c8f7bb84e2 nightly update 2005-04-02 01:23:15 +00:00
dimitr
a1f73c7ddb increment build number 2005-04-01 10:26:29 +00:00
dimitr
e4d7eb2809 Fixed lockups spotted by Claudio. 2005-04-01 10:26:22 +00:00
dimitr
ad0d049fc2 increment build number 2005-04-01 10:20:05 +00:00
robocop
c4186dd1fb increment build number 2005-04-01 07:48:33 +00:00
robocop
9af170786f increment build number 2005-04-01 07:26:15 +00:00
fsg
5d31ec5a04 increment build number 2005-04-01 01:28:24 +00:00
fsg
533083eed6 nightly update 2005-04-01 01:28:08 +00:00
dimitr
a4a870971f increment build number 2005-03-31 15:34:09 +00:00
dimitr
ed39c56a17 Let's see whether VC71 produces better code than VC60.
Previously, these modules couldn't be globally optimized (causing to server crashes).
2005-03-31 15:34:00 +00:00
dimitr
8de6164dcf increment build number 2005-03-31 15:27:29 +00:00
dimitr
aeaa8b2290 Removed the feature that was never used for the last years.
An intention was to disallow batch fetches from procedures,
but this code never worked due to recursion in PASS1_rse().
Accidentally, I've fixed the reason in FB2 and now users
observe noticable performance degradation. To keep the
performance, let's do batch fetches again. Those who are
not sure what their procedures do between suspends may
use a FOR UPDATE clause anyway.
2005-03-31 15:27:12 +00:00
robocop
008c017e12 increment build number 2005-03-31 07:50:41 +00:00
robocop
c5c02ed2e9 1.- Replacing raw call to gds__msg_format by ISQL_msg_get; the routine was there for years and almost unused.
2.- UDFs are still created by sys_flag being NULL, so show_functions() should acknowledge that fact.
3.- Implement naive code to show an approximate script-related line number when a failure happens. (Unlike my private FB1's isql, it doesn't rely on strings subject to localization.)
4.- With SET PLANONLY ON, PLAN was activated, but with SET PLAN OFF, PLANONLY wasn't deactivated.
5.- Include isc_info_sql_stmt_get_segment among statements that are like SELECT.
6.- Solve a bad interaction between PLANONLY and SQLDA_DISPLAY, where the first being activated didn't allow to see the output XSQLDA.
7.- More error detection.
2005-03-31 07:50:32 +00:00
robocop
a36cd27849 increment build number 2005-03-31 06:22:07 +00:00
robocop
da0b4784b6 Misc. 2005-03-31 06:21:55 +00:00
robocop
c7e2758f2c increment build number 2005-03-31 06:20:37 +00:00
robocop
21af4a943a 1.- Disambiguate rules between READ BLOB/INSERT BLOB and metadata definitions involving blob fields.
2.- Fix the source of DSQL crash with READ BLOB.
3.- Fix (1) has the side effect of stopping invalid DDL like
create table t(b blob 0);
2005-03-31 06:20:29 +00:00
fsg
d5bf703daa increment build number 2005-03-31 01:32:37 +00:00
fsg
8290762cf7 nightly update 2005-03-31 01:32:24 +00:00
arnobrinkman
c121bdcbcd increment build number 2005-03-30 18:12:44 +00:00
arnobrinkman
4569af61eb ODS11 index structure description 2005-03-30 18:10:51 +00:00
dimitr
3e5d957e1e increment build number 2005-03-30 17:56:23 +00:00
dimitr
543d0fa51b Solved issues with EXEC PROC and input message (related to my previous changes). 2005-03-30 17:55:29 +00:00
robocop
a4b086da39 increment build number 2005-03-30 05:18:55 +00:00
robocop
734525b960 Fix problems caused by recent privileges-cleanup commit (mainly assigning wrong request to the requests array), spotted in source code. I guess this causes "message length error" the next time DYN_delete_relation is invoked. 2005-03-30 05:18:51 +00:00
robocop
305f4e1d2d increment build number 2005-03-30 05:12:09 +00:00
robocop
dec3481e28 Variables in context. 2005-03-30 05:12:02 +00:00
fsg
1eb3a72f7f increment build number 2005-03-30 01:21:21 +00:00
fsg
18e9566aa8 nightly update 2005-03-30 01:21:01 +00:00
asfernandes
771978615a increment build number 2005-03-30 01:09:30 +00:00
asfernandes
5161a2df39 increment build number 2005-03-30 01:09:25 +00:00
asfernandes
f79acb5b75 increment build number 2005-03-30 01:09:14 +00:00
asfernandes
4b0dff5586 increment build number 2005-03-30 01:09:12 +00:00
asfernandes
b6b1f5a871 increment build number 2005-03-30 01:09:07 +00:00
asfernandes
25817ce7b8 increment build number 2005-03-30 00:45:33 +00:00
asfernandes
7ffa6aadde increment build number 2005-03-30 00:45:09 +00:00
dimitr
4b5a85eab8 increment build number 2005-03-29 17:29:47 +00:00
dimitr
bd4b69a1b2 Fixed issue with remaining privileges for non-existing objects. 2005-03-29 17:29:21 +00:00
paul_reeves
93489f1303 increment build number 2005-03-29 09:48:30 +00:00
paul_reeves
226eb164e2 Fix msvc6 project file for cpl applet. 2005-03-29 09:48:23 +00:00
dimitr
d51befed09 increment build number 2005-03-29 09:44:08 +00:00
dimitr
fde48e9530 Moved page-level code to DPM. 2005-03-29 09:43:31 +00:00
dimitr
ac1d34cfcb increment build number 2005-03-29 09:08:13 +00:00
dimitr
eaf99a7a0e Second attempt to fix "divide by zero" issues in the optimizer. 2005-03-29 09:07:51 +00:00
dimitr
8ef210da34 increment build number 2005-03-29 06:10:11 +00:00
dimitr
67e30e2dc3 Removed short-curcuit prepare for EXEC PROC requests. 2005-03-29 06:09:37 +00:00
dimitr
0b099d3a45 increment build number 2005-03-29 05:55:02 +00:00