diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-04-13 12:51:27 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-04-13 12:51:27 -0600 |
commit | b33245671d571726eb7c02ad2de47a16ae095b15 (patch) | |
tree | 9f669bb1f8f9d657b076ba6fe72cbf581a5877ce /sql-bench/Makefile.am | |
parent | a70f0c69f593a6bbf7b6b02e25988f509e8f058c (diff) | |
download | mariadb-git-b33245671d571726eb7c02ad2de47a16ae095b15.tar.gz |
mysql-test/mysql-test-run.sh
added --bench option
sql-bench/Makefile.am
added bench-count-distinct.sh test
sql-bench/bench-init.pl.sh
added --socket option
mysql-test/mysql-test-run.sh:
added --bench option
sql-bench/Makefile.am:
added bench-count-distinct.sh test
sql-bench/bench-init.pl.sh:
added --socket option
sql-bench/server-cfg.sh:
--socket
BitKeeper/etc/ignore:
Added sql-bench/bench-count-distinct to the ignore list
Diffstat (limited to 'sql-bench/Makefile.am')
-rw-r--r-- | sql-bench/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sql-bench/Makefile.am b/sql-bench/Makefile.am index 85880dd1989..73ba070717f 100644 --- a/sql-bench/Makefile.am +++ b/sql-bench/Makefile.am @@ -23,13 +23,14 @@ bench_SCRIPTS = test-ATIS test-connect test-create test-insert \ test-big-tables test-select test-wisconsin \ test-alter-table \ bench-init.pl compare-results run-all-tests \ - server-cfg crash-me copy-db + server-cfg crash-me copy-db bench-count-distinct 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 + run-all-tests.sh crash-me.sh copy-db.sh \ + bench-count-distinct.sh EXTRA_DIST = $(EXTRA_SCRIPTS) dist-hook: |