~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/display.cc

  • Committer: Brian Aker
  • Date: 2011-02-22 22:57:45 UTC
  • mto: (2194.4.1 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2197.
  • Revision ID: brian@tangent.org-20110222225745-973fbdcutp2m1w0h
Add in KILL protocol support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
  {
135
135
  case drizzled::COM_SLEEP : 
136
136
    return COM_SLEEP;
 
137
  case drizzled::COM_KILL : 
 
138
    {
 
139
      static std::string COM_KILL("COM_KILL");
 
140
      return COM_KILL;
 
141
    }
137
142
  case drizzled::COM_QUIT : 
138
143
    return COM_QUIT;
139
144
  case drizzled::COM_INIT_DB :