~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_init.cc

  • Committer: Olaf van der Spek
  • Date: 2011-04-18 16:12:36 UTC
  • mto: (2280.2.1 build)
  • mto: This revision was merged to the branch mainline in revision 2281.
  • Revision ID: olafvdspek@gmail.com-20110418161236-reobixtbv67pz1ef
Prune

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
void my_end()
89
89
{
90
90
  free_charsets();
91
 
  my_thread_end();
92
91
  my_init_done= false;
93
92
} /* my_end */
94
93