mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
An implementation of index intersect via a modified Unique class.
This code is planned to be used for mwl#21.
This commit is contained in:
parent
5719ca5c51
commit
69dd773b67
9 changed files with 598 additions and 76 deletions
|
|
@ -31,6 +31,7 @@ extern "C" {
|
|||
#define tree_set_pointer(element,ptr) *((uchar **) (element+1))=((uchar*) (ptr))
|
||||
|
||||
#define TREE_NO_DUPS 1
|
||||
#define TREE_ONLY_DUPS 2
|
||||
|
||||
typedef enum { left_root_right, right_root_left } TREE_WALK;
|
||||
typedef uint32 element_count;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue