[MDEV-5209] mysqldump always creates <table>.sql when using delimited-text format Created: 2013-10-30 Updated: 2014-06-06 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.33a |
| Fix Version/s: | 5.5 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Fawzib Rojas | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
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 |