mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
SHOW and FLUSH for I_S tables.
Extend existing plugins to support * SHOW QUERY_RESPONSE_TIME * FLUSH QUERY_RESPONSE_TIME * SHOW LOCALE move userstat tables to use the new API instead of hand-coded syntax
This commit is contained in:
@@ -186,11 +186,7 @@ enum enum_server_command
|
||||
#define REFRESH_USER_RESOURCES (1ULL << 19)
|
||||
#define REFRESH_FOR_EXPORT (1ULL << 20) /* FLUSH TABLES ... FOR EXPORT */
|
||||
|
||||
#define REFRESH_TABLE_STATS (1ULL << 27) /* Refresh table stats hash table */
|
||||
#define REFRESH_INDEX_STATS (1ULL << 28) /* Refresh index stats hash table */
|
||||
#define REFRESH_USER_STATS (1ULL << 29) /* Refresh user stats hash table */
|
||||
#define REFRESH_CLIENT_STATS (1ULL << 30) /* Refresh client stats hash table */
|
||||
|
||||
#define REFRESH_GENERIC (1ULL << 30)
|
||||
#define REFRESH_FAST (1ULL << 31) /* Intern flag */
|
||||
|
||||
#define CLIENT_LONG_PASSWORD 1 /* new more secure passwords */
|
||||
|
Reference in New Issue
Block a user