~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/mysql_com.h

  • Committer: Brian Aker
  • Date: 2008-07-05 19:32:59 UTC
  • mfrom: (53.2.28 codestyle)
  • Revision ID: brian@tangent.org-20080705193259-opqzfb0oprfcg8dm
Merge from Monty's tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
351
351
  /* don't flush InnoDB buffers, flush other storage engines' buffers*/
352
352
  SHUTDOWN_WAIT_CRITICAL_BUFFERS= (MYSQL_SHUTDOWN_KILLABLE_UPDATE << 1) + 1,
353
353
  /* Now the 2 levels of the KILL command */
354
 
#if MYSQL_VERSION_ID >= 50000
355
354
  KILL_QUERY= 254,
356
 
#endif
357
355
  KILL_CONNECTION= 255
358
356
};
359
357