more meta

This commit is contained in:
Hongze Cheng 2022-03-28 09:19:19 +00:00
parent 82aeb1ba00
commit 0b336e6939
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ tb_uid_t metaCtbCursorNext(SMCtbCursor *pCtbCur) {
int metaGetTbNum(SMeta *pMeta) { int metaGetTbNum(SMeta *pMeta) {
// TODO // TODO
ASSERT(0); // ASSERT(0);
return 0; return 0;
} }