summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorunknown <msvensson@shellback.(none)>2006-09-18 12:24:10 +0200
committerunknown <msvensson@shellback.(none)>2006-09-18 12:24:10 +0200
commit5bce387a888adbb9f973abfbb8938e36363777c0 (patch)
treee52a1ed4d78f41e853142a85be88cd2718c5bf96 /mysql-test/mysql-test-run.pl
parent48785581a5e9ed55e195fec80bcd15866bd5566e (diff)
downloadmariadb-git-5bce387a888adbb9f973abfbb8938e36363777c0.tar.gz
Remove extra semicolon
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 0a27fa73d4a..b33afcd6696 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -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 )
{