~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/str/strfunc.cc

  • Committer: Brian Aker
  • Date: 2009-05-26 02:54:31 UTC
  • mfrom: (1022.2.34 mordred)
  • Revision ID: brian@gaz-20090526025431-hpjmsrr4j6nftuic
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
using namespace std;
41
41
 
 
42
Item_str_func::~Item_str_func() {}
 
43
 
42
44
bool Item_str_func::fix_fields(Session *session, Item **ref)
43
45
{
44
46
  bool res= Item_func::fix_fields(session, ref);