Skip to content
Snippets Groups Projects
Commit c7b412b5 authored by Nathan Johnson's avatar Nathan Johnson
Browse files

added some notes about partition support

parent dad61f76
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,8 @@ Script restrictions:
tables will make the script throw an error in the table checking
stage.
4. Partitioned tables are currently copied but always fail checking
EOT
} ## end sub long_usage
......@@ -595,7 +597,7 @@ foreach my $spec (@todo) {
warn(
sprintf(
"Failed to check some tables. "
. "Is this an InnoDB database maybe?\n"
. "Is this an InnoDB database, or maybe your have partitioned tables?\n"
. "Please clean up '%s'.\n",
$staging_dir
) );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment