~thomir-deactivatedaccount/drizzle/drizzle-fix-bug653747

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-10-10 02:07:52 UTC
  • mfrom: (1827.2.3 staging)
  • Revision ID: brian@tangent.org-20101010020752-ktv73isay5dxtvp3
Merge in switch on table_share_instance inheritance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
/*=====================*/
50
44
 
51
45
/********************************************************************//**
52
46
Disable the adaptive hash search system and empty the index. */