mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.10 into 10.11
This commit is contained in:
@@ -5312,7 +5312,7 @@ make_join_statistics(JOIN *join, List<TABLE_LIST> &tables_list,
|
||||
/* Initialize POSITION objects */
|
||||
for (i=0 ; i <= table_count ; i++)
|
||||
(void) new ((char*) (join->positions + i)) POSITION;
|
||||
for (i=0 ; i <= sort_space ; i++)
|
||||
for (i=0 ; i < sort_space ; i++)
|
||||
(void) new ((char*) (join->sort_positions + i)) POSITION;
|
||||
|
||||
join->best_ref= stat_vector;
|
||||
|
Reference in New Issue
Block a user