Added missing #ifdef

This commit is contained in:
unknown 2007-11-29 11:37:05 +02:00
parent 4e0964cb04
commit 143f35e611

View File

@ -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 */