mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
Complement fix for #8241 - gbak may lose NULLs in restore.
This commit is contained in:
parent
c78b5e6947
commit
9b03202f75
@ -868,6 +868,7 @@ void RestoreRelationTask::initItem(BurpGlobals* tdgbl, Item& item)
|
|||||||
tdgbl->gbl_stat_flags = m_masterGbl->gbl_stat_flags;
|
tdgbl->gbl_stat_flags = m_masterGbl->gbl_stat_flags;
|
||||||
tdgbl->verboseInterval = m_masterGbl->verboseInterval;
|
tdgbl->verboseInterval = m_masterGbl->verboseInterval;
|
||||||
tdgbl->RESTORE_format = m_masterGbl->RESTORE_format;
|
tdgbl->RESTORE_format = m_masterGbl->RESTORE_format;
|
||||||
|
tdgbl->runtimeODS = m_masterGbl->runtimeODS;
|
||||||
|
|
||||||
if (item.m_ownAttach)
|
if (item.m_ownAttach)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user