提交 c387c8af 编写于 作者: G Ganlin Zhao

fixed mac compilation error

上级 977c67d5
......@@ -1028,7 +1028,7 @@ static int32_t checkCreateVgroupTable(int32_t vgId) {
code = taos_errno(result);
if (code != 0) {
create_table = true;
snprintf(subsql, SQL_LENGTH, "create table if not exists %s.vgroup_%d using %s.vgroups_info tags(%d)",
snprintf(subsql, sizeof(subsql), "create table if not exists %s.vgroup_%d using %s.vgroups_info tags(%d)",
tsMonitorDbName, vgId, tsMonitorDbName, vgId);
monError("table vgroup_%d not exist, create table vgroup_%d", vgId, vgId);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册