Loading innobase/include/page0types.h +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ Created 2/2/1994 Heikki Tuuri #include "univ.i" /* Type of the index page */ /* The following define eliminates a name collision on HP-UX */ #define page_t ib_page_t typedef byte page_t; typedef struct page_search_struct page_search_t; typedef struct page_cur_struct page_cur_t; Loading Loading
innobase/include/page0types.h +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ Created 2/2/1994 Heikki Tuuri #include "univ.i" /* Type of the index page */ /* The following define eliminates a name collision on HP-UX */ #define page_t ib_page_t typedef byte page_t; typedef struct page_search_struct page_search_t; typedef struct page_cur_struct page_cur_t; Loading