[MDEV-4877] mysqldump dumps all data from a connect table Created: 2013-08-09 Updated: 2013-10-29 Resolved: 2013-10-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.3 |
| Fix Version/s: | 10.0.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | erkan yanar | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | connect-engine, mysqldump | ||
| Environment: |
Ubuntu/Precise/LXContainer |
||
| Description |
|
mysqldump should behave like with connect as with federated only dumping the structure and not the rows.
Following should be ommitted
As it will end in at leas dumping other servers data. A Fix would be some kind of difficult. While table_type=MySQL,ODBC shoul be omitted. It is hard to handle i.e. table_type=cvs as they can be local tables in the schema too. |
| Comments |
| Comment by Alexander Barkov [ 2013-10-29 ] |
|
Fixed in 10.0.5 |