add stb msg
This commit is contained in:
parent
daaf4871ac
commit
4d04f0f44d
|
@ -177,6 +177,12 @@ typedef enum _mgmt_table {
|
|||
#define TSDB_ALTER_USER_SYSINFO 0xA
|
||||
#define TSDB_ALTER_USER_ADD_SUBSCRIBE_TOPIC 0xB
|
||||
#define TSDB_ALTER_USER_REMOVE_SUBSCRIBE_TOPIC 0xC
|
||||
#define TSDB_ALTER_USER_ADD_READ_STABLE 0xD
|
||||
#define TSDB_ALTER_USER_REMOVE_READ_STABLE 0xE
|
||||
#define TSDB_ALTER_USER_ADD_WRITE_STABLE 0x10
|
||||
#define TSDB_ALTER_USER_REMOVE_WRITE_STABLE 0x11
|
||||
#define TSDB_ALTER_USER_ADD_ALL_STABLE 0x12
|
||||
#define TSDB_ALTER_USER_REMOVE_ALL_STABLE 0x13
|
||||
|
||||
#define TSDB_ALTER_USER_PRIVILEGES 0x2
|
||||
|
||||
|
|
Loading…
Reference in New Issue