~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/memcached_functions.h

  • Committer: Patrick Galbraith
  • Date: 2009-10-08 22:42:05 UTC
  • mto: (1166.5.3 memcached_functions)
  • mto: This revision was merged to the branch mainline in revision 1189.
  • Revision ID: patg@patrick-galbraiths-macbook-pro.local-20091008224205-gq1pehjsivvx0qo9
Starting over with a fresh tree, moved in memcached functions.

Memcached Functions for Drizzle. 

All tests pass.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 * THE POSSIBILITY OF SUCH DAMAGE.
30
30
 */
31
31
 
32
 
#ifndef PLUGIN_MEMCACHED_FUNCTIONS_MEMCACHED_FUNCTIONS_H
33
 
#define PLUGIN_MEMCACHED_FUNCTIONS_MEMCACHED_FUNCTIONS_H
 
32
#ifndef DRIZZLE_PLUGIN_MEMCACHED_FUNCTIONS_MEMCACHED_FUNCTIONS_H
 
33
#define DRIZZLE_PLUGIN_MEMCACHED_FUNCTIONS_MEMCACHED_FUNCTIONS_H
34
34
 
35
35
#include <libmemcached/memcached.h>
36
36
 
49
49
 */
50
50
void cleanupMemcUDF();
51
51
 
52
 
#endif /* PLUGIN_MEMCACHED_FUNCTIONS_MEMCACHED_FUNCTIONS_H */
 
52
#endif /* DRIZZLE_PLUGIN_MEMCACHED_FUNCTIONS_MEMCACHED_FUNCTIONS_H */