set sql_mode default value has NO_AUTO_CREATE_USER

This commit is contained in:
jingtaoye35
2023-10-23 03:13:59 +00:00
committed by ob-robot
parent 7c87556fc0
commit 4100c25d0a
3 changed files with 4 additions and 6 deletions

View File

@ -291,7 +291,7 @@ static struct VarsInit{
}();
[&] (){
ObSysVars[15].default_value_ = "12582912" ;
ObSysVars[15].default_value_ = "281018368" ;
ObSysVars[15].on_update_func_ = "ObSysVarOnUpdateFuncs::update_sql_mode" ;
ObSysVars[15].name_ = "sql_mode" ;
ObSysVars[15].data_type_ = ObUInt64Type ;