Skip to content

Commit 182da5e

Browse files
committed
Turn off multitable ddl
Signed-off-by: mdouglas47 <[email protected]>
1 parent 40818d8 commit 182da5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemachange/sc_logic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void comdb2_cheapstack_sym(FILE *f, char *fmt, ...);
4747

4848
extern int gbl_is_physical_replicant;
4949

50-
int gbl_multitable_ddl = 1;
50+
int gbl_multitable_ddl = 0;
5151

5252
/**** Utility functions */
5353

0 commit comments

Comments
 (0)