~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/memc_delete.cc

  • Committer: Andrew Hutchings
  • Date: 2010-09-06 20:47:28 UTC
  • mto: (1747.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 1748.
  • Revision ID: andrew@linuxjedi.co.uk-20100906204728-8qjwkx638e5lsm1q
Timestamp cannot reliably store leap seconds, so don't try.  Leave that to datetime only

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* - mode: c; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
2
 *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
 
 * Copyright (C) 2009, Patrick "CaptTofu" Galbraith, Padraig O'Sullivan
 
3
 * Copyright (c) 2009, Patrick "CaptTofu" Galbraith, Padraig O'Sullivan
4
4
 * All rights reserved.
5
5
 *
6
6
 * Redistribution and use in source and binary forms, with or without
28
28
 * THE POSSIBILITY OF SUCH DAMAGE.
29
29
 */
30
30
 
31
 
#include <config.h>
 
31
#include "config.h"
32
32
#include <drizzled/function/str/strfunc.h>
33
33
 
34
34
#include "memcached_functions.h"