~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2009-03-10 01:39:16 UTC
  • mto: This revision was merged to the branch mainline in revision 925.
  • Revision ID: brian@tangent.org-20090310013916-nmdbdvq29j7endgc
Remove COM_DAEMON

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
  { C_STRING_WITH_LEN("Time") },
66
66
  { C_STRING_WITH_LEN("Change user") },
67
67
  { C_STRING_WITH_LEN("Connect Out") },
68
 
  { C_STRING_WITH_LEN("Daemon") },
69
68
  { C_STRING_WITH_LEN("Error") }  // Last command number
70
69
};
71
70
 
3144
3143
  I_List_iterator<Session> it(threads);
3145
3144
  while ((tmp=it++))
3146
3145
  {
3147
 
    if (tmp->command == COM_DAEMON)
3148
 
      continue;
3149
3146
    if (tmp->thread_id == id)
3150
3147
    {
3151
3148
      pthread_mutex_lock(&tmp->LOCK_delete);    // Lock from delete