summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-11-19 14:01:16 +0100
committerSergei Golubchik <serg@mariadb.org>2015-11-19 14:01:16 +0100
commitaf71da5d2f90c82b2357e808640003907c488bc2 (patch)
treef2070d1b79271d2866a750e48dbd01d615a0983a
parentf47124c9ef58d0f0e02d6c0ce616a7397420f99b (diff)
downloadmariadb-git-af71da5d2f90c82b2357e808640003907c488bc2.tar.gz
remove duplicated like
-rw-r--r--include/mysql_com.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h
index a226c59bc9b..a3790a44c1d 100644
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -210,8 +210,6 @@ enum enum_server_command
#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. */
#define CLIENT_PLUGIN_AUTH_LENENC_CLIENT_DATA (1UL << 21)