~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: kalebral at gmail
  • Date: 2010-12-04 04:58:08 UTC
  • mto: (1971.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1972.
  • Revision ID: kalebral@gmail.com-20101204045808-acto22oxfg43m02e
a few more updates of files that did not have license or had incorrect license structure

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 
3
 
Copyright (C) 1995, 2010, Innobase Oy. All Rights Reserved.
4
 
Copyright (C) 2008, Google Inc.
 
3
Copyright (c) 1995, 2010, Innobase Oy. All Rights Reserved.
 
4
Copyright (c) 2008, Google Inc.
5
5
 
6
6
Portions of this file contain modifications contributed and copyrighted by
7
7
Google, Inc. Those modifications are gratefully acknowledged and are described
287
287
rw_lock_s_lock_low(
288
288
/*===============*/
289
289
        rw_lock_t*      lock,   /*!< in: pointer to rw-lock */
290
 
        ulint           /*pass __attribute__((unused))*/,
 
290
        ulint           pass __attribute__((unused)),
291
291
                                /*!< in: pass value; != 0, if the lock will be
292
292
                                passed to another thread to unlock */
293
293
        const char*     file_name, /*!< in: file name where lock requested */