summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorjimw@mysql.com <>2006-04-13 10:34:46 -0700
committerjimw@mysql.com <>2006-04-13 10:34:46 -0700
commit55727ef6d0db4b5aec48223f9618c2da3d36f989 (patch)
tree0a79040513002b1077bf7cde2601476cd8f5493c /BUILD
parent86d6b16113715a9b7e94658b6ca356e8899032fa (diff)
downloadmariadb-git-55727ef6d0db4b5aec48223f9618c2da3d36f989.tar.gz
Remove sql-bench from the server repository -- it is being maintained
in a distinct mysql-bench repository. Also add a new --benchdir option to mysql-test-run.pl so the location of the mysql-bench repository can be specified. The default location is adjacent to the source tree.
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/test-alpha-ccc11
1 files changed, 0 insertions, 11 deletions
diff --git a/BUILD/test-alpha-ccc b/BUILD/test-alpha-ccc
deleted file mode 100755
index c6f4abc0973..00000000000
--- a/BUILD/test-alpha-ccc
+++ /dev/null
@@ -1,11 +0,0 @@
-cd /usr/local/mysql
-bin/mysqladmin shutdown
-libexec/mysqld --basedir . &
-cd sql-bench
-rm output/*
-perl run-all-tests --comment "Alpha DS20 2x500 MHz, 2G memory, key_buffer=16M; egcs 1.1.2 + ccc" --user=monty --password="ds20-gryta"
-perl run-all-tests --comment "Alpha DS20 2x500 MHz, 2G memory, key_buffer=16M; egcs 1.1.2 + ccc" --user=monty --password="ds20-gryta" --log --use-old
-mv output/* output-ccc
-perl run-all-tests --comment "Alpha DS20 2x500 MHz, 2G memory, key_buffer=16M; egcs 1.1.2 + ccc" --user=monty --password="ds20-gryta" --fast
-perl run-all-tests --comment "Alpha DS20 2x500 MHz, 2G memory, key_buffer=16M; egcs 1.1.2 + ccc" --user=monty --password="ds20-gryta" --log --use-old --fast
-mv output/* output-ccc