mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Fix #8241 - gbak may lose NULLs in restore.
This commit is contained in:
parent
27124c57ac
commit
859157275b
@ -867,6 +867,7 @@ void RestoreRelationTask::initItem(BurpGlobals* tdgbl, Item& item)
|
|||||||
tdgbl->sw_redirect = m_masterGbl->sw_redirect;
|
tdgbl->sw_redirect = m_masterGbl->sw_redirect;
|
||||||
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;
|
||||||
|
|
||||||
if (item.m_ownAttach)
|
if (item.m_ownAttach)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user