~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/time/typecast.h

  • Committer: Mark Atwood
  • Date: 2011-10-25 19:08:35 UTC
  • mfrom: (2445.1.6 rf)
  • Revision ID: me@mark.atwood.name-20111025190835-g21cn911ypxjd5fi
mergeĀ lp:~olafvdspek/drizzle/refactor7

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <drizzled/function/str/strfunc.h>
25
25
#include <drizzled/temporal.h>
26
26
 
27
 
namespace drizzled
28
 
{
 
27
namespace drizzled {
29
28
 
30
 
class Item_typecast :public Item_str_func
 
29
class Item_typecast : public Item_str_func
31
30
{
32
31
public:
33
32
  using Item_func::tmp_table_field;