alexpeshkoff
e74a496acf
Backported implementation of CORE-2666: Make it possible to use API to do remote backups/restores
2012-06-20 11:56:36 +00:00
asfernandes
373ec81807
Fixed CORE-3802 - Firebird runs out of memory while restoring database backup.
2012-03-31 15:59:38 +00:00
alexpeshkoff
cf0128b304
Postfix for AV due to CORE-3649
2012-03-19 09:10:43 +00:00
alexpeshkoff
950f499f12
Backported fix for CORE-3649: gbak deletes backup file even if error happens when it's already successfully closed
2012-03-03 16:48:40 +00:00
alexpeshkoff
f5cc73ac36
Backported fix for CORE-3733: GBAK fails to fix system generators while restoring
2012-01-18 12:05:09 +00:00
alexpeshkoff
093179e11f
Fixed CORE-3150: segmentation fault in gbak when interrupted with Ctrl-C
2011-06-02 07:45:08 +00:00
alexpeshkoff
843dfc2c49
Backported CORE-3461: DDL operations fail after backup/restore
2011-06-01 08:55:06 +00:00
asfernandes
bf51ab209c
Improvement CORE-3433 - Improve GBAK restore performance (records insertion).
2011-04-19 15:29:46 +00:00
alexpeshkoff
1f0a33f224
Backported fix for CORE-3261: Assertion when running restore service
2010-11-26 16:56:26 +00:00
alexpeshkoff
ea3bcabcc2
Check for presence of sync functions
2010-11-25 15:50:13 +00:00
alexpeshkoff
e6ae6b7d9d
Backported fix for CORE-3249: gbak file is not truncated during backup operation
2010-11-19 15:13:41 +00:00
alexpeshkoff
dfd62ed1ab
Misc
2010-11-18 16:19:35 +00:00
alexpeshkoff
8629bea0ec
Backported fix for CORE-2984: gbak -v srv:db stdout creates a broken backup
2010-05-06 13:42:57 +00:00
dimitr
103c92c800
Fixed a typo.
2010-01-15 10:10:33 +00:00
dimitr
12015ddefe
Fixed CORE-2793: Binary representation of the backup file is inconsistent among subsequent backup/restore cycles.
2010-01-15 10:07:10 +00:00
alexpeshkoff
dceffbf006
Fixed delivery of status vector from service thread
2009-12-17 12:32:32 +00:00
asfernandes
f783e62594
Backport improvement CORE-2754 - Hint the user about -FIX_FSS_METADATA and -FIX_FSS_DATA when restore fail with malformed string error
2009-11-19 14:27:11 +00:00
robocop
d9fed5766e
Backport Adriano's correction.
2009-11-05 08:33:44 +00:00
alexpeshkoff
fbda7f245e
Fixed CORE-2439: Add FIX_FSS_DATA and FIX_FSS_METADATA into the server
2009-10-05 10:26:59 +00:00
asfernandes
dbed23fafc
Misc
2009-10-03 00:52:23 +00:00
alexpeshkoff
dbbea09f2b
Fixed CORE-2657: Ability to get any permissions (including SYSDBA) working with services
2009-10-02 16:44:00 +00:00
alexpeshkoff
9629eafccd
Use per-thread circular strings buffers instead common and per-attachment combination
2009-09-01 09:20:24 +00:00
robocop
5347ea818e
Misc.
2009-08-05 06:35:57 +00:00
asfernandes
2cb136d9b8
Misc
2009-08-05 02:12:46 +00:00
robocop
895fa9fa55
Start from our minimum accepted page size instead of the legacy value.
2009-08-04 12:59:09 +00:00
asfernandes
4171c16988
Some things discussed with Dmitry and Claudio - rename the new function to fb_print_blr, use ULONG parameter for blr_length and return int
2009-08-03 15:52:48 +00:00
asfernandes
4759973045
Fixed CORE-2576 - Server may crash parsing wrong or truncated BLR
...
Full rebuild required - CMP_compile2 prototype changed
2009-08-02 04:10:07 +00:00
robocop
8b2682d0ed
Misc.
2009-07-17 08:57:13 +00:00
alexpeshkoff
b053182f60
Fixed gbak logic when using -TRUSTED switch - thanks to Claudio
2009-07-10 07:52:56 +00:00
robocop
f537ae9a25
booleans.
2009-07-08 01:15:01 +00:00
robocop
ba89580753
CORE 2540: Utilities need a more coherent way to show help and version
...
Now all utilities react to -z for version and -? for help (qli was left for another time)
CORE-2541: Too many hardcoded messages in nbackup (done partially)
2009-07-07 10:25:50 +00:00
robocop
f10e1b72eb
Style.
2009-06-27 06:23:36 +00:00
robocop
510e9aeca7
Some paranoid checks.
2009-06-25 11:34:29 +00:00
robocop
9d17ba5a42
Debug check.
2009-06-25 10:50:11 +00:00
robocop
913ded5189
in_sw_tab_t data member in_sw_state is bool.
2009-06-07 10:13:57 +00:00
asfernandes
f8eb935eb7
Misc
2009-06-06 18:13:57 +00:00
robocop
c6106603df
Misc.
2009-06-05 10:24:39 +00:00
dimitr
931ab84255
Fixed a bug in one of my recent commits.
2009-06-04 06:16:30 +00:00
robocop
51d3c9b756
Let's use more typical #ifdef to test macros instead o #if.
2009-05-29 11:27:41 +00:00
asfernandes
c991e7d5cf
Misc
2009-05-15 00:51:21 +00:00
robocop
11c7773ff5
Misc.
2009-05-14 10:47:38 +00:00
dimitr
83f78f5756
Fixed CORE-2461: Deadlock error terminates the restore process while restoring privileges.
2009-05-13 07:36:53 +00:00
dimitr
ebd0bcfc91
Rolled back fix for CORE-2440: Restoring DB with computed index on computed field provides wrong index and wrong select results.
...
1) It doesn't solve the reported issue when a database is restored *without* the -verbose switch.
2) It breaks restore for any database that has user-defined plans embedded into procedures/triggers and the restore is performed *with* the -verbose switch.
The ticket is reopened in a hope for a better solution to be found.
2009-05-08 07:44:41 +00:00
asfernandes
10328dff3b
Misc
2009-05-06 02:02:37 +00:00
hvlad
98aafa7471
Fixed bug CORE-2440 : Restoring DB with computed index on computed field provides wrong index and wrong select results
2009-05-04 11:47:18 +00:00
robocop
66b1227b22
Unused params, some formatting, cleanup.
2009-05-01 17:21:36 +00:00
robocop
888000e21e
Unused function params.
2009-04-26 10:24:44 +00:00
asfernandes
c986de33a2
Misc
2009-04-22 01:58:40 +00:00
robocop
6780b8c31e
Comments.
2009-04-17 14:10:11 +00:00
robocop
1452ca21c1
Misc.
2009-04-15 06:40:17 +00:00