mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 06:05:32 +02:00
The pilot implementation of mwl#250: Use the statistics from persistent
statistical tables instead of the statistics provided by engine.
This commit is contained in:
parent
ff3d16fba8
commit
1c0a89afcc
15 changed files with 706 additions and 52 deletions
|
|
@ -315,6 +315,7 @@ int open_and_lock_tables_derived(THD *thd, TABLE_LIST *tables, bool derived);
|
|||
int read_statistics_for_table(THD *thd, TABLE *table);
|
||||
int collect_statistics_for_table(THD *thd, TABLE *table);
|
||||
int update_statistics_for_table(THD *thd, TABLE *table);
|
||||
void set_statistics_for_table(THD *thd, TABLE *table);
|
||||
|
||||
extern "C" int simple_raw_key_cmp(void* arg, const void* key1,
|
||||
const void* key2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue