提交 e958793d 编写于 作者: S slguan

Modify a wrong commit

上级 02e39aab
...@@ -364,7 +364,7 @@ int64_t sdbInsertRow(void *handle, void *row, int rowSize) { ...@@ -364,7 +364,7 @@ int64_t sdbInsertRow(void *handle, void *row, int rowSize) {
return -1; return -1;
} }
if ((pTable->keyType != SDB_KEYTYPE_AUTO) || *((int32_t *)row)) if ((pTable->keyType != SDB_KEYTYPE_AUTO) || *((int64_t *)row))
if (sdbGetRow(handle, row)) { if (sdbGetRow(handle, row)) {
if (strcmp(pTable->name, "mnode") == 0) { if (strcmp(pTable->name, "mnode") == 0) {
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册