Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
c7b412b5
Commit
c7b412b5
authored
Jan 11, 2010
by
Nathan Johnson
Browse files
added some notes about partition support
parent
dad61f76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
misc-scripts/CopyDBoverServer.pl
misc-scripts/CopyDBoverServer.pl
+3
-1
No files found.
misc-scripts/CopyDBoverServer.pl
View file @
c7b412b5
...
...
@@ -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
)
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment