~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_thr_init.cc

  • Committer: Brian Aker
  • Date: 2010-12-27 19:18:58 UTC
  • mfrom: (2035 staging)
  • mto: (2035.1.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2037.
  • Revision ID: brian@tangent.org-20101227191858-h11rg8ncrkiklg3f
Manage merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
 
118
118
  NOTE
119
119
    This may be called multiple times for a thread.
120
 
    This happens for example when one calls 'mysql_server_init()'
121
 
    mysql_server_end() and then ends with a mysql_end().
 
120
    This happens for example when one calls 'server_init()'
 
121
    server_end() and then ends with a end().
122
122
*/
123
123
 
124
124
void my_thread_end(void)