105
111
tina_hton= (handlerton *)p;
107
113
(void) hash_init(&tina_open_tables,system_charset_info,32,0,0,
108
114
(hash_get_key) tina_get_key,0,0);
109
115
tina_hton->state= SHOW_OPTION_YES;
110
117
tina_hton->create= tina_create_handler;
111
118
tina_hton->flags= (HTON_CAN_RECREATE | HTON_SUPPORT_LOG_TABLES |
118
125
hash_free(&tina_open_tables);
119
126
pthread_mutex_destroy(&tina_mutex);