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:
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user