More comments
This commit is contained in:
parent
d841ea23ef
commit
4779af2921
@ -38,6 +38,12 @@ typedef struct st_key_part {
|
|||||||
} KEY_PART;
|
} KEY_PART;
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
A "MIN_TUPLE < tbl.key_tuple < MAX_TUPLE" interval.
|
||||||
|
|
||||||
|
One of endpoints may be absent. 'flags' member has flags which tell whether
|
||||||
|
the endpoints are '<' or '<='.
|
||||||
|
*/
|
||||||
class QUICK_RANGE :public Sql_alloc {
|
class QUICK_RANGE :public Sql_alloc {
|
||||||
public:
|
public:
|
||||||
uchar *min_key,*max_key;
|
uchar *min_key,*max_key;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user