diff options
author | serg@serg.mysql.com <> | 2001-11-21 12:36:05 +0100 |
---|---|---|
committer | serg@serg.mysql.com <> | 2001-11-21 12:36:05 +0100 |
commit | 47a75b04d4103339ea45a4d3cb5bee3a1ed3180d (patch) | |
tree | f331adf7d21dedfde7a4cd4d51ec34eaf1bea83f /mysql-test | |
parent | 365bd6eb6ef24b7a927651111fb724166ba77062 (diff) | |
download | mariadb-git-47a75b04d4103339ea45a4d3cb5bee3a1ed3180d.tar.gz |
typo fixed
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index de76c6354f5..daf8b8abd03 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -510,7 +510,7 @@ start_master() --basedir=$MY_BASEDIR \ --port=$MASTER_MYPORT \ --exit-info=256 \ - --core + --core \ --datadir=$MASTER_MYDDIR \ --pid-file=$MASTER_MYPID \ --socket=$MASTER_MYSOCK \ |