~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

Viewing changes to plugin/innodb_memcached/innodb_memcache/include/handler_api.h

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-04-16 20:07:10 UTC
  • mto: (1.3.9 vivid-proposed)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20150416200710-pcrsa022082zj46k
Tags: upstream-5.6.24
ImportĀ upstreamĀ versionĀ 5.6.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 
3
 
Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 
3
Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
4
4
 
5
5
This program is free software; you can redistribute it and/or modify it under
6
6
the terms of the GNU General Public License as published by the Free Software
32
32
/** Defines for handler_unlock_table()'s mode field */
33
33
#define HDL_READ        0x1
34
34
#define HDL_WRITE       0x2
 
35
#define HDL_FLUSH       0x3
35
36
 
36
37
/** Defines for handler_binlog_row()'s mode field */
37
38
typedef enum hdl_op_type {