1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
This commit is contained in:
Vladislav Vaintroub
2009-11-25 15:20:14 +01:00
162 changed files with 1610 additions and 1374 deletions

View File

@ -132,7 +132,7 @@ static int example_init_func(void *p)
DBUG_ENTER("example_init_func");
example_hton= (handlerton *)p;
VOID(pthread_mutex_init(&example_mutex,MY_MUTEX_INIT_FAST));
pthread_mutex_init(&example_mutex,MY_MUTEX_INIT_FAST);
(void) my_hash_init(&example_open_tables,system_charset_info,32,0,0,
(my_hash_get_key) example_get_key,0,0);