We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb864e commit 8e8d177Copy full SHA for 8e8d177
admin/InitDb.pl
@@ -473,6 +473,8 @@ sub Usage
473
(Should only be used, when an import without the option
474
fails with an "ERROR: invalid UTF-8 byte sequence detected"!
475
see also `MBImport.pl --help')
476
+ --reptype=TYPE Override the REPLICATION_TYPE set in DBDefs. This only
477
+ exists for testing purposes.
478
479
Less commonly used options:
480
@@ -508,7 +510,8 @@ sub Usage
508
510
"fix-broken-utf8" => \$fFixUTF8,
509
511
"install-extension=s" => \$fInstallExtension,
512
"extension-schema=s" => \$fExtensionSchema,
- "tmp-dir=s" => \$tmp_dir
513
+ "tmp-dir=s" => \$tmp_dir,
514
+ "reptype=s" => \$REPTYPE,
515
) or exit 2;
516
517
my $DB = Databases->get($databaseName);
0 commit comments