~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/myxt_xt.cc

  • Committer: Lee Bieber
  • Date: 2010-11-18 15:33:33 UTC
  • mfrom: (1932.3.14 trunk)
  • Revision ID: kalebral@gmail.com-20101118153333-1onwy3lvwmxltqdn
Merge Brian - more session work and clean up

Show diffs side-by-side

added added

removed removed

Lines of Context:
3174
3174
{
3175
3175
        Session *session = (Session *) s;
3176
3176
 
3177
 
        session->lockForDelete();
3178
3177
        delete session;
3179
3178
 
3180
3179
        if (end_threads)
3181
 
                drizzled::internal::my_thread_end();
 
3180
          drizzled::internal::my_thread_end();
3182
3181
}
3183
3182
#else
3184
3183
xtPublic void myxt_destroy_thread(void *thread, xtBool end_threads)