Commit 143f35e6 authored by unknown's avatar unknown

Added missing #ifdef

parent 4e0964cb
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment