~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/plugin.disabled

  • Committer: Brian Aker
  • Date: 2010-02-11 22:43:58 UTC
  • Revision ID: brian@gaz-20100211224358-y0gdvnat2ahg4c1e
Disabling support for memcached plugins until we can test for version of
memcached.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
2
2
title=Memcached Client UDFs
3
3
description=UDF plugin for libmemcached
4
 
load_by_default=yes
 
4
load_by_default=no
5
5
headers=memcached_functions.h 
6
6
        memc_get.h memc_get_by_key.h
7
7
        memc_set.h memc_set_by_key.h