diff options
Diffstat (limited to 'storage/innobase/include/buf0buddy.h')
-rw-r--r-- | storage/innobase/include/buf0buddy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/innobase/include/buf0buddy.h b/storage/innobase/include/buf0buddy.h index 2d7d6146092..fab9a4b828b 100644 --- a/storage/innobase/include/buf0buddy.h +++ b/storage/innobase/include/buf0buddy.h @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -this program; if not, write to the Free Software Foundation, Inc., 59 Temple -Place, Suite 330, Boston, MA 02111-1307 USA +this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ @@ -47,7 +47,7 @@ buf_buddy_alloc( buf_pool_t* buf_pool, /*!< in/out: buffer pool in which the page resides */ ulint size, /*!< in: compressed page size - (between PAGE_ZIP_MIN_SIZE and + (between UNIV_ZIP_SIZE_MIN and UNIV_PAGE_SIZE) */ ibool* lru) /*!< in: pointer to a variable that will be assigned TRUE if |