change msg number
This commit is contained in:
parent
4d04f0f44d
commit
28584839ea
|
@ -179,10 +179,10 @@ typedef enum _mgmt_table {
|
|||
#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_ADD_WRITE_STABLE 0xF
|
||||
#define TSDB_ALTER_USER_REMOVE_WRITE_STABLE 0x10
|
||||
#define TSDB_ALTER_USER_ADD_ALL_STABLE 0x11
|
||||
#define TSDB_ALTER_USER_REMOVE_ALL_STABLE 0x12
|
||||
|
||||
#define TSDB_ALTER_USER_PRIVILEGES 0x2
|
||||
|
||||
|
|
Loading…
Reference in New Issue