[CP] [FEAT MERGE] CRASH ERROR include SQL_INFO 2.0

This commit is contained in:
tushicheng
2024-03-14 07:45:26 +00:00
committed by ob-robot
parent eb197925b7
commit d6e0624219
19 changed files with 75 additions and 33 deletions

View File

@ -157,6 +157,9 @@ OB_DEF_DESERIALIZE(ObTask)
LST_DO_CODE(OB_UNIS_DECODE, max_sql_no_);
ObString sql_string;
OB_UNIS_DECODE(sql_string);
if(OB_SUCC(ret)) {
set_sql_string(sql_string);
}
return ret;
}