diff options
author | Michael Widenius <monty@askmonty.org> | 2013-03-26 00:03:13 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2013-03-26 00:03:13 +0200 |
commit | 068c61978e3a81836d52b8caf11e044290159ad1 (patch) | |
tree | 2cbca861ab2cebe3bd99379ca9668bb483ca0d2a /storage/innobase/include/ut0lst.h | |
parent | 35bc8f9f4353b64da215e52ff6f1612a8ce66f43 (diff) | |
download | mariadb-git-068c61978e3a81836d52b8caf11e044290159ad1.tar.gz |
Temporary commit of 10.0-merge
Diffstat (limited to 'storage/innobase/include/ut0lst.h')
-rw-r--r-- | storage/innobase/include/ut0lst.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/innobase/include/ut0lst.h b/storage/innobase/include/ut0lst.h index 51c89f15a77..b53e7ade4c1 100644 --- a/storage/innobase/include/ut0lst.h +++ b/storage/innobase/include/ut0lst.h @@ -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; ... } |