From 0c0c423f7611d51e126d1addcafd3a6422c0d3a1 Mon Sep 17 00:00:00 2001 From: Nathan Johnson <njohnson@ebi.ac.uk> Date: Mon, 11 Jan 2010 17:32:08 +0000 Subject: [PATCH] removed erroneous partition notes --- misc-scripts/CopyDBoverServer.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/misc-scripts/CopyDBoverServer.pl b/misc-scripts/CopyDBoverServer.pl index cf669e968a..ce716c473c 100755 --- a/misc-scripts/CopyDBoverServer.pl +++ b/misc-scripts/CopyDBoverServer.pl @@ -115,7 +115,6 @@ 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 @@ -597,7 +596,7 @@ foreach my $spec (@todo) { warn( sprintf( "Failed to check some tables. " - . "Is this an InnoDB database, or maybe your have partitioned tables?\n" + . "Is this an InnoDB database maybe?\n" . "Please clean up '%s'.\n", $staging_dir ) ); -- GitLab