mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
31 lines
736 B
Text
31 lines
736 B
Text
echo "test2 -L -K -W -P"
|
|||
test2 -L -K -W -P
|
|||
echo "test2 -L -K -W -P -A"
|
|||
test2 -L -K -W -P -A
|
|||
echo "test2 -L -K -W -P -S -R1 -m500"
|
|||
test2 -L -K -W -P -S -R1 -m500
|
|||
echo "test2 -L -K -R1 -m2000 ; Should give error 135"
|
|||
test2 -L -K -R1 -m2000
|
|||
echo "test2 -L -K -P -S -R3 -m50 -b1000000"
|
|||
test2 -L -K -P -S -R3 -m50 -b1000000
|
|||
echo "test2 -L -B"
|
|||
test2 -L -B
|
|||
echo "test2 -L -K -W -P -m50 -l"
|
|||
test2 -L -K -W -P -m50 -l
|
|||
isamlog
|
|||
echo "test2 -L -K -W -P -m50 -l -b100"
|
|||
test2 -L -K -W -P -m50 -l -b100
|
|||
isamlog
|
|||
echo "time test2"
|
|||
time test2
|
|||
echo "time test2 -K"
|
|||
time test2 -K
|
|||
echo "time test2 -L"
|
|||
time test2 -L
|
|||
echo "time test2 -L -K"
|
|||
time test2 -L -K
|
|||
echo "time test2 -L -K -W"
|
|||
time test2 -L -K -W
|
|||
echo "time test2 -L -K -W -S"
|
|||
time test2 -L -K -W -S
|