[FEAT MERGE] 4.2.4 sql execution feature cp 4.3.4

Co-authored-by: qingsuijiu <642782632@qq.com>
Co-authored-by: jingtaoye35 <1255153887@qq.com>
Co-authored-by: cqliang1995 <cq.liang@outlook.com>
This commit is contained in:
obdev
2024-09-25 07:51:12 +00:00
committed by ob-robot
parent e5dbdc61a4
commit beb9f30a20
177 changed files with 5068 additions and 2651 deletions

View File

@ -3037,6 +3037,7 @@ question_mask_size: 0
|--[0],[T_ORG], str_value_=[], value=[9223372036854775807]
|--[0],[T_RELATION_FACTOR], str_value_=[t1], value=[9223372036854775807]
|--[1],[T_IDENT], str_value_=[t1], value=[9223372036854775807]
|--[5],[T_INT], str_value_=[], value=[0]
************** Case 157 ***************
create or replace outline out_name on select * from t1;
@ -3056,6 +3057,7 @@ question_mask_size: 0
|--[0],[T_ORG], str_value_=[], value=[9223372036854775807]
|--[0],[T_RELATION_FACTOR], str_value_=[t1], value=[9223372036854775807]
|--[1],[T_IDENT], str_value_=[t1], value=[9223372036854775807]
|--[5],[T_INT], str_value_=[], value=[0]
************** Case 158 ***************
create outline out_name on select * from t1;
@ -3074,6 +3076,7 @@ question_mask_size: 0
|--[0],[T_ORG], str_value_=[], value=[9223372036854775807]
|--[0],[T_RELATION_FACTOR], str_value_=[t1], value=[9223372036854775807]
|--[1],[T_IDENT], str_value_=[t1], value=[9223372036854775807]
|--[5],[T_INT], str_value_=[], value=[0]
************** Case 159 ***************
create outline out_name on select /*+ssssss*/* from t1;
@ -3092,6 +3095,7 @@ question_mask_size: 0
|--[0],[T_ORG], str_value_=[], value=[9223372036854775807]
|--[0],[T_RELATION_FACTOR], str_value_=[t1], value=[9223372036854775807]
|--[1],[T_IDENT], str_value_=[t1], value=[9223372036854775807]
|--[5],[T_INT], str_value_=[], value=[0]
************** Case 160 ***************
create outline out_name on select /*+ssssss*/* from t1 to select /*+ssssss*/* from t1;
@ -3118,6 +3122,7 @@ question_mask_size: 0
|--[0],[T_ORG], str_value_=[], value=[9223372036854775807]
|--[0],[T_RELATION_FACTOR], str_value_=[t1], value=[9223372036854775807]
|--[1],[T_IDENT], str_value_=[t1], value=[9223372036854775807]
|--[5],[T_INT], str_value_=[], value=[0]
************** Case 161 ***************
create outline out_name on select /*+ssssss*/* from t1 to select * from t1;
@ -3144,6 +3149,7 @@ question_mask_size: 0
|--[0],[T_ORG], str_value_=[], value=[9223372036854775807]
|--[0],[T_RELATION_FACTOR], str_value_=[t1], value=[9223372036854775807]
|--[1],[T_IDENT], str_value_=[t1], value=[9223372036854775807]
|--[5],[T_INT], str_value_=[], value=[0]
************** Case 162 ***************
create outline out_name on insert /*+ssssss*/ into t1 values(1, 2) to insert /*+ssssss*/ into t1 values(1, 2);
@ -3176,6 +3182,7 @@ question_mask_size: 0
|--[0],[T_INT], str_value_=[1], value=[1]
|--[1],[T_INT], str_value_=[2], value=[2]
|--[1],[T_INSERT], str_value_=[], value=[9223372036854775807]
|--[5],[T_INT], str_value_=[], value=[0]
************** Case 163 ***************
drop outline out_name;
@ -3185,6 +3192,7 @@ question_mask_size: 0
|--[0],[T_DROP_OUTLINE], str_value_=[], value=[0]
|--[0],[T_RELATION_FACTOR], str_value_=[out_name], value=[9223372036854775807]
|--[1],[T_IDENT], str_value_=[out_name], value=[9223372036854775807]
|--[1],[T_INT], str_value_=[], value=[0]
************** Case 164 ***************
drop outline db_name.out_name;
@ -3195,6 +3203,7 @@ question_mask_size: 0
|--[0],[T_RELATION_FACTOR], str_value_=[out_name], value=[9223372036854775807]
|--[0],[T_IDENT], str_value_=[db_name], value=[9223372036854775807]
|--[1],[T_IDENT], str_value_=[out_name], value=[9223372036854775807]
|--[1],[T_INT], str_value_=[], value=[0]
************** Case 165 ***************
create tenant tt1 replica_num = 1, primary_zone = 'zone1', resource_pool_list = ('zone1') set ob_tcp_invited_nodes='%';