mysql-dump-split
mysql-dump-split copied to clipboard
Support for data only
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.
I don't really have time to hack on this, but would be happy to merge any pull requests that might bring these features
I'll give it a go. Not a Ruby programmer but should be able to get the functionality.