diff options
author | sasha@mysql.sashanet.com <> | 2001-05-12 20:37:10 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-05-12 20:37:10 -0600 |
commit | 4aedfb928698cf0d02f644cc7a3650a2087846cc (patch) | |
tree | d3ab49c8601ac7ff8473b24ad0aac67456334f7b /mysql-test | |
parent | ef27ec42c2a6b361e7c158bc5974ea3dd5301804 (diff) | |
download | mariadb-git-4aedfb928698cf0d02f644cc7a3650a2087846cc.tar.gz |
mysql-test/mysql-test-run.sh
fixed typo
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 9216ae5a74f..33045911954 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -463,7 +463,7 @@ start_master() --core \ --tmpdir=$MYSQL_TMP_DIR \ --language=english \ - --innobase_data_file_path=ibdata1:50M \ + --innodb_data_file_path=ibdata1:50M \ $SMALL_SERVER \ $EXTRA_MASTER_OPT $EXTRA_MASTER_MYSQLD_OPT" fi |