1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Merge mariadb-10.5.21 into 10.5

This commit is contained in:
Marko Mäkelä
2023-06-07 15:31:55 +03:00
17 changed files with 316 additions and 68 deletions

View File

@ -696,6 +696,7 @@ typedef struct st_join_table {
void add_keyuses_for_splitting();
SplM_plan_info *choose_best_splitting(uint idx,
table_map remaining_tables,
const POSITION *join_positions,
table_map *spl_pd_boundary);
bool fix_splitting(SplM_plan_info *spl_plan, table_map excluded_tables,
bool is_const_table);