~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_thr_init.cc

  • Committer: Stewart Smith
  • Date: 2011-01-14 05:09:04 UTC
  • mto: (2086.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2087.
  • Revision ID: stewart@flamingspork.com-20110114050904-a98kswwpqnpl413s
add a bit of a note on how variables docs should be expanded

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)