~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_error.cc

  • Committer: Mark Atwood
  • Date: 2011-06-22 20:04:22 UTC
  • mfrom: (2318.6.39 rf)
  • Revision ID: me@mark.atwood.name-20110622200422-609npl456o0e5p32
mergeĀ lp:~olafvdspek/drizzle/refactor13

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
*/
68
68
void DRIZZLE_ERROR::set_msg(Session *session, const char *msg_arg)
69
69
{
70
 
  msg= session->warn_root.strdup_root(msg_arg);
 
70
  msg= session->warn_root.strdup(msg_arg);
71
71
}
72
72
 
73
73
/*