diff options
author | Sergey Vojtovich <svoj@sun.com> | 2009-11-05 16:29:58 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@sun.com> | 2009-11-05 16:29:58 +0400 |
commit | ced8719400333994131aac1662e95590c78271b7 (patch) | |
tree | 790d2bb16dfd9d0429e4a6ebd5117195a7c301a8 /storage/innobase/include/page0page.ic | |
parent | 3e2c9aac11a95d8cbb61e1937e4ebe18c7e86698 (diff) | |
parent | 0212e736136432f8d0442703b55220c0bd9c505e (diff) | |
download | mariadb-git-ced8719400333994131aac1662e95590c78271b7.tar.gz |
Merge of innodb-zip-ss6129 from 5.1 to mysql-trunk.
Diffstat (limited to 'storage/innobase/include/page0page.ic')
-rw-r--r-- | storage/innobase/include/page0page.ic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/page0page.ic b/storage/innobase/include/page0page.ic index 318ec1cc1f2..8f794410f20 100644 --- a/storage/innobase/include/page0page.ic +++ b/storage/innobase/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( /*================*/ |