修复mysql协议下多命令结果错误问题

This commit is contained in:
chenxiaobin19
2024-10-26 14:15:48 +08:00
parent 383eac9ac3
commit e6fa13aeb0
3 changed files with 4 additions and 0 deletions

View File

@ -1258,6 +1258,7 @@ typedef struct knl_u_proc_context {
char* TblspcMapFile;
bool registerAbortBackupHandlerdone; /* unterminated backups handler flag */
bool check_auth;
bool nextQuery; /* for B-cmpt protocal */
} knl_u_proc_context;
/* maximum possible number of fields in a date string */