~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/time/date_format.cc

  • Committer: Lee Bieber
  • Date: 2011-03-23 01:55:35 UTC
  • mfrom: (2245.1.2 build)
  • Revision ID: kalebral@gmail.com-20110323015535-2aatqy8tyiuqtc2z
Merge Olaf - more code refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <drizzled/time_functions.h>
24
24
#include <drizzled/internal/m_string.h>
25
25
#include <drizzled/typelib.h>
 
26
#include <drizzled/system_variables.h>
26
27
 
27
28
#include <cstdio>
28
29
#include <algorithm>
29
30
 
30
31
using namespace std;
31
32
 
32
 
namespace drizzled
33
 
{
 
33
namespace drizzled {
34
34
 
35
35
/**
36
36
  Create a formated date/time value in a string.