mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 10:57:54 +02:00
More comments
This commit is contained in:
parent
d841ea23ef
commit
4779af2921
1 changed files with 6 additions and 0 deletions
|
|
@ -38,6 +38,12 @@ typedef struct st_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 {
|
||||
public:
|
||||
uchar *min_key,*max_key;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue