mirror of
https://github.com/MariaDB/server.git
synced 2025-08-16 18:19:41 +00:00
Merge 10.6 into 10.11
This commit is contained in:
@ -135,7 +135,7 @@ maria_declare_plugin_end;
|
||||
MYSQL_PLUGIN_EXPORT
|
||||
char *ed25519_password(UDF_INIT *initid __attribute__((unused)),
|
||||
UDF_ARGS *args, char *result, unsigned long *length,
|
||||
char *is_null, char *error __attribute__((unused)))
|
||||
unsigned char *is_null, unsigned char *error __attribute__((unused)))
|
||||
{
|
||||
unsigned char pk[CRYPTO_PUBLICKEYBYTES];
|
||||
|
||||
|
Reference in New Issue
Block a user