mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
5.3->5.5 merge
This commit is contained in:
@ -170,7 +170,7 @@ public:
|
||||
PREV_BITS(ulonglong, s->emb_sj_nest->sj_in_exprs) && // (2)
|
||||
(PREV_BITS(key_part_map, max_loose_keypart+1) & // (3)
|
||||
(found_part | loose_scan_keyparts)) == // (3)
|
||||
(found_part | loose_scan_keyparts) && // (3)
|
||||
PREV_BITS(key_part_map, max_loose_keypart+1) && // (3)
|
||||
!key_uses_partial_cols(s->table, key))
|
||||
{
|
||||
/* Ok, can use the strategy */
|
||||
|
Reference in New Issue
Block a user