change is_spilt_tenant_data_version
This commit is contained in:
parent
fa0bda2249
commit
dce2b1b7b2
@ -31,7 +31,7 @@
|
||||
#include "storage/mview/ob_mview_sched_job_utils.h"
|
||||
#include "sql/session/ob_basic_session_info.h"
|
||||
#define TO_TS(second) (1000000L * second)
|
||||
#define IS_SPLIT_TENANT_DATA_VERSION ((GET_MIN_CLUSTER_VERSION() >= CLUSTER_VERSION_4_3_4_0))
|
||||
#define IS_SPLIT_TENANT_DATA_VERSION ((GET_MIN_CLUSTER_VERSION() > MOCK_CLUSTER_VERSION_4_2_5_0 && GET_MIN_CLUSTER_VERSION() < CLUSTER_VERSION_4_3_0_0) || (GET_MIN_CLUSTER_VERSION() >= CLUSTER_VERSION_4_3_4_0))
|
||||
namespace oceanbase
|
||||
{
|
||||
using namespace common;
|
||||
|
Loading…
x
Reference in New Issue
Block a user