mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Remove extra semicolon
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user