~vkolesnikov/pbxt/pbxt-preload-test-bug

« back to all changes in this revision

Viewing changes to src/index_xt.cc

  • Committer: Vladimir Kolesnikov
  • Date: 2009-01-21 13:55:57 UTC
  • mto: This revision was merged to the branch mainline in revision 533.
  • Revision ID: vladimir@primebase.org-20090121135557-gyzk4wo3kj126jda
added thread lock lists

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#include "mysql_priv.h"
37
37
#endif
38
38
 
 
39
#include "pthread_xt.h"
39
40
#include "memory_xt.h"
40
41
#include "index_xt.h"
41
42
#include "heap_xt.h"
3018
3019
 
3019
3020
        ilp_db = db;
3020
3021
        ilp_log_buffer_size = log_buffer_size;
3021
 
        xt_init_mutex(self, &ilp_lock);
 
3022
        xt_init_mutex_with_autoname(self, &ilp_lock);
3022
3023
 
3023
3024
        xt_strcpy(PATH_MAX, path, db->db_main_path);
3024
3025
        xt_add_system_dir(PATH_MAX, path);