~drizzle-trunk/drizzle/development

1459.1.1 by Monty Taylor
Bumped the required libmemcached version.
1
PANDORA_HAVE_LIBMEMCACHED(0.39)
1192.3.35 by Monty Taylor
Fixed memcached test to be not a failure if memcached isn't there, but rather to cause memcached plugins to just not build.
2
PANDORA_HAVE_MEMCACHED
3
AS_IF([test "x$ac_cv_libmemcached" = "xno" -a "x${MEMCACHED_BINARY}" = "xyes"],
1166.6.2 by Monty Taylor
Fixed merge-related errors, including libmemcached detection and header issues caught by cpplint.
4
      AC_MSG_WARN([libmemcached not found: not building memcached stats.]))
1144.5.1 by Padraig O'Sullivan
Created plugin which simply adds I_S tables for querying memcached stats.
5
DRIZZLED_PLUGIN_DEP_LIBS="${DRIZZLED_PLUGIN_DEP_LIBS} ${LTLIBMEMCACHED}"
1273.23.8 by Monty Taylor
Added version checking for libmemcached. Re-enabled libmemcached plugins
6