~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2011-03-15 16:10:15 UTC
  • mfrom: (2235.3.1 staging)
  • Revision ID: mordred@inaugust.com-20110315161015-qceggirmf3cct7cw
Merge in libdrizzle install changes, doc changes and some header
refactoring.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <drizzled/function/time/now.h>
23
23
#include <drizzled/current_session.h>
24
24
#include <drizzled/session.h>
25
 
 
26
25
#include <drizzled/temporal.h>
 
26
#include <drizzled/field.h>
27
27
 
28
 
namespace drizzled
29
 
{
 
28
namespace drizzled {
30
29
 
31
30
String *Item_func_now::val_str(String *)
32
31
{