~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/plugin.ini

* Renames Ha_trx_info to drizzled::ResourceContext
* Renames Sesssion_TRANS to drizzled::TransactionContext
* Replaces homegrown linked-lists of Ha_trx_info pointers
  with vector<drizzled::ResourceContext> operations
* Renames Session::getEngineInfo() to Session::getResourceContext()

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=no
5
 
disabled=yes
 
4
load_by_default=yes
6
5
headers=memcached_functions.h 
7
6
        memc_get.h memc_get_by_key.h
8
7
        memc_set.h memc_set_by_key.h 
29
28
        memc_behavior_set.cc memc_behavior_get.cc 
30
29
        memc_increment.cc memc_decrement.cc
31
30
        memc_stats.cc
32
 
build_conditional="${pandora_cv_recent_libmemcached}" = "yes" -a "x${MEMCACHED_BINARY}" != "xno"
 
31
build_conditional="${ac_cv_libmemcached}" = "yes" -a "x${MEMCACHED_BINARY}" != "xno"
33
32
ldflags=${LTLIBMEMCACHED}