~ubuntu-branches/ubuntu/vivid/drizzle/vivid

« back to all changes in this revision

Viewing changes to plugin/innobase/include/ha_prototypes.h

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-10-29 15:43:40 UTC
  • mfrom: (20.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20131029154340-j36v7gxq9tm1gi5f
Tags: 1:7.2.3-2ubuntu1
* Merge from debian, remaining changes:
  - Link against boost_system because of boost_thread.
  - Add required libs to message/include.am
  - Add upstart job and adjust init script to be upstart compatible.
  - Disable -floop-parallelize-all due to gcc-4.8/4.9 compiler ICE
    http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57732

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
        const char*     b);     /*!< in: second string to compare */
183
183
 
184
184
/******************************************************************//**
 
185
Strip dir name from a full path name and return only its file name.
 
186
@return file name or "null" if no file name */
 
187
UNIV_INTERN
 
188
const char*
 
189
innobase_basename(
 
190
/*==============*/
 
191
        const char*     path_name);     /*!< in: full path name */
 
192
 
 
193
/******************************************************************//**
185
194
Returns true if the thread is executing a SELECT statement.
186
195
@return true if thd is executing SELECT */
187
196