mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 10:03:03 +01:00
Misc.
This commit is contained in:
parent
ccbd233b62
commit
6728c37dbf
@ -572,7 +572,7 @@ bool BackupManager::actualizeAlloc(thread_db* tdbb, bool haveGlobalLock)
|
||||
// Difference file pointer pages have one ULONG as number of pages allocated on the page and
|
||||
// then go physical numbers of pages from main database file. Offsets of numbers correspond
|
||||
// to difference file pages.
|
||||
const size_t PAGES_PER_ALLOC_PAGE = database->dbb_page_size / sizeof(ULONG)-1;
|
||||
const size_t PAGES_PER_ALLOC_PAGE = database->dbb_page_size / sizeof(ULONG) - 1;
|
||||
|
||||
ISC_STATUS *status_vector = tdbb->tdbb_status_vector;
|
||||
try {
|
||||
|
@ -254,7 +254,7 @@ private:
|
||||
class LocalAllocGuard
|
||||
{
|
||||
public:
|
||||
LocalAllocGuard(BackupManager* bm)
|
||||
explicit LocalAllocGuard(BackupManager* bm)
|
||||
: m_bm(bm)
|
||||
{
|
||||
//Database::Checkout cout(m_bm->database);
|
||||
|
Loading…
Reference in New Issue
Block a user