提交 f6fef3e9 编写于 作者: wmmhello's avatar wmmhello

feat:add privilege for schemaless

上级 fcba7e32
......@@ -1243,11 +1243,11 @@ int sml_td24070_Test() {
ASSERT(taos_errno(pRes) == 0);
taos_free_result(pRes);
pRes = taos_query(taos, "grant read on td24070_write.t_035c845c1a3df238c54d9b8f1a8844bd to test_tb_read");
pRes = taos_query(taos, "grant read on td24070_write.stb2 with t1=1 to test_tb_read");
ASSERT(taos_errno(pRes) == 0);
taos_free_result(pRes);
pRes = taos_query(taos, "grant write on td24070_write.t_035c845c1a3df238c54d9b8f1a8844bd to test_tb_write");
pRes = taos_query(taos, "grant write on td24070_write.stb2 with t1=1 to test_tb_write");
ASSERT(taos_errno(pRes) == 0);
taos_free_result(pRes);
taos_close(taos);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册