51
51
until_log_name[0]= ign_master_log_name_end[0]= 0;
52
52
memset(&info_file, 0, sizeof(info_file));
53
53
memset(&cache_buf, 0, sizeof(cache_buf));
55
54
pthread_mutex_init(&run_lock, MY_MUTEX_INIT_FAST);
56
55
pthread_mutex_init(&data_lock, MY_MUTEX_INIT_FAST);
57
56
pthread_mutex_init(&log_space_lock, MY_MUTEX_INIT_FAST);