提交 79b0d650 编写于 作者: Z zhaoyanggh

fix

上级 b961eadb
...@@ -854,6 +854,7 @@ int getMetaFromInsertJsonFile(cJSON *root) { ...@@ -854,6 +854,7 @@ int getMetaFromInsertJsonFile(cJSON *root) {
g_Dbs.db[i].superTbls[j].iface = STMT_IFACE; g_Dbs.db[i].superTbls[j].iface = STMT_IFACE;
} else if (0 == strcasecmp(stbIface->valuestring, "sml")) { } else if (0 == strcasecmp(stbIface->valuestring, "sml")) {
g_Dbs.db[i].superTbls[j].iface = SML_IFACE; g_Dbs.db[i].superTbls[j].iface = SML_IFACE;
g_args.iface = SML_IFACE;
} else { } else {
errorPrint( errorPrint(
"failed to read json, insert_mode %s not recognized\n", "failed to read json, insert_mode %s not recognized\n",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册