Implement "drop indexes" option for MySQL and MSSQL too.

It was only offered for SQLite without good reason really, and tests show
that it works as well with MySQL of course. Offer the option there too.

See 3eab88b1440a8166786e90b95f563d153e2ba4dc for details.
This commit is contained in:
Dimitri Fontaine 2017-07-06 10:06:03 +02:00
parent 2363d8845f
commit 7a371529be
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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