~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-21 14:08:41 UTC
  • mto: This revision was merged to the branch mainline in revision 2346.
  • Revision ID: olafvdspek@gmail.com-20110621140841-b6gc81018n00819r
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
      return NULL;
169
169
    }
170
170
    length= tmp_string->length();
171
 
    return mem.strmake_root(tmp_string->c_str(), tmp_string->length());
 
171
    return mem.strmake(tmp_string->c_str(), tmp_string->length());
172
172
  }
173
173
 
174
174
  util::string::ptr schema() const;