~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/sync/sync0sync.c

  • Committer: Brian Aker
  • Date: 2010-12-27 20:04:50 UTC
  • mto: (2060.2.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2063.
  • Revision ID: brian@tangent.org-20101227200450-dmxpemwyfmlinlnm
Merge in first pass.

Show diffs side-by-side

added added

removed removed

Lines of Context:
381
381
mutex_enter_nowait_func(
382
382
/*====================*/
383
383
        mutex_t*        mutex,          /*!< in: pointer to mutex */
384
 
        const char*     /*file_name __attribute__((unused))*/,
 
384
        const char*     file_name __attribute__((unused)),
385
385
                                        /*!< in: file name where mutex
386
386
                                        requested */
387
 
        ulint           /*line __attribute__((unused))*/)
 
387
        ulint           line __attribute__((unused)))
388
388
                                        /*!< in: line where requested */
389
389
{
390
390
        ut_ad(mutex_validate(mutex));