mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge branch '10.5' into 10.6
This commit is contained in:
@@ -985,7 +985,8 @@ SplM_plan_info * JOIN_TAB::choose_best_splitting(uint idx,
|
||||
table_map needed_in_prefix= 0;
|
||||
do
|
||||
{
|
||||
if (keyuse_ext->needed_in_prefix & remaining_tables)
|
||||
if (keyuse_ext->needed_in_prefix &
|
||||
(remaining_tables | this->join->sjm_lookup_tables))
|
||||
{
|
||||
keyuse_ext++;
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user