mariadb/isam/test_all.res
unknown 5df8c7b0e2 ixed overflow bug in MyISAM and ISAM when using packed tables with a lot of fields and blobs
isam/open.c:
  Fixed overflow bug when using packed tables and blobs
isam/test_all.res:
  updated test results
myisam/mi_dynrec.c:
  pack_bits not needed here as we do it on open
myisam/mi_open.c:
  Fixed overflow bug when using packed tables and blobs
2003-08-28 12:27:35 +03:00

30 lines
736 B
XML

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