mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
merge 10.0-base -> 10.0
This commit is contained in:
commit
e5746665c9
41 changed files with 278 additions and 203 deletions
|
|
@ -192,7 +192,7 @@ public:
|
|||
(PREV_BITS(key_part_map, max_loose_keypart+1) & // (3)
|
||||
(found_part | loose_scan_keyparts)) == // (3)
|
||||
PREV_BITS(key_part_map, max_loose_keypart+1) && // (3)
|
||||
!key_uses_partial_cols(s->table, key))
|
||||
!key_uses_partial_cols(s->table->s, key))
|
||||
{
|
||||
/* Ok, can use the strategy */
|
||||
part1_conds_met= TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue