mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6
This commit is contained in:
@@ -3695,13 +3695,13 @@ public:
|
||||
/*
|
||||
Cost to materialize - execute the sub-join and write rows into temp.table
|
||||
*/
|
||||
COST_VECT materialization_cost;
|
||||
Cost_estimate materialization_cost;
|
||||
|
||||
/* Cost to make one lookup in the temptable */
|
||||
COST_VECT lookup_cost;
|
||||
Cost_estimate lookup_cost;
|
||||
|
||||
/* Cost of scanning the materialized table */
|
||||
COST_VECT scan_cost;
|
||||
Cost_estimate scan_cost;
|
||||
|
||||
/* --- Execution structures ---------- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user