1
0
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:
serg@serg.mysql.com
2002-12-10 00:07:25 +01:00
parent 94cb1daa52
commit 9a3f3a124d

View File

@@ -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);
}
}