提交 b8304e81 编写于 作者: H Hongze Cheng

refact

上级 8cfcade6
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include "metaIdx.h" #include "metaIdx.h"
#include "metaOptions.h" #include "metaOptions.h"
#include "metaTbUid.h" #include "metaTbUid.h"
#include "metaTbOptions.h"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
int metaCreateTable(SMeta *pMeta, const STbOptions *pTbOptions) { int metaCreateTable(SMeta *pMeta, const STbOptions *pTbOptions) {
// Validate the tbOptions // Validate the tbOptions
if (metaValidateTbOptions(pTbOptions) < 0) { if (metaValidateTbOptions(pMeta, pTbOptions) < 0) {
// TODO: handle error // TODO: handle error
return -1; return -1;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册