1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

password validation plugin API: renames

This commit is contained in:
Sergei Golubchik
2015-01-05 13:35:55 +01:00
parent 5e17ca565e
commit 0ce8703e99
5 changed files with 8 additions and 8 deletions

View File

@ -353,7 +353,7 @@ void *thd_get_ha_data(const void* thd, const struct handlerton *hton);
void thd_set_ha_data(void* thd, const struct handlerton *hton,
const void *ha_data);
void thd_wakeup_subsequent_commits(void* thd, int wakeup_error);
struct st_mysql_password_validation
struct st_mariadb_password_validation
{
int interface_version;
int (*validate_password)(MYSQL_LEX_STRING *username,