~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/errmsg.cc

  • Committer: Monty Taylor
  • Date: 2009-01-25 14:29:57 UTC
  • mfrom: (811 drizzle)
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 816.
  • Revision ID: mordred@inaugust.com-20090125142957-qd2dc0x4lbdeut84
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
  }
51
51
 
52
52
  errmsg_has= true;
 
53
  plugin->state= PLUGIN_IS_READY;
53
54
 
54
55
  return 0;
55
56