~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to storage/example/ha_example.cc

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
  DBUG_ENTER("example_init_func");
132
132
 
133
133
  example_hton= (handlerton *)p;
134
 
  VOID(pthread_mutex_init(&example_mutex,MY_MUTEX_INIT_FAST));
 
134
  pthread_mutex_init(&example_mutex,MY_MUTEX_INIT_FAST);
135
135
  (void) hash_init(&example_open_tables,system_charset_info,32,0,0,
136
136
                   (hash_get_key) example_get_key,0,0);
137
137