mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Removed /2 of InnoDB ref_per_key[] estimates
The original code was there to favor index search over table scan. This is not needed anymore as the cost calculations for table scans and index lookups are now more exact.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
cardinality
|
||||
2
|
||||
1
|
||||
Table Op Msg_type Msg_text
|
||||
test.bug57252 analyze status Engine-independent statistics collected
|
||||
test.bug57252 analyze status OK
|
||||
|
Reference in New Issue
Block a user