mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
12 lines
726 B
Text
12 lines
726 B
Text
|
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
|