提交 03ff3309 编写于 作者: H Hongze Cheng

more TDB

上级 f3200438
......@@ -19,7 +19,7 @@ TEST(tdb_test, simple_test) {
char key[64];
char val[64];
for (int i = 1; i <= 86; i++) {
for (int i = 1; i <= 92; i++) {
sprintf(key, "key%d", i);
sprintf(key, "value%d", i);
ret = tdbDbInsert(pDb, key, strlen(key), val, strlen(val));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册