1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

MDEV-33834 post-merge

* move TLS version into the "object" column
* show that TLS version follows db name
* correctly check for have_ssl
This commit is contained in:
Sergei Golubchik
2025-03-19 21:33:46 +01:00
parent 2b464774f2
commit c1f2b5a141
4 changed files with 33 additions and 27 deletions

View File

@@ -102,6 +102,7 @@ struct mysql_event_connection
const char *ip;
unsigned int ip_length;
MYSQL_CONST_LEX_STRING database;
/* Added in version 0x303 */
const char *tls_version;
unsigned int tls_version_length;
};