summaryrefslogtreecommitdiff
path: root/storage/innobase/include/os0api.h
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2017-01-25 12:33:39 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2017-01-25 12:33:39 +0200
commit8531e19771883b364fadc645801166425cc7c6a2 (patch)
tree339259aba195b0a1b0324cd65a453b543b782877 /storage/innobase/include/os0api.h
parent4b28798f950ccba16378720393277788792b4b2f (diff)
downloadmariadb-git-8531e19771883b364fadc645801166425cc7c6a2.tar.gz
buf_page_t is class on 10.2 not struct.
Diffstat (limited to 'storage/innobase/include/os0api.h')
-rw-r--r--storage/innobase/include/os0api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/os0api.h b/storage/innobase/include/os0api.h
index ea2a113bdec..63f213b5457 100644
--- a/storage/innobase/include/os0api.h
+++ b/storage/innobase/include/os0api.h
@@ -29,7 +29,7 @@ implemented on buf0buf.cc and fil0fil.cc.
#define OS_API_H 1
/** Page control block */
-struct buf_page_t;
+class buf_page_t;
/** File Node */
struct fil_node_t;