This commit is contained in:
Hongze Cheng 2021-12-05 15:40:22 +08:00
parent d3861996a4
commit 0953c45dcc
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ int metaSaveTableToDB(SMeta *pMeta, const STbCfg *pTbOptions) {
// "INSERT INTO stb_%" PRIu64 " VALUES (%" PRIu64 ", \'%s\', );");
rc = sqlite3_exec(pMeta->pDB, sql, NULL, NULL, &err);
if (rc != SQLITE_OK) {
printf("failed to create normal table since %s\n", err);
printf("failed to create child table since %s\n", err);
}
break;
default: