modify default ob_create_table_strict_mode to 0

This commit is contained in:
caifeizhi
2022-03-21 14:35:06 +08:00
committed by LINxiansheng
parent 4f1f1b93b9
commit 17fabd983a
16 changed files with 42 additions and 56 deletions

View File

@ -19,7 +19,7 @@ namespace oceanbase
{
namespace share
{
// ObSysVarFlag的值不可随意增删改, 有任何增删改要同时同步到sql/session/gen_ob_sys_variables.pyflag_value_dict变量中
// ObSysVarFlag can not modified arbitrarily, all change should be synchronized to sql/session/gen_ob_sys_variables.py flag_value_dict
struct ObSysVarFlag
{
const static int64_t NONE = 0LL;