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

« back to all changes in this revision

Viewing changes to plugin/innodb_memcached/innodb_memcache/src/handler_api.cc

  • 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:
385
385
}
386
386
 
387
387
/**********************************************************************//**
 
388
Check if global read lock is active */
 
389
 
 
390
bool
 
391
handler_check_global_read_lock_active()
 
392
{
 
393
        return Global_read_lock::global_read_lock_active();
 
394
}
 
395
 
 
396
/**********************************************************************//**
388
397
Unlock a table and commit the transaction
389
398
return 0 if failed to commit the transaction */
390
399
int