~drizzle-developers/drizzle/elliott-release

« back to all changes in this revision

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

  • Committer: Patrick Crews
  • Date: 2011-02-01 20:33:06 UTC
  • mfrom: (1845.2.288 drizzle)
  • Revision ID: gleebix@gmail.com-20110201203306-mwq2rk0it81tlwxh
Merged Trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
  }
107
107
}
108
108
 
109
 
String my_empty_string("",default_charset_info);
 
109
DRIZZLED_API String my_empty_string("",default_charset_info);
110
110
 
111
111
} /* namespace drizzled */