Implements --disable-hashing (#5827)

This commit is contained in:
Miroslav Stampar
2024-12-09 10:43:26 +01:00
parent 7584a67422
commit 1a9fc81fe5
6 changed files with 23 additions and 12 deletions

View File

@@ -857,6 +857,10 @@ dependencies = False
# Valid: True or False
disableColoring = False
# Disable hash analysis on table dumps.
# Valid: True or False
disableHashing = False
# Display list of available tamper scripts.
# Valid: True or False
listTampers = False