提交 3a37e5d1 编写于 作者: D dapan1121

fix bug

上级 54f4c61c
......@@ -947,7 +947,7 @@ int main(int argc, char *argv[]) {
printf("server info: %s\n", info);
info = taos_get_client_info(taos);
printf("client info: %s\n", info);
#if 0
printf("************ verify query *************\n");
verify_query(taos);
......@@ -956,24 +956,20 @@ int main(int argc, char *argv[]) {
printf("*********** verify subscribe ************\n");
verify_subscribe(taos);
#endif
printf("************ verify prepare *************\n");
verify_prepare(taos);
printf("************ verify prepare2 *************\n");
verify_prepare2(taos);
printf("************ verify prepare3 *************\n");
verify_prepare3(taos);
#if 0
printf("************ verify stream *************\n");
verify_stream(taos);
printf("done\n");
#endif
taos_close(taos);
taos_cleanup();
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册