diff --git a/src/parsers/command-mssql.lisp b/src/parsers/command-mssql.lisp index 4cfee17..f583782 100644 --- a/src/parsers/command-mssql.lisp +++ b/src/parsers/command-mssql.lisp @@ -21,6 +21,7 @@ option-batch-size option-prefetch-rows option-max-parallel-create-index + option-reindex option-truncate option-disable-triggers option-data-only diff --git a/src/parsers/command-mysql.lisp b/src/parsers/command-mysql.lisp index d0c6e40..7e14200 100644 --- a/src/parsers/command-mysql.lisp +++ b/src/parsers/command-mysql.lisp @@ -17,7 +17,8 @@ option-single-reader option-multiple-readers option-rows-per-range - option-truncate + option-reindex + option-truncate option-disable-triggers option-data-only option-schema-only