Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl
Commits
45e2cbc8
Commit
45e2cbc8
authored
Oct 18, 2010
by
Andreas Kusalananda Kähäri
Browse files
Insert yet another progress message.
parent
bcc1097c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
misc-scripts/production_database/scripts/push_master_tables.pl
...scripts/production_database/scripts/push_master_tables.pl
+2
-0
No files found.
misc-scripts/production_database/scripts/push_master_tables.pl
View file @
45e2cbc8
...
...
@@ -201,6 +201,8 @@ foreach my $dbh (@db_handles) {
$sth
->
bind_col
(
1
,
\
$dbname
);
while
(
$sth
->
fetch
()
)
{
printf
(
"
##> Processing '%s'
\n
",
$dbname
);
foreach
my
$table
(
@tables
)
{
my
$csth
=
$dbh
->
column_info
(
undef
,
$dbname
,
$table
,
'
%
'
);
my
$colinfo
=
$csth
->
fetchall_hashref
(
['
COLUMN_NAME
']
);
...
...
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