~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-07-21 07:09:29 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20150721070929-mg4dpqkgg3it1ajf
Tags: upstream-5.6.25
ImportĀ upstreamĀ versionĀ 5.6.25

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
        bool            unsigned_flag,  /*!< in: whether it is unsigned */
138
138
        bool            is_null);       /*!< in: whether it is null value */
139
139
 
 
140
 
 
141
 
 
142
/**********************************************************************//**
 
143
Check if global read lock is active */
 
144
bool
 
145
handler_check_global_read_lock_active();
 
146
/*====================================*/
 
147
 
140
148
/**********************************************************************//**
141
149
Unlock a table and commit the transaction
142
150
return 0 if fail to commit the transaction */