diff options
author | Sergey Vojtovich <svoj@sun.com> | 2009-11-03 14:02:43 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@sun.com> | 2009-11-03 14:02:43 +0400 |
commit | 8b8fc30c524ea5066060a018068856cff3a8efd4 (patch) | |
tree | 87d4ca64987de3cf7ab0d83601b4e57117a2e6d1 /storage | |
parent | 8494bb83d9415a119a4561a66d84d468a8bfcd90 (diff) | |
download | mariadb-git-8b8fc30c524ea5066060a018068856cff3a8efd4.tar.gz |
Applying InnoDB plugin snashot
Detailed revision comments:
r6080 | sunny | 2009-10-15 01:29:01 +0300 (Thu, 15 Oct 2009) | 3 lines
branches/zip: Change page_mem_alloc_free() to inline.
Fix Bug #47058 - Failure to compile innodb_plugin on solaris 10u7 + spro cc/CC 5.10
Diffstat (limited to 'storage')
-rw-r--r-- | storage/innodb_plugin/include/page0page.ic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innodb_plugin/include/page0page.ic b/storage/innodb_plugin/include/page0page.ic index 318ec1cc1f2..8f794410f20 100644 --- a/storage/innodb_plugin/include/page0page.ic +++ b/storage/innodb_plugin/include/page0page.ic @@ -907,7 +907,7 @@ page_get_data_size( /************************************************************//** Allocates a block of memory from the free list of an index page. */ -UNIV_INTERN +UNIV_INLINE void page_mem_alloc_free( /*================*/ |