~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/include/ha0ha.h

  • Committer: Olaf van der Spek
  • Date: 2011-02-12 18:24:24 UTC
  • mto: (2167.1.2 build) (2172.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 2168.
  • Revision ID: olafvdspek@gmail.com-20110212182424-kgnm9osi7qo97at2
casts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 
3
 
Copyright (c) 1994, 2009, Innobase Oy. All Rights Reserved.
 
3
Copyright (C) 1994, 2009, Innobase Oy. All Rights Reserved.
4
4
 
5
5
This program is free software; you can redistribute it and/or modify it under
6
6
the terms of the GNU General Public License as published by the Free Software
11
11
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
12
12
 
13
13
You should have received a copy of the GNU General Public License along with
14
 
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
15
 
Place, Suite 330, Boston, MA 02111-1307 USA
 
14
this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
 
15
St, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
17
*****************************************************************************/
18
18
 
186
186
        hash_table_t*   table,  /*!< in: hash table */
187
187
        ulint           fold,   /*!< in: fold value */
188
188
        const page_t*   page);  /*!< in: buffer page */
 
189
#if defined UNIV_AHI_DEBUG || defined UNIV_DEBUG
189
190
/*************************************************************//**
190
191
Validates a given range of the cells in hash table.
191
192
@return TRUE if ok */
196
197
        hash_table_t*   table,          /*!< in: hash table */
197
198
        ulint           start_index,    /*!< in: start index */
198
199
        ulint           end_index);     /*!< in: end index */
 
200
#endif /* defined UNIV_AHI_DEBUG || defined UNIV_DEBUG */
199
201
/*************************************************************//**
200
202
Prints info of a hash table. */
201
203
UNIV_INTERN