~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge trunk

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