mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
Remove extra semicolon
This commit is contained in:
parent
48785581a5
commit
5bce387a88
1 changed files with 1 additions and 1 deletions
|
|
@ -2291,7 +2291,7 @@ sub mysql_install_db () {
|
|||
}
|
||||
|
||||
$ENV{'NDB_STATUS_OK'}= $clusters->[0]->{'installed_ok'};
|
||||
$ENV{'NDB_SLAVE_STATUS_OK'}= $clusters->[1]->{'installed_ok'};;
|
||||
$ENV{'NDB_SLAVE_STATUS_OK'}= $clusters->[1]->{'installed_ok'};
|
||||
|
||||
if ( ! $cluster_started_ok )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue