-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add useColumnStatisticsOff for MySql (#133)
* Add useColumnStatisticsOff for MySql
Add useColumnStatisticsOff() method in. order to enable --column-statistics=0 useful in a specific case. The scenario is: mysqldump 8 that queries by default column_statics table in information_schema database.
In some old version of MySql (service) like 5.7 , this table not exists.
Close #132
* renaming useColumnStatisticsOff into doNotUseColumnStatistics
* Update README for doNotUseColumnStatistics() method
* Add test for doNotUseColumnStatistics() use case.
- Loading branch information
1 parent
7505ec3
commit 8425cbf
Showing
3 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters