2003-08-28 11:27:35 +02:00
|
|
|
echo "test2 -L -K -W -P"
|
2000-07-31 21:29:14 +02:00
|
|
|
test2 -L -K -W -P
|
2003-08-28 11:27:35 +02:00
|
|
|
echo "test2 -L -K -W -P -A"
|
2000-07-31 21:29:14 +02:00
|
|
|
test2 -L -K -W -P -A
|
2003-08-28 11:27:35 +02:00
|
|
|
echo "test2 -L -K -W -P -S -R1 -m500"
|
2000-07-31 21:29:14 +02:00
|
|
|
test2 -L -K -W -P -S -R1 -m500
|
2003-08-28 11:27:35 +02:00
|
|
|
echo "test2 -L -K -R1 -m2000 ; Should give error 135"
|
|
|
|
test2 -L -K -R1 -m2000
|
|
|
|
echo "test2 -L -K -P -S -R3 -m50 -b1000000"
|
2000-07-31 21:29:14 +02:00
|
|
|
test2 -L -K -P -S -R3 -m50 -b1000000
|
2003-08-28 11:27:35 +02:00
|
|
|
echo "test2 -L -B"
|
2000-07-31 21:29:14 +02:00
|
|
|
test2 -L -B
|
2003-08-28 11:27:35 +02:00
|
|
|
echo "test2 -L -K -W -P -m50 -l"
|
2000-07-31 21:29:14 +02:00
|
|
|
test2 -L -K -W -P -m50 -l
|
2003-08-28 11:27:35 +02:00
|
|
|
isamlog
|
|
|
|
echo "test2 -L -K -W -P -m50 -l -b100"
|
2000-07-31 21:29:14 +02:00
|
|
|
test2 -L -K -W -P -m50 -l -b100
|
2003-08-28 11:27:35 +02:00
|
|
|
isamlog
|
|
|
|
echo "time test2"
|
2000-07-31 21:29:14 +02:00
|
|
|
time test2
|
2003-08-28 11:27:35 +02:00
|
|
|
echo "time test2 -K"
|
2000-07-31 21:29:14 +02:00
|
|
|
time test2 -K
|
2003-08-28 11:27:35 +02:00
|
|
|
echo "time test2 -L"
|
2000-07-31 21:29:14 +02:00
|
|
|
time test2 -L
|
2003-08-28 11:27:35 +02:00
|
|
|
echo "time test2 -L -K"
|
2000-07-31 21:29:14 +02:00
|
|
|
time test2 -L -K
|
2003-08-28 11:27:35 +02:00
|
|
|
echo "time test2 -L -K -W"
|
2000-07-31 21:29:14 +02:00
|
|
|
time test2 -L -K -W
|
2003-08-28 11:27:35 +02:00
|
|
|
echo "time test2 -L -K -W -S"
|
2000-07-31 21:29:14 +02:00
|
|
|
time test2 -L -K -W -S
|