summaryrefslogtreecommitdiff
path: root/sql-bench
diff options
context:
space:
mode:
authorunknown <paul@ice.snake.net>2003-12-03 11:48:34 -0600
committerunknown <paul@ice.snake.net>2003-12-03 11:48:34 -0600
commitc432c0a03893c400f69a21b6279e8ad1b3896849 (patch)
tree0e8b04869f29557f59e76b5305dfa247ddf671b3 /sql-bench
parentc829bceff47182b9b0263b60b63ebde5e1c62a10 (diff)
downloadmariadb-git-c432c0a03893c400f69a21b6279e8ad1b3896849.tar.gz
Delete obsolete references.
sql-bench/README: The Overview-paper file has not been present since 3.20.x, either.
Diffstat (limited to 'sql-bench')
-rwxr-xr-xsql-bench/README10
1 files changed, 2 insertions, 8 deletions
diff --git a/sql-bench/README b/sql-bench/README
index a8468b4809b..b0e1dfac5c1 100755
--- a/sql-bench/README
+++ b/sql-bench/README
@@ -1,8 +1,6 @@
The MySQL Benchmarks
-These tests require a MySQL version of at least 3.20.28 or 3.21.10. NOTE:
-With MySQL 3.20.x, you must use the --skip-in option, because MySQL 3.20
-does not support the IN() operator.
+These tests require a MySQL version of at least 3.20.28 or 3.21.10.
Currently the following servers are supported:
MySQL 3.20 and 3.21, PostgreSQL 6.#, mSQL 2.# and Solid Server 2.2
@@ -41,8 +39,6 @@ Data/ATIS Contains data for 29 related tables used in the ATIS tests.
Data/Wisconsin Contains data for the Wisconsin benchmark.
Results Contains old benchmark results.
Makefile.am Automake Makefile
-Overview-paper A paper nicked from the net about database bench-
- marking.
README This file.
test-ATIS.sh Creation of 29 tables and a lot of selects on them.
test-connect.sh Test how fast a connection to the server is.
@@ -69,11 +65,9 @@ Useful options to all test-scripts (and run-all-tests):
--db=# Database to use (default: test)
--fast Allow use of any non-standard SQL extension to
get things done faster.
---skip-in Don't do test with the IN() operator (if the SQL server
- hasn't implemented this, for example mSQL and MySQL 3.20).
--lock-tables Use table locking to get more speed.
-From a text at http://www.mgt.ncu.edu.tw/CSIM/Paper/sixth/11.html
+From a text at http://www.mgt.ncu.edu.tw/CSIM/Paper/sixth/11.html:
The Wisconsin Benchmark