diff options
author | unknown <jimw@mysql.com> | 2006-04-13 10:37:57 -0700 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2006-04-13 10:37:57 -0700 |
commit | c323e60c46c73efde0efea3ff056f83e17cb9009 (patch) | |
tree | 6e8a46e592c3904f889bb457121f5350fbcf5661 /BUILD | |
parent | e2f724a8222e881737d73fb4b6f549ab6c56f247 (diff) | |
parent | 0544ed4204416540bc11b222d4dd1af24a4a744d (diff) | |
download | mariadb-git-c323e60c46c73efde0efea3ff056f83e17cb9009.tar.gz |
Merge mysql.com:/home/jimw/my/mysql-5.1-clean
into mysql.com:/home/jimw/my/mysql-5.1-kill-sql-bench
Makefile.am:
Resolve conflict
configure.in:
Resolve conflict
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 |