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

49174 Commits

Author SHA1 Message Date
alexpeshkoff
931b31c444 Fixed leak, found by Claudio. Fixed diagnostics. 2013-04-08 15:05:22 +00:00
firebirds
4a33ca48c2 nightly update 2013-04-08 00:48:48 +00:00
asfernandes
68ca82d894 Misc. 2013-04-07 23:48:14 +00:00
dimitr
2fe61fed12 Avoid calling lock_buffer() for the SS setup. 2013-04-07 07:55:40 +00:00
firebirds
1c160b4a18 nightly update 2013-04-07 00:37:00 +00:00
mapopa
65a4d15027 Remove unused and broken code defined with PIGGYBACK 2013-04-06 17:58:35 +00:00
mapopa
4e5a7a9898 Cleanup comments and unused code 2013-04-06 17:46:27 +00:00
dimitr
d0e20d5f8c Pass the pool explicitly, it saves us one TLS access per record. 2013-04-06 09:12:14 +00:00
firebirds
1e69c49458 nightly update 2013-04-06 00:37:11 +00:00
hvlad
57ac684f67 Fixed Windows build 2013-04-05 07:48:05 +00:00
firebirds
db434f6f7e nightly update 2013-04-05 00:34:48 +00:00
alexpeshkoff
8780552b94 Added support for changing configuration (client and embedded) from API 2013-04-04 13:17:57 +00:00
firebirds
57c12dd405 nightly update 2013-04-04 00:46:59 +00:00
asfernandes
a74f8f1acd Fixed CORE-4073 - Constant columns getting empty value with subselect from procedure. 2013-04-03 15:27:28 +00:00
firebirds
1e3c6435c1 nightly update 2013-04-02 00:30:20 +00:00
mapopa
8374b9e16c Remove absolete sinixz check 2013-04-01 21:54:16 +00:00
mapopa
f6f7b62f64 SIGURG is not used , cleanup commented code 2013-04-01 21:40:55 +00:00
mapopa
54d714882c Cleanup commented code , was a wrong copy paste 2013-04-01 18:37:45 +00:00
mapopa
4d0d0317ea FLINT_CACHE was never used , dead leftover from ib 4.0 product years http://sourceforge.net/mailarchive/message.php?msg_id=5975155 (FLINSTONE is gone) 2013-04-01 17:54:03 +00:00
mapopa
5eb2e3f605 Cleanup reference 2013-04-01 16:04:52 +00:00
asfernandes
a796c8f86f Misc. 2013-04-01 15:37:39 +00:00
firebirds
5644cba2fa nightly update 2013-04-01 01:23:59 +00:00
asfernandes
d0c79a4508 Cleanup. 2013-03-31 18:23:54 +00:00
asfernandes
871c073279 Refactor. 2013-03-31 15:55:01 +00:00
firebirds
3442e1e5f2 nightly update 2013-03-31 00:32:18 +00:00
asfernandes
26ab241631 Misc. 2013-03-30 02:31:03 +00:00
firebirds
bd06fd7911 nightly update 2013-03-30 01:06:19 +00:00
asfernandes
b7667cb859 Make it work as before, although I think openCursor should fail with DDL statements.
Please check CursorTest.cpp (ddlFetch) in fbstuff.
2013-03-29 23:25:43 +00:00
asfernandes
bf6c2c1dfe Correction. 2013-03-29 23:25:28 +00:00
alexpeshkoff
697ef0c127 Avoid reusing old dpb codes as it was suggested some time ago in devel - looks like we have enough of them 2013-03-29 07:39:15 +00:00
firebirds
f60b8be2d0 nightly update 2013-03-29 00:38:19 +00:00
hvlad
447f204929 Refactor a bit 2013-03-28 16:52:03 +00:00
alexpeshkoff
313e2765c9 Added macros for main firebird directories to config files 2013-03-28 15:35:29 +00:00
alexpeshkoff
f538f69cc0 Make default firebird.conf better readable. No need in conversion tables any more. 2013-03-28 13:55:16 +00:00
alexpeshkoff
6a48bd8e14 Fixed problems when config file is missing
Make config manager and it's external interfaces work with 64-bit integers
Added support for boolean values (like 'true' & 'yes') to external config interfaces
Added support for kmg multipliers to config manager
2013-03-28 13:43:18 +00:00
hvlad
05126afd12 Well, there is a case where relative path could contain drive letter, for ex. C:xxx\yyy\zzz.
Correct first version of code.
2013-03-28 13:15:03 +00:00
mapopa
7c61a0bad9 MUISQL (QA Test bed Multiuser environment) target is not builded anymore from Firebird 1.x ages 2013-03-28 12:46:05 +00:00
hvlad
e53c80abd8 Update Windows build 2013-03-28 12:09:18 +00:00
hvlad
623f0c392f If path contains drive letter - it is definitely not relative path 2013-03-28 12:04:14 +00:00
mapopa
6fd54c9871 Fix licenses urls , sourcecode tree is moved to SVN from CVS 2013-03-28 10:15:31 +00:00
mapopa
e5ee578454 update config files after fixing recent version of autoconf/automake/libtool complain about the firebird
scripts aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
2013-03-28 09:32:30 +00:00
alexpeshkoff
78c670f7e4 Fixed case with empty path - thanks to Dmitry Kovalenko 2013-03-28 07:24:25 +00:00
firebirds
7d7fea0288 nightly update 2013-03-28 00:35:57 +00:00
asfernandes
bce4462d85 Fixed CORE-4071 - external function declaration with "returns parameter" crashes the server. 2013-03-27 16:09:18 +00:00
asfernandes
d7c58ad709 Fixed CORE-4070 - NOT-NULL-column can be used as primary key and filled with NULL-values. 2013-03-27 15:54:13 +00:00
alexpeshkoff
1560043bb9 Aproximate change for windows - not checked 2013-03-27 12:32:35 +00:00
alexpeshkoff
e4356e4b46 Added operator include to config files 2013-03-27 11:45:02 +00:00
asfernandes
850e529c81 Fixed CORE-4068 - create package fails on creating header as soon as there is at least 1 procedure name. 2013-03-27 01:34:44 +00:00
asfernandes
28f05f168b Refactor. 2013-03-27 01:34:10 +00:00
firebirds
8fc06d17cc nightly update 2013-03-26 01:12:35 +00:00