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

Merge 11.4 into 11.8

This commit is contained in:
Aleksey Midenkov
2025-09-29 15:24:46 +03:00
452 changed files with 9303 additions and 4989 deletions

View File

@@ -697,6 +697,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
{