1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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

@ -17,9 +17,9 @@
/**
@file
Authentication Plugin API.
Password Validation Plugin API.
This file defines the API for server authentication plugins.
This file defines the API for server password validation plugins.
*/
#define MYSQL_PLUGIN_PASSWORD_VALIDATION_INCLUDED
@ -31,7 +31,7 @@
/**
Password validation plugin descriptor
*/
struct st_mysql_password_validation
struct st_mariadb_password_validation
{
int interface_version; /**< version plugin uses */
/**