summaryrefslogtreecommitdiff
path: root/include/mysql/plugin_auth_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mysql/plugin_auth_common.h')
-rw-r--r--include/mysql/plugin_auth_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql/plugin_auth_common.h b/include/mysql/plugin_auth_common.h
index 820d299bf88..c0b61730d0d 100644
--- a/include/mysql/plugin_auth_common.h
+++ b/include/mysql/plugin_auth_common.h
@@ -28,7 +28,7 @@
#define MYSQL_PLUGIN_AUTH_COMMON_INCLUDED
/** the max allowed length for a user name */
-#define MYSQL_USERNAME_LENGTH 48
+#define MYSQL_USERNAME_LENGTH 512
/**
return values of the plugin authenticate_user() method.