mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-19772 Add helper classes for ST_FIELD_INFO
This commit is contained in:
@ -22,7 +22,10 @@ class THD;
|
||||
struct ST_FIELD_INFO;
|
||||
typedef struct st_schema_table ST_SCHEMA_TABLE;
|
||||
|
||||
namespace Show {
|
||||
extern ST_FIELD_INFO query_profile_statistics_info[];
|
||||
} // namespace Show
|
||||
|
||||
int fill_query_profile_statistics_info(THD *thd, TABLE_LIST *tables, Item *cond);
|
||||
int make_profile_table_for_show(THD *thd, ST_SCHEMA_TABLE *schema_table);
|
||||
|
||||
|
Reference in New Issue
Block a user