~mkindahl/drizzle/remove-mem-casts

« back to all changes in this revision

Viewing changes to include/drizzle_com.h

  • Committer: Brian Aker
  • Date: 2008-07-26 04:51:46 UTC
  • mfrom: (202.1.25 codestyle)
  • Revision ID: brian@tangent.org-20080726045146-ax7ofn8aqnkycjl3
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
314
314
#define MYSQL_SHUTDOWN_KILLABLE_LOCK_TABLE (unsigned char)(1 << 2)
315
315
#define MYSQL_SHUTDOWN_KILLABLE_UPDATE     (unsigned char)(1 << 3)
316
316
 
317
 
enum mysql_enum_shutdown_level {
 
317
enum drizzle_enum_shutdown_level {
318
318
  /*
319
319
    We want levels to be in growing order of hardness (because we use number
320
320
    comparisons). Note that DEFAULT does not respect the growing property, but
347
347
 
348
348
 
349
349
/* options for mysql_set_option */
350
 
enum enum_mysql_set_option
 
350
enum enum_drizzle_set_option
351
351
{
352
352
  MYSQL_OPTION_MULTI_STATEMENTS_ON,
353
353
  MYSQL_OPTION_MULTI_STATEMENTS_OFF