Add notice about connecting to MySQL.

This commit is contained in:
Daniel Nichter
2013-05-14 17:28:51 -07:00
parent 3c70839c3a
commit ab7307baff
+2
View File
@@ -6302,6 +6302,7 @@ sub run_service {
# Connect to MySQL or quit.
if ( $use_mysql ) {
_info("Connecting to MySQL");
TRY:
for ( 1..3 ) {
eval {
@@ -7456,6 +7457,7 @@ sub get_versions {
my $have_mysql = 0;
if ( $cxn ) {
_info("Connecting to MySQL");
foreach my $tryno ( 1..$tries ) {
eval {
$cxn->connect();