mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
5.3->5.5 merge
This commit is contained in:
commit
effed09bd7
119 changed files with 10421 additions and 890 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue