mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
incorrect bugfix removed. EQ+BETWEEN still cannot be optimized :(
This commit is contained in:
@@ -1267,7 +1267,7 @@ make_join_statistics(JOIN *join,TABLE_LIST *tables,COND *conds,
|
||||
select->quick=0;
|
||||
if (records != HA_POS_ERROR)
|
||||
{
|
||||
s->records=s->found_records=records;
|
||||
s->found_records=records;
|
||||
s->read_time= (ha_rows) (s->quick ? s->quick->read_time : 0.0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user