Skip to content

Commit

Permalink
Fix bug in legacy options
Browse files Browse the repository at this point in the history
Signed-off-by: Morgan Douglas <mdouglas47@bloomberg.net>
  • Loading branch information
morgando committed May 15, 2023
1 parent 492968a commit d6c1a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ static char *legacy_options[] = {
"init_with_queue_persistent_sequence off",
"usenames",
"setattr max_sql_idle_time 864000",
"utxnid_log off"
"utxnid_log off",
"commit_lsn_map off"
};
int gbl_legacy_defaults = 0;
Expand Down

0 comments on commit d6c1a1f

Please sign in to comment.