Feature/sangshuduo/td 5875 taosdemo ue improve (#7617)

* [TD-5875]<featur>: taosdemo show progress

* empty commit for CI

* better msg for create child table.

* fix total child tables bug.
This commit is contained in:
Shuduo Sang 2021-08-26 16:34:18 +08:00 committed by GitHub
parent 6a9b3f04d5
commit 8451d26680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -640,7 +640,7 @@ SArguments g_args = {
static SDbs g_Dbs;
static int64_t g_totalChildTables = 0;
static int64_t g_totalChildTables = DEFAULT_CHILDTABLES;
static int64_t g_actualChildTables = 0;
static SQueryMetaInfo g_queryInfo;
static FILE * g_fpOfInsertResult = NULL;
@ -9157,6 +9157,7 @@ int main(int argc, char *argv[]) {
debugPrint("meta file: %s\n", g_args.metaFile);
if (g_args.metaFile) {
g_totalChildTables = 0;
initOfInsertMeta();
initOfQueryMeta();