diff options
author | paul@teton.kitebird.com <> | 2001-06-08 18:16:20 -0500 |
---|---|---|
committer | paul@teton.kitebird.com <> | 2001-06-08 18:16:20 -0500 |
commit | 37f5ee2c786369aca5cf01023e2a9ccc97a3e964 (patch) | |
tree | 8308c055678b31f72a4e8e2a5a975ebb37b89014 | |
parent | 1fe37c5d11b7cf75630ac5079479b3f5cb36b281 (diff) | |
download | mariadb-git-37f5ee2c786369aca5cf01023e2a9ccc97a3e964.tar.gz |
README msyql -> mysql
-rwxr-xr-x | sql-bench/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/README b/sql-bench/README index 6096c5cc1e8..6b6a5fc95c0 100755 --- a/sql-bench/README +++ b/sql-bench/README @@ -11,7 +11,7 @@ In this directory are the queries and raw data files used to populate the MySQL benchmarks. In order to run the benchmarks you should normally execute a command like the following: -run-all-tests --server=msyql --cmp=mysql,pg,solid --user=test --password=test --log +run-all-tests --server=mysql --cmp=mysql,pg,solid --user=test --password=test --log The above means that one wants to run the benchmark with MySQL. The limits should be taken from all of mysql,PostgreSQL and Solid. Login name and |