~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_string.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:
35
35
** String functions
36
36
*****************************************************************************/
37
37
 
 
38
String::~String() { free(); }
 
39
 
38
40
bool String::real_alloc(uint32_t arg_length)
39
41
{
40
42
  arg_length=ALIGN_SIZE(arg_length+1);