mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
cleanup: add 'const' to password validation API
This commit is contained in:
@@ -531,6 +531,6 @@ void thd_wakeup_subsequent_commits(void* thd, int wakeup_error);
|
||||
struct st_mariadb_password_validation
|
||||
{
|
||||
int interface_version;
|
||||
int (*validate_password)(MYSQL_CONST_LEX_STRING *username,
|
||||
MYSQL_CONST_LEX_STRING *password);
|
||||
int (*validate_password)(const MYSQL_CONST_LEX_STRING *username,
|
||||
const MYSQL_CONST_LEX_STRING *password);
|
||||
};
|
||||
|
Reference in New Issue
Block a user