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:
parent
6a9b3f04d5
commit
8451d26680
|
@ -640,7 +640,7 @@ SArguments g_args = {
|
||||||
|
|
||||||
|
|
||||||
static SDbs g_Dbs;
|
static SDbs g_Dbs;
|
||||||
static int64_t g_totalChildTables = 0;
|
static int64_t g_totalChildTables = DEFAULT_CHILDTABLES;
|
||||||
static int64_t g_actualChildTables = 0;
|
static int64_t g_actualChildTables = 0;
|
||||||
static SQueryMetaInfo g_queryInfo;
|
static SQueryMetaInfo g_queryInfo;
|
||||||
static FILE * g_fpOfInsertResult = NULL;
|
static FILE * g_fpOfInsertResult = NULL;
|
||||||
|
@ -9157,6 +9157,7 @@ int main(int argc, char *argv[]) {
|
||||||
debugPrint("meta file: %s\n", g_args.metaFile);
|
debugPrint("meta file: %s\n", g_args.metaFile);
|
||||||
|
|
||||||
if (g_args.metaFile) {
|
if (g_args.metaFile) {
|
||||||
|
g_totalChildTables = 0;
|
||||||
initOfInsertMeta();
|
initOfInsertMeta();
|
||||||
initOfQueryMeta();
|
initOfQueryMeta();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue