asfernandes
a2fbf5a3f1
Fixed CORE-2214 - Incorrect restore of security classes
2008-11-28 14:20:05 +00:00
alexpeshkoff
e1210d2e9e
fixed missing return value from bool function
2008-11-24 17:05:22 +00:00
asfernandes
077f8360a0
Misc
2008-07-31 00:45:43 +00:00
hvlad
0991d326c7
It is good idea to set NULL flag for nullable fields if backup have no value for its ;)
2008-07-25 08:43:09 +00:00
robocop
b8ea332022
Misc.
2008-06-05 11:02:42 +00:00
robocop
07c087094d
Mostly remove useless parentheses.
2008-06-03 06:14:59 +00:00
alexpeshkoff
27a97e2a6a
1. Modified syntax of ALTER ROLE command according to Dmitry's request.
...
2. Avoid any use of predefined NT group name "Domain Admins".
3. Fixed DYN code generation for USER operations.
***** WARNING *****
After this commit all previous backups of 2.5 databases with turned on
admins mapping become unrestorable. ODS is not changed.
2008-05-14 11:24:45 +00:00
dimitr
b09a10965a
Misc.
2008-05-07 05:33:48 +00:00
dimitr
c40d188bf5
1) Turn on FW on all platforms by default.
...
2) Cleanup/misc.
2008-05-07 05:23:48 +00:00
alexpeshkoff
7ff8e4d2be
Fixed CORE-1879: Server uses wrong authentication method
2008-05-04 13:38:02 +00:00
hvlad
6ee4242552
Fixed bug CORE-1841 : If some VIEW used derived tables and long table names\aliases, It is possible to overflow RDB$VIEW_RELATIONS.RDB$CONTEXT_NAME.
...
Attention : ODS changed !
2008-04-29 16:39:17 +00:00
hvlad
2d7379aa3b
Fixed broken restore via service API
2008-04-29 12:24:07 +00:00
asfernandes
1c7cee202a
Fix BLOBs when using -FIX_FSS_DATA NONE
2008-04-13 14:53:48 +00:00
asfernandes
aab534e66c
1) Misc 2) Remove temp. comment found by Claudio
2008-04-13 14:38:39 +00:00
asfernandes
28bf8b4f6c
Improvement CORE-789 - Collation backup of RDB$DEFAULT_COLLATE_NAME
2008-04-11 15:35:14 +00:00
asfernandes
a9413397a7
Feature CORE-1831 - Creation of GBAK restore switches FIX_FSS_DATA and FIX_FSS_METADATA
2008-04-11 12:57:52 +00:00
alexpeshkoff
71703e1d17
1. Fixed CORE-1805: Database is not restored correctly using Services API.
...
2. Made index activation independent from verbose flag - helps with broken backups.
2008-04-04 09:42:42 +00:00
robocop
2b33eae4d1
Minimize casts.
2008-03-10 08:31:35 +00:00
robocop
fbdc3dbb2b
Style, constness and macro cleanup.
2008-02-03 11:20:48 +00:00
robocop
0d1985d1f0
Misc, explicit constructors, extra commas in enumerations, constness, etc.
2008-02-02 16:57:15 +00:00
alexpeshkoff
39896cb955
Fixed CORE-1671: atexit() calls in client libraries cause segfaults
...
and CORE-1079: Every attach of fbclient/fbembed library leaks 64KB of memory
To do it:
- created new template GlobalPtr, controlling access to destructors of global objects.
- applied it to global objects.
Also some related cleanup.
2008-01-23 15:52:40 +00:00
dimitr
12c4322ab9
The merge continued.
2008-01-16 06:11:50 +00:00
paulbeach
7602a29b94
HPUX Port
2007-11-12 14:26:44 +00:00
asfernandes
76f3f85b80
Misc
2007-10-29 00:19:27 +00:00
skidder
2cee6ced62
The fix by Roman Simakov for unrestorable databases if computed fields reference stored procedures
2007-10-28 13:32:28 +00:00
alexpeshkoff
d63491e3c5
Finished gcc-warnings cleanup
2007-04-11 16:05:40 +00:00
asfernandes
2e08c6c366
Misc
2007-04-05 18:44:00 +00:00
robocop
da4312865c
Simplification.
2007-04-04 08:50:55 +00:00
robocop
fc97d473a7
Introduce UserBlob into restore.
...
Pass the thread-specific information as parameter in most cases.
2007-04-04 08:45:40 +00:00
asfernandes
e3ce7f7104
Misc
2007-03-30 01:57:36 +00:00
robocop
93f17d8508
Fix CORE-1174
2007-03-28 04:53:09 +00:00
robocop
e71a03261c
This is the full SafeArg implementation for getting rid of the fixed parameter types in the messages db. Alas, the legacy messages (before FB2.1) can't be changed in number of arguments neither the types of arguments sent by callers of the MsgPrint family or the fb_msg_format functions can be changed because old clients know these legacy messages and would crash.
2007-03-28 04:20:36 +00:00
asfernandes
2fa7a76177
Misc
2007-03-06 02:29:48 +00:00
asfernandes
e9412345c3
Always restore with database triggers turned off.
...
The contrary doesn't make sense, and old engines (at least V2.0) accepts unkown DPB.
2007-03-04 01:27:06 +00:00
robocop
374bab0387
Misc.
2007-02-06 09:51:38 +00:00
asfernandes
d168869475
Added RDB$NULL_FLAG and RDB$PARAMETER_MECHANISM to RDB$PROCEDURE_PARAMETERS
2006-11-24 00:25:13 +00:00
asfernandes
570b6cd4b4
1) CORE-645 and CORE-745: Database triggers
...
2) CORE-711: Make syntax for "CREATE TRIGGER" compliant with SQL2003
2006-11-05 18:30:36 +00:00
hvlad
58d381edd7
1. Remove blr_src_info code as it is prevents database downgrade from ODS 11.1
...
2. Put debug information (mapping between blr offset and source line\column and names of local variables) into new blob field RDB$DEBUG_INFO
This is first step to implement native SQL debugger i believe
2006-10-30 20:58:06 +00:00
asfernandes
73b8ff849e
Backup the new fields added - thanks to Claudio
2006-08-26 02:59:49 +00:00
robocop
16fdc76d44
Fix wrong gbak verbose messages due to Borland's copy/paste (example: function instead of procedure).
...
Initialize more sysflags to zero instead of NULL.
2006-07-29 06:01:29 +00:00
robocop
1c967977a4
More backwards compatibility.
...
Store sysflag always. Cases that I missed before.
2006-07-28 08:29:05 +00:00
robocop
965a66c164
Fix gbak to correct the wrong idea that by looking at the backup level you can guess the target server version where the db restoration will take place. Now it's possible to use FB2.1's gbak to restore on FB2.1, FB2.0, FB1.5, FB1, IB6, IB5 and IB4. Spurious tags for the current backup level are detected. Missing fields for the target ODS are discarded.
...
Need to fix some historically wrong messages and store always the sysflag (missed three cases last year).
2006-07-27 09:16:03 +00:00
robocop
fd70603eb1
Checking capabilities when restoring. Work in progress.
2006-07-25 05:25:06 +00:00
asfernandes
9d3a071b68
Misc
2006-07-21 12:43:19 +00:00
asfernandes
2689003a91
Misc
2006-07-18 18:02:54 +00:00
dimitr
c4b5942c74
Allow backup/restore of the new fields.
2006-07-18 11:17:03 +00:00
alexpeshkoff
1a5505065d
ported fixes from 2.0 release
2006-04-16 12:58:29 +00:00
robocop
1cd4ee5f0c
Get rid of unused handle.
2006-03-15 04:21:47 +00:00
hvlad
f6aa933c78
Update statistics for system indices after restore
2006-03-13 14:39:19 +00:00
alexpeshkoff
62a24d46e4
1. Moved data structures, written to database file, into ods.h.
...
2. Added new types of clumplets to ClumpletReader and ClupmletWriter.
3. Applied modified ClumpletReader and ClupmletWriter to /remote and partially /jrd.
4. Added active protection from remote brute-force attack to services API.
2005-11-27 20:53:09 +00:00