~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/func.h

  • Committer: Mark Atwood
  • Date: 2011-07-13 22:28:29 UTC
  • mfrom: (2318.7.25 refactor1)
  • Revision ID: me@mark.atwood.name-20110713222829-sswp061b5ts7tc1k
mergeĀ lp:~olafvdspek/drizzle/refactor1

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#pragma once
21
21
 
22
 
 
23
22
/* If you fix the parser to no longer create functions these can be moved to create.cc */
24
23
#include <drizzled/function/math/divide.h>
25
24
#include <drizzled/function/get_user_var.h>
36
35
 
37
36
/* For type casts */
38
37
 
39
 
namespace drizzled
40
 
{
 
38
namespace drizzled {
41
39
 
42
40
enum Cast_target
43
41
{