add some scripts
This commit is contained in:
parent
55fa8b060a
commit
0ba8636c84
|
@ -36,7 +36,7 @@ sql show d1.vgroups
|
||||||
if $rows != 1 then
|
if $rows != 1 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
if $data00 != 1 then
|
if $data00 != 2 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
if $data01 != 4 then
|
if $data01 != 4 then
|
||||||
|
@ -75,7 +75,7 @@ sql show d1.vgroups
|
||||||
if $rows != 1 then
|
if $rows != 1 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
if $data00 != 1 then
|
if $data00 != 2 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
if $data01 != 3 then
|
if $data01 != 3 then
|
||||||
|
|
|
@ -36,7 +36,7 @@ sql show d1.vgroups
|
||||||
if $rows != 1 then
|
if $rows != 1 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
if $data00 != 1 then
|
if $data00 != 2 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
if $data01 != 4 then
|
if $data01 != 4 then
|
||||||
|
|
Loading…
Reference in New Issue