152
150
int archive_db_init(void *p)
161
160
/* When the engine starts up set the first version */
164
163
if (pthread_mutex_init(&archive_mutex, MY_MUTEX_INIT_FAST))
166
165
if (hash_init(&archive_open_tables, system_charset_info, 32, 0, 0,
167
166
(hash_get_key) archive_get_key, 0, 0))