mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-16266 - New command FLUSH SSL to reload server's SSL certificate(private key,CRL,etc)
This commit is contained in:
@@ -231,6 +231,7 @@ enum enum_indicator_type
|
||||
#define REFRESH_DES_KEY_FILE (1ULL << 18)
|
||||
#define REFRESH_USER_RESOURCES (1ULL << 19)
|
||||
#define REFRESH_FOR_EXPORT (1ULL << 20) /* FLUSH TABLES ... FOR EXPORT */
|
||||
#define REFRESH_SSL (1ULL << 21)
|
||||
|
||||
#define REFRESH_GENERIC (1ULL << 30)
|
||||
#define REFRESH_FAST (1ULL << 31) /* Intern flag */
|
||||
|
Reference in New Issue
Block a user