提交 cc02f3a6 编写于 作者: Z zhaoyanggh

change type

上级 9e7feb03
...@@ -11480,14 +11480,16 @@ static int insertTestProcess() { ...@@ -11480,14 +11480,16 @@ static int insertTestProcess() {
if (stbInfo->schemaless) { if (stbInfo->schemaless) {
fprintf(stderr, fprintf(stderr,
"start schemaless insert into %" PRId64 "start schemaless insert into %" PRId64
" table(s) for %ld records each with %d " " table(s) for %" PRId64
" records each with %d "
"thread(s)\n\n", "thread(s)\n\n",
g_totalChildTables, stbInfo->insertRows, g_totalChildTables, stbInfo->insertRows,
g_Dbs.threadCount); g_Dbs.threadCount);
if (g_fpOfInsertResult) { if (g_fpOfInsertResult) {
fprintf(g_fpOfInsertResult, fprintf(g_fpOfInsertResult,
"start schemaless insert into %" PRId64 "start schemaless insert into %" PRId64
" table(s) for %ld records each with %d " " table(s) for %" PRId64
" records each with %d "
"thread(s)\n\n", "thread(s)\n\n",
g_totalChildTables, stbInfo->insertRows, g_totalChildTables, stbInfo->insertRows,
g_Dbs.threadCount); g_Dbs.threadCount);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册