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