1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Added missing error messages for wrong protocol

moved connection handler into net->extension (ABI break)
This commit is contained in:
Georg Richter
2016-02-23 13:50:14 +01:00
parent 38b78704e0
commit 8620b754ea
10 changed files with 74 additions and 48 deletions

View File

@@ -25,7 +25,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.