Removes SendDatabaseGrantSyncCommands

pull/7240/head
gindibay 2023-11-15 21:32:01 +03:00
parent feb609868e
commit 772a13dc7c
1 changed files with 3 additions and 4 deletions

View File

@ -4741,10 +4741,9 @@ SyncDistributedObjects(MetadataSyncContext *context)
* After creation of databases and roles, send the grant database commands * After creation of databases and roles, send the grant database commands
* to the workers. * to the workers.
*/ */
if (EnableCreateDatabasePropagation)
{ SendDatabaseGrantSyncCommands(context);
SendDatabaseGrantSyncCommands(context);
}
} }