mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
[t:4814] fix recovery_fileops_unit.tdb runner
git-svn-id: file:///svn/toku/tokudb@43405 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
c484a47725
commit
f9e6f808ac
1 changed files with 1 additions and 6 deletions
|
@ -48,12 +48,7 @@ do
|
|||
do
|
||||
for h in $hset
|
||||
do
|
||||
test $O != c || true
|
||||
test $c -eq 0 || true
|
||||
test $b -eq 0 || true
|
||||
test $e -eq 0 || true
|
||||
test $d -eq 1 || true
|
||||
if true #[[ ( $O != c ) -a ( $c -eq 0 ) -a ( ( $b -eq 0 ) -o ( $e -eq 0 ) -o ( $d -eq 1 ) ) ]]
|
||||
if [[ "$O" != "c" && $c -eq 0 && ( $b -eq 0 || $e -eq 0 || $d -eq 1 ) ]]
|
||||
then
|
||||
iset="0 1"
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue