fix mac clang compile error.

This commit is contained in:
Shuduo Sang 2021-05-14 14:48:14 +08:00
parent d09691a892
commit c091f2733c
1 changed files with 2 additions and 0 deletions

View File

@ -4788,6 +4788,8 @@ static int64_t execInsert(threadInfo *pThreadInfo, uint64_t k)
__func__, __LINE__);
exit(-1);
}
affectedRows = k;
} else {
errorPrint("%s() LN%d: unknown insert mode: %d\n",
__func__, __LINE__, superTblInfo->insertMode);