mysql-dump-split icon indicating copy to clipboard operation
mysql-dump-split copied to clipboard

Support for data only

Open Themanwithoutaplan opened this issue 12 years ago • 2 comments

Currently data-only dumps are not supported.

Table dumps match

if line =~ /^-- Table structure for table .(.+)./ or line =~ /^-- Dumping data for table .(.+)./

This, combined with support for table names, would be really useful for selectively importing very large data sets.

Themanwithoutaplan avatar May 16 '12 10:05 Themanwithoutaplan

I don't really have time to hack on this, but would be happy to merge any pull requests that might bring these features

ripienaar avatar May 16 '12 10:05 ripienaar

I'll give it a go. Not a Ruby programmer but should be able to get the functionality.

Themanwithoutaplan avatar May 16 '12 10:05 Themanwithoutaplan