[TD-2810]<fix> no init threads for create tables

This commit is contained in:
plum-lihui 2021-01-21 18:11:29 +08:00
parent 71ab0a62eb
commit 81e7bc6ca3
1 changed files with 1 additions and 0 deletions

View File

@ -4507,6 +4507,7 @@ void setParaFromArg(){
strncpy(g_Dbs.db[0].superTbls[0].sTblName, "meters", MAX_TB_NAME_SIZE);
g_Dbs.db[0].superTbls[0].childTblCount = g_args.num_of_tables;
g_Dbs.threadCount = g_args.num_of_threads;
g_Dbs.threadCountByCreateTbl = 1;
g_Dbs.queryMode = g_args.mode;
g_Dbs.db[0].superTbls[0].autoCreateTable = PRE_CREATE_SUBTBL;