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 b8d42a9 commit c2931fcCopy full SHA for c2931fc
src/main/java/com/alipay/oceanbase/rpc/ObGlobal.java
@@ -87,8 +87,7 @@ public static boolean isLsOpSupport() {
87
}
88
89
public static boolean isFtsQuerySupport() {
90
- // tmp use, before merge to master, we should change 435 to 4351
91
- return OB_VERSION >= OB_VERSION_4_3_5_0;
+ return OB_VERSION >= OB_VERSION_4_3_5_1;
92
93
94
public static boolean isReturnOneResultSupport() {
0 commit comments