mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
remove duplicated like
This commit is contained in:
parent
f47124c9ef
commit
af71da5d2f
1 changed files with 0 additions and 2 deletions
|
@ -209,8 +209,6 @@ enum enum_server_command
|
|||
#define CLIENT_MULTI_RESULTS (1UL << 17) /* Enable/disable multi-results */
|
||||
#define CLIENT_PS_MULTI_RESULTS (1UL << 18) /* Multi-results in PS-protocol */
|
||||
|
||||
#define CLIENT_PLUGIN_AUTH (1UL << 19) /* Client supports plugin authentication */
|
||||
|
||||
#define CLIENT_PLUGIN_AUTH (1UL << 19) /* Client supports plugin authentication */
|
||||
#define CLIENT_CONNECT_ATTRS (1UL << 20) /* Client supports connection attributes */
|
||||
/* Enable authentication response packet to be larger than 255 bytes. */
|
||||
|
|
Loading…
Reference in a new issue