mirror of https://github.com/citusdata/citus.git
Adds EnableCreateDatabasePropagation for drop db
parent
06050a1411
commit
0fdb3384d9
|
@ -356,7 +356,7 @@ List *
|
|||
PreprocessDropDatabaseStmt(Node *node, const char *queryString,
|
||||
ProcessUtilityContext processUtilityContext)
|
||||
{
|
||||
if (!ShouldPropagate())
|
||||
if (!EnableCreateDatabasePropagation || !ShouldPropagate())
|
||||
{
|
||||
return NIL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue