mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Temporary commit of 10.0-merge
This commit is contained in:
parent
35bc8f9f43
commit
068c61978e
649 changed files with 90817 additions and 25330 deletions
|
|
@ -65,8 +65,7 @@ The name of the field in the node struct should be the name given
|
|||
to the list.
|
||||
@param TYPE the list node type name */
|
||||
/* Example:
|
||||
typedef struct LRU_node_struct LRU_node_t;
|
||||
struct LRU_node_struct {
|
||||
struct LRU_node_t {
|
||||
UT_LIST_NODE_T(LRU_node_t) LRU_list;
|
||||
...
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue