Maria: importing change made to MyISAM's mi_test_all, into Maria's ma_test_all

This makes an expected warning message about the index file's size, go away,
as intended.


storage/maria/ma_test_all.sh:
  importing change made to MyISAM's mi_test_all, into Maria's ma_test_all
  This makes an expected warning message about the index file's size, go away,
  as intended.
This commit is contained in:
unknown 2006-11-10 16:18:10 +01:00
parent 4510971399
commit f6edbbc85f

View file

@ -79,7 +79,8 @@ if test -f ma_test1$MACH ; then suffix=$MACH ; else suffix=""; fi
# check of maria_pack / maria_chk
./maria_pack$suffix --force -s test1
./maria_chk$suffix -es test1
# Ignore error for index file
./maria_chk$suffix -es test1 2>&1 >& /dev/null
./maria_chk$suffix -rqs test1
./maria_chk$suffix -es test1
./maria_chk$suffix -rs test1