1
0
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:
Alexander Barkov
2019-06-16 07:51:59 +04:00
parent 984d7100cd
commit 4156b1a260
23 changed files with 1143 additions and 978 deletions

View File

@ -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);