~posulliv/drizzle/memcached_applier

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: Jay Pipes
  • Date: 2009-08-03 14:23:22 UTC
  • mfrom: (1039.2.68 staging)
  • mto: This revision was merged to the branch mainline in revision 1078.
  • Revision ID: jpipes@serialcoder-20090803142322-1g67h7su9mocg9ig
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
  IN_HAVING, 
93
93
  SELECT_LIST, 
94
94
  IN_WHERE, 
95
 
  IN_ON };
 
95
  IN_ON 
 
96
};
96
97
 
97
98
enum enum_mysql_completiontype 
98
99
{
356
357
  SQLCOM_COMMIT, 
357
358
  SQLCOM_SAVEPOINT, 
358
359
  SQLCOM_RELEASE_SAVEPOINT,
359
 
  SQLCOM_SLAVE_START, 
360
 
  SQLCOM_SLAVE_STOP,
361
360
  SQLCOM_BEGIN,
362
361
  SQLCOM_RENAME_TABLE,
363
362
  SQLCOM_SHOW_OPEN_TABLES,
367
366
  SQLCOM_EMPTY_QUERY,
368
367
  SQLCOM_SHOW_ERRORS,
369
368
  SQLCOM_CHECKSUM,
370
 
  SQLCOM_SHOW_PLUGINS,
371
369
  /*
372
370
    When a command is added here, be sure it's also added in mysqld.cc
373
371
    in "struct show_var_st status_vars[]= {" ...