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
1=== modified file 'plugin/memcached_functions/plugin.ac'
2--- plugin/memcached_functions/plugin.ac 2010-03-03 20:22:30 +0000
3+++ plugin/memcached_functions/plugin.ac 2010-04-11 22:47:14 +0000
4@@ -1,4 +1,4 @@
5-PANDORA_HAVE_LIBMEMCACHED(0.38)
6+PANDORA_HAVE_LIBMEMCACHED(0.39)
7 PANDORA_HAVE_MEMCACHED
8 AS_IF([test "x$ac_cv_libmemcached" = "xno" -a "x${MEMCACHED_BINARY}" = "xyes"],
9 AC_MSG_WARN([libmemcached not found: not building memcached functions.]))
10
11=== modified file 'plugin/memcached_stats/plugin.ac'
12--- plugin/memcached_stats/plugin.ac 2010-03-03 20:22:30 +0000
13+++ plugin/memcached_stats/plugin.ac 2010-04-11 22:47:14 +0000
14@@ -1,4 +1,4 @@
15-PANDORA_HAVE_LIBMEMCACHED(0.38)
16+PANDORA_HAVE_LIBMEMCACHED(0.39)
17 PANDORA_HAVE_MEMCACHED
18 AS_IF([test "x$ac_cv_libmemcached" = "xno" -a "x${MEMCACHED_BINARY}" = "xyes"],
19 AC_MSG_WARN([libmemcached not found: not building memcached stats.]))