Merge branch 'column_store'
Co-authored-by: wangt1xiuyi <13547954130@163.com> Co-authored-by: yangqise7en <877793735@qq.com> Co-authored-by: Zach41 <zach_41@163.com>
This commit is contained in:
@ -101,6 +101,8 @@ int ObExprGetSysVar::calc_result_type2(ObExprResType &type,
|
||||
OX(type.set_collation_type(conn_coll));
|
||||
}
|
||||
}
|
||||
} else if (ob_is_int_tc(data_type)) {
|
||||
type.set_accuracy(ObAccuracy::MAX_ACCURACY2[lib::is_oracle_mode()][data_type]);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user