8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 10:03:03 +01:00
This commit is contained in:
robocop 2014-05-24 08:12:34 +00:00
parent ccbd233b62
commit 6728c37dbf
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -254,7 +254,7 @@ private:
class LocalAllocGuard
{
public:
LocalAllocGuard(BackupManager* bm)
explicit LocalAllocGuard(BackupManager* bm)
: m_bm(bm)
{
//Database::Checkout cout(m_bm->database);