mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
Small comments fix
This commit is contained in:
parent
82973c72ae
commit
b38206978d
1 changed files with 5 additions and 0 deletions
|
@ -5824,6 +5824,11 @@ check_quick_select(PARAM *param,uint idx,SEL_ARG *tree)
|
||||||
param->is_ror_scan is cleared if the function detects that the key scan is
|
param->is_ror_scan is cleared if the function detects that the key scan is
|
||||||
not a Rowid-Ordered Retrieval scan ( see comments for is_key_scan_ror
|
not a Rowid-Ordered Retrieval scan ( see comments for is_key_scan_ror
|
||||||
function for description of which key scans are ROR scans)
|
function for description of which key scans are ROR scans)
|
||||||
|
|
||||||
|
RETURN
|
||||||
|
#records E(#records) for given subtree
|
||||||
|
HA_POS_ERROR if subtree cannot be used for record retrieval
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static ha_rows
|
static ha_rows
|
||||||
|
|
Loading…
Add table
Reference in a new issue