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-hive
Commits
6ceb21c5
Commit
6ceb21c5
authored
Sep 26, 2017
by
Matthieu Muffato
Browse files
Set an empty string to avoid a warning
parent
5c400906
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
scripts/db_cmd.pl
scripts/db_cmd.pl
+1
-0
No files found.
scripts/db_cmd.pl
View file @
6ceb21c5
...
...
@@ -140,6 +140,7 @@ sub dbc_hash_to_cmd {
if
(
$driver
eq
'
mysql
')
{
$dbc_hash
->
{
pass
}
//
=
'';
$cmd
=
(
$to_params
?
''
:
'
mysql
')
.
"
--host=
$dbc_hash
->{host}
"
.
(
defined
(
$dbc_hash
->
{
port
})
?
"
--port=
$dbc_hash
->{port}
"
:
'')
...
...
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