mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +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:
@@ -56,7 +56,7 @@ extern ST_SCHEMA_TABLE query_response_time_table;
|
||||
#ifdef HAVE_RESPONSE_TIME_DISTRIBUTION
|
||||
extern void query_response_time_init ();
|
||||
extern void query_response_time_free ();
|
||||
extern void query_response_time_flush ();
|
||||
extern int query_response_time_flush ();
|
||||
extern void query_response_time_collect(ulonglong query_time);
|
||||
extern int query_response_time_fill (THD* thd, TABLE_LIST *tables, COND *cond);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user