Skip to content

Commit c573de9

Browse files
committed
mtit commit 12
1 parent 546f1b0 commit c573de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oltp/xcchange.rwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ execute at rwloadsim
8787
where hostname=:myhost and key=:mykey
8888
/
8989
end if;
90-
if mtittype is not null and mtittype between 0 and 10 then
90+
if mtittype is not null and mtittype >= 0 then
9191
update oltpxc set mtittype=:mtittype
9292
where hostname=:myhost and key=:mykey
9393
/

0 commit comments

Comments
 (0)