~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Mark Atwood
  • Date: 2011-08-04 16:21:21 UTC
  • mfrom: (2318.9.14 refactor3)
  • Revision ID: me@mark.atwood.name-20110804162121-6b9ay1b1de3yfgvl
mergeĀ lp:~olafvdspek/drizzle/refactor3

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
      return NULL;
164
164
    }
165
165
    length= tmp_string->length();
166
 
    return mem.strmake(*tmp_string);
 
166
    return mem.strdup(*tmp_string);
167
167
  }
168
168
 
169
169
  util::string::ptr schema() const;