mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
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:
parent
4510971399
commit
f6edbbc85f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue