1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00
This commit is contained in:
Igor Babaev
2014-03-19 14:58:29 -07:00
6 changed files with 257 additions and 40 deletions

View File

@ -288,7 +288,7 @@ typedef struct st_join_table {
double read_time;
/* Copy of POSITION::records_read, set by get_best_combination() */
double records_read;
double records_read;
/* The selectivity of the conditions that can be pushed to the table */
double cond_selectivity;