mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
page0types.h Eliminate a name collision on page_t on HP-UX
This commit is contained in:
parent
822f9aee4b
commit
8024423df7
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue