mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 20:37:12 +02:00
Merge branch '10.11' into 11.4
Some checks failed
Build on Windows ARM64 / build (push) Has been cancelled
Some checks failed
Build on Windows ARM64 / build (push) Has been cancelled
This commit is contained in:
commit
89c7e2b9c7
196 changed files with 4538 additions and 1167 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue