~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to drizzled/internal/my_thr_init.cc

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-12-09 06:02:39 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20101209060239-t0ujftvcvd558yno
Tags: upstream-2010.12.05
ImportĀ upstreamĀ versionĀ 2010.12.05

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
 
124
124
void my_thread_end(void)
125
125
{
126
 
  st_my_thread_var *tmp= THR_KEY_mysys.get();
127
 
 
128
 
  if (tmp)
129
 
  {
130
 
    delete tmp;
131
 
    THR_KEY_mysys.release();
132
 
  }
133
126
}
134
127
 
135
128
struct st_my_thread_var *_my_thread_var(void)