~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/include/que0que.h

  • Committer: Patrick Galbraith
  • Date: 2008-07-24 16:57:40 UTC
  • mto: (202.2.4 rename-mysql-to-drizzle)
  • mto: This revision was merged to the branch mainline in revision 212.
  • Revision ID: patg@ishvara-20080724165740-x58yw6zs6d9o17lf
Most everything working with client rename
mysqlslap test still fails... can't connect to the server

Show diffs side-by-side

added added

removed removed

Lines of Context:
433
433
#define QUE_FORK_EXECUTE                7
434
434
#define QUE_FORK_PROCEDURE              8
435
435
#define QUE_FORK_PROCEDURE_CALL         9
436
 
#define QUE_FORK_DRIZZLE_INTERFACE      10
 
436
#define QUE_FORK_MYSQL_INTERFACE        10
437
437
#define QUE_FORK_RECOVERY               11
438
438
 
439
439
/* Query fork (or graph) states */