mirror of
https://github.com/MariaDB/server.git
synced 2025-08-11 09:43:05 +03:00
Better comments
This commit is contained in:
@@ -24707,6 +24707,11 @@ void JOIN::cache_const_exprs()
|
|||||||
- quick and ref(const) use different cost formulas, so if both are possible
|
- quick and ref(const) use different cost formulas, so if both are possible
|
||||||
we should make a cost-based choice.
|
we should make a cost-based choice.
|
||||||
|
|
||||||
|
@param tab JOIN_TAB with table access (is NULL for single-table
|
||||||
|
UPDATE/DELETE)
|
||||||
|
@param read_time OUT Cost of reading using quick or ref(const) access.
|
||||||
|
|
||||||
|
|
||||||
@return
|
@return
|
||||||
true There was a possible quick or ref access, its cost is in the OUT
|
true There was a possible quick or ref access, its cost is in the OUT
|
||||||
parameters.
|
parameters.
|
||||||
|
Reference in New Issue
Block a user