Stephen Atherton
|
7778112f6a
|
Bug fix, restore was using the destination cluster to look up timestamps when printing the backup description instead of (optionally) the original cluster which generated the backup. Made missing cluster file errors more clear.
|
2019-03-06 02:45:55 -08:00 |
Alex Miller
|
c6a65389ae
|
Remove noexcept macro and replace with BOOST_NOEXCEPT.
BOOST_NOEXCEPT does what the noexcept macro was supposed to do, but in a
way that is correctly maintained over time.
|
2019-03-05 22:06:12 -08:00 |
Steve Atherton
|
21f55e1878
|
Merge pull request #1190 from bnamasivayam/restore-multiple-ranges
Add support for restoring multiple ranges.
|
2019-03-05 10:15:55 -08:00 |
Balachandar Namasivayam
|
a258df32f6
|
Skip switchover checks for force option.
|
2019-03-04 15:58:36 -08:00 |
Balachandar Namasivayam
|
7eba50b086
|
Add support for restoring multiple ranges.
|
2019-02-25 18:00:28 -08:00 |
mpilman
|
f79a9594c1
|
Several bugfixes to make fdb build on non-ide
|
2019-02-19 15:16:59 -08:00 |
mpilman
|
0bb60e5a3b
|
Use proper fwd decl in NativeAPI
Also NativeAPI.h -> NativeAPI.actor.h
|
2019-02-19 15:16:59 -08:00 |
mpilman
|
78dd80ea8a
|
Proper fwd decl in BackupAgent
Also BackupAgent.h -> BackupAgent.actor.h
|
2019-02-19 15:16:59 -08:00 |