~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/time_functions.cc

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <drizzled/tztime.h>
27
27
#include <drizzled/session.h>
28
28
#include <drizzled/time_functions.h>
 
29
#include <drizzled/charset_info.h>
29
30
 
30
 
namespace drizzled
31
 
{
 
31
namespace drizzled {
32
32
 
33
33
/* Some functions to calculate dates */
34
34