Merge lp:~mordred/drizzle/bug560489 into lp:~drizzle-trunk/drizzle/development

Proposed by Monty Taylor
Status: Merged
Merged at revision: not available
Proposed branch: lp:~mordred/drizzle/bug560489
Merge into: lp:~drizzle-trunk/drizzle/development
Diff against target: 19 lines (+2/-2)
2 files modified
plugin/memcached_functions/plugin.ac (+1/-1)
plugin/memcached_stats/plugin.ac (+1/-1)
To merge this branch: bzr merge lp:~mordred/drizzle/bug560489
Reviewer Review Type Date Requested Status
Brian Aker Pending
Review via email: mp+23200@code.launchpad.net

Description of the change

Bumped to 0.39.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'plugin/memcached_functions/plugin.ac'
--- plugin/memcached_functions/plugin.ac 2010-03-03 20:22:30 +0000
+++ plugin/memcached_functions/plugin.ac 2010-04-11 22:47:14 +0000
@@ -1,4 +1,4 @@
1PANDORA_HAVE_LIBMEMCACHED(0.38)1PANDORA_HAVE_LIBMEMCACHED(0.39)
2PANDORA_HAVE_MEMCACHED2PANDORA_HAVE_MEMCACHED
3AS_IF([test "x$ac_cv_libmemcached" = "xno" -a "x${MEMCACHED_BINARY}" = "xyes"],3AS_IF([test "x$ac_cv_libmemcached" = "xno" -a "x${MEMCACHED_BINARY}" = "xyes"],
4 AC_MSG_WARN([libmemcached not found: not building memcached functions.]))4 AC_MSG_WARN([libmemcached not found: not building memcached functions.]))
55
=== modified file 'plugin/memcached_stats/plugin.ac'
--- plugin/memcached_stats/plugin.ac 2010-03-03 20:22:30 +0000
+++ plugin/memcached_stats/plugin.ac 2010-04-11 22:47:14 +0000
@@ -1,4 +1,4 @@
1PANDORA_HAVE_LIBMEMCACHED(0.38)1PANDORA_HAVE_LIBMEMCACHED(0.39)
2PANDORA_HAVE_MEMCACHED2PANDORA_HAVE_MEMCACHED
3AS_IF([test "x$ac_cv_libmemcached" = "xno" -a "x${MEMCACHED_BINARY}" = "xyes"],3AS_IF([test "x$ac_cv_libmemcached" = "xno" -a "x${MEMCACHED_BINARY}" = "xyes"],
4 AC_MSG_WARN([libmemcached not found: not building memcached stats.]))4 AC_MSG_WARN([libmemcached not found: not building memcached stats.]))