~skinny.moey/drizzle/innodb-replication

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-11-08 22:35:57 UTC
  • mfrom: (1802.1.114 trunk)
  • Revision ID: brian@tangent.org-20101108223557-w3xzwp9hjjtjhtc1
MergeĀ inĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
41
41
btr_search_sys_create(
42
42
/*==================*/
43
43
        ulint   hash_size);     /*!< in: hash index hash table size */
 
44
/*****************************************************************//**
 
45
Frees the adaptive search system at a database shutdown. */
 
46
UNIV_INTERN
 
47
void
 
48
btr_search_sys_free(void);
 
49
/*=====================*/
44
50
 
45
51
/********************************************************************//**
46
52
Disable the adaptive hash search system and empty the index. */