~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/plugin.ini

Added support for disabling plugins

Show diffs side-by-side

added added

removed removed

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