diff options
author | unknown <heikki@hundin.mysql.fi> | 2002-08-15 22:22:56 +0300 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2002-08-15 22:22:56 +0300 |
commit | c1b7c246c1f6d204bb011151f914f7563c70a79b (patch) | |
tree | 6b92d11fd72f4e43d84c63f22934a74970b76ab6 /sql-bench/Makefile.am | |
parent | 6fbcad539d7f3c96dca4aa3cfdf4d28ee0d4ced2 (diff) | |
download | mariadb-git-c1b7c246c1f6d204bb011151f914f7563c70a79b.tar.gz |
Many files:
Add multithreaded stress tests for InnoDB
new file
sql-bench/innotest1.sh:
Add multithreaded stress tests for InnoDB
sql-bench/innotest1a.sh:
Add multithreaded stress tests for InnoDB
sql-bench/innotest1b.sh:
Add multithreaded stress tests for InnoDB
sql-bench/innotest2.sh:
Add multithreaded stress tests for InnoDB
sql-bench/innotest2a.sh:
Add multithreaded stress tests for InnoDB
sql-bench/innotest2b.sh:
Add multithreaded stress tests for InnoDB
sql-bench/Makefile.am:
Add multithreaded stress tests for InnoDB
Diffstat (limited to 'sql-bench/Makefile.am')
-rw-r--r-- | sql-bench/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sql-bench/Makefile.am b/sql-bench/Makefile.am index 80806f35418..9ed0fc29b30 100644 --- a/sql-bench/Makefile.am +++ b/sql-bench/Makefile.am @@ -23,14 +23,16 @@ bench_SCRIPTS = test-ATIS test-connect test-create test-insert \ test-big-tables test-select test-wisconsin \ test-alter-table graph-compare-results \ bench-init.pl compare-results run-all-tests \ - server-cfg crash-me copy-db + server-cfg crash-me copy-db innotest1 innotest1a \ + innotest1b innotest2 innotest2a innotest2b CLEANFILES = $(bench_SCRIPTS) EXTRA_SCRIPTS = test-ATIS.sh test-connect.sh test-create.sh \ test-insert.sh test-big-tables.sh test-select.sh \ test-alter-table.sh test-wisconsin.sh \ bench-init.pl.sh compare-results.sh server-cfg.sh \ run-all-tests.sh crash-me.sh copy-db.sh \ - graph-compare-results.sh + graph-compare-results.sh innotest1.sh innotest1a.sh \ + innotest1b.sh innotest2.sh innotest2a.sh innotest2b.sh EXTRA_DIST = $(EXTRA_SCRIPTS) dist-hook: |