summaryrefslogtreecommitdiff
path: root/innobase/include
diff options
context:
space:
mode:
authorunknown <heikki@donna.mysql.fi>2001-03-14 21:13:15 +0200
committerunknown <heikki@donna.mysql.fi>2001-03-14 21:13:15 +0200
commita0051baf75bc50a6dc1dace47fff9bab060bf978 (patch)
tree7e48a2216d1c4ef23b8add99375b0ce0938c96f9 /innobase/include
parent40f8c2d247d1f741bee30b090177843dbab6e9fd (diff)
downloadmariadb-git-a0051baf75bc50a6dc1dace47fff9bab060bf978.tar.gz
page0types.h Eliminate a name collision on page_t on HP-UX
innobase/include/page0types.h: Eliminate a name collision on page_t on HP-UX
Diffstat (limited to 'innobase/include')
-rw-r--r--innobase/include/page0types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/include/page0types.h b/innobase/include/page0types.h
index f149aad5b98..525a0366a6f 100644
--- a/innobase/include/page0types.h
+++ b/innobase/include/page0types.h
@@ -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;