diff options
author | jimw@mysql.com <> | 2006-04-13 10:37:57 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2006-04-13 10:37:57 -0700 |
commit | 66c29e0f498ed5f91da4dda8b51de28f790ba043 (patch) | |
tree | 6e8a46e592c3904f889bb457121f5350fbcf5661 /BUILD | |
parent | 3b145bee576eb67fd9483e7f60da4412f565b271 (diff) | |
parent | 55727ef6d0db4b5aec48223f9618c2da3d36f989 (diff) | |
download | mariadb-git-66c29e0f498ed5f91da4dda8b51de28f790ba043.tar.gz |
Merge mysql.com:/home/jimw/my/mysql-5.1-clean
into mysql.com:/home/jimw/my/mysql-5.1-kill-sql-bench
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/test-alpha-ccc | 11 |
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 |