Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
5.5.33a
-
None
-
None
-
Ubuntu 13.04 AMD64
Description
Using the following command mysqldump should create only the data file <table>.txt:
mysqldump --no-create-db --no-create-info --tab=<path> <db> <table>
Instead it creates <table>.txt and an empty <table>.sql
This should be easy to fix.