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

WL#1054: code style remarks fixed.

This commit is contained in:
Georgi Kodinov
2010-09-20 19:38:27 +03:00
parent 353739fdef
commit 5f9c629da0
5 changed files with 323 additions and 308 deletions

View File

@ -30,6 +30,13 @@
#include <mysql/plugin_auth_common.h>
/* defines for MYSQL_SERVER_AUTH_INFO.password_used */
#define PASSWORD_USED_NO 0
#define PASSWORD_USED_YES 1
#define PASSWORD_USED_NO_MENTION 2
/**
Provides server plugin access to authentication information
*/