Added missing #ifdef
This commit is contained in:
parent
4e0964cb04
commit
143f35e611
@ -1834,7 +1834,9 @@ int end_io_cache(IO_CACHE *info)
|
||||
pthread_mutex_destroy(&info->append_buffer_lock);
|
||||
#endif
|
||||
}
|
||||
#ifdef THREAD
|
||||
info->share= 0;
|
||||
#endif
|
||||
DBUG_RETURN(error);
|
||||
} /* end_io_cache */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user