1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-08 00:28:29 +03:00

MDEV-37600 Backpoint MDEV-9804 Implement a caching_sha2_password plugin

but without caching
This commit is contained in:
Sergei Golubchik
2025-05-04 19:13:43 +02:00
committed by Vladislav Vaintroub
parent acd3db4e44
commit c0233a09ee
30 changed files with 1080 additions and 4 deletions

View File

@@ -682,6 +682,7 @@ typedef struct st_plugin_vio_info
enum { MYSQL_VIO_INVALID, MYSQL_VIO_TCP, MYSQL_VIO_SOCKET,
MYSQL_VIO_PIPE, MYSQL_VIO_MEMORY } protocol;
int socket;
int tls;
} MYSQL_PLUGIN_VIO_INFO;
typedef struct st_plugin_vio
{