Skip to content

Commit 784bcb8

Browse files
committed
add version control for batch get
1 parent fb4ca5b commit 784bcb8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/alipay/oceanbase/rpc/ObGlobal.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,13 @@ public static boolean isReturnOneResultSupport() {
9393

9494
public static final long OB_VERSION_4_2_3_0 = calcVersion(4, (short) 2, (byte) 3, (byte) 0);
9595

96+
public static final long OB_VERSION_4_2_5_1 = calcVersion(4, (short) 2, (byte) 5, (byte) 1);
97+
9698
public static final long OB_VERSION_4_3_0_0 = calcVersion(4, (short) 3, (byte) 0, (byte) 0);
9799

98100
public static final long OB_VERSION_4_3_4_0 = calcVersion(4, (short) 3, (byte) 4, (byte) 0);
99101

102+
public static final long OB_VERSION_4_3_5_0 = calcVersion(4, (short) 3, (byte) 5, (byte) 0);
103+
100104
public static long OB_VERSION = calcVersion(0, (short) 0, (byte) 0, (byte) 0);
101105
}

0 commit comments

Comments
 (0)