We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a124bba commit e032677Copy full SHA for e032677
src/main/java/com/alipay/oceanbase/rpc/ObGlobal.java
@@ -87,7 +87,8 @@ public static boolean isLsOpSupport() {
87
}
88
89
public static boolean isFtsQuerySupport() {
90
- return OB_VERSION >= OB_VERSION_4_3_5_1;
+ // tmp use, before merge to master, we should change 435 to 4351
91
+ return OB_VERSION >= OB_VERSION_4_3_5_0;
92
93
94
public static boolean isReturnOneResultSupport() {
0 commit comments