[TD-3164]<fix>replace sub table name errro
This commit is contained in:
parent
881afc61be
commit
9f9e051735
|
@ -2809,7 +2809,7 @@ static bool getMetaFromInsertJsonFile(cJSON* root) {
|
||||||
if (batchCreateTbl && batchCreateTbl->type == cJSON_Number) {
|
if (batchCreateTbl && batchCreateTbl->type == cJSON_Number) {
|
||||||
g_Dbs.db[i].superTbls[j].batchCreateTableNum = batchCreateTbl->valueint;
|
g_Dbs.db[i].superTbls[j].batchCreateTableNum = batchCreateTbl->valueint;
|
||||||
} else if (!batchCreateTbl) {
|
} else if (!batchCreateTbl) {
|
||||||
g_Dbs.db[i].superTbls[j].batchCreateTableNum = 2000;
|
g_Dbs.db[i].superTbls[j].batchCreateTableNum = 1000;
|
||||||
} else {
|
} else {
|
||||||
printf("failed to read json, batch_create_tbl_num not found");
|
printf("failed to read json, batch_create_tbl_num not found");
|
||||||
goto PARSE_OVER;
|
goto PARSE_OVER;
|
||||||
|
|
Loading…
Reference in New Issue