~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Lee Bieber
  • Date: 2010-12-23 02:14:02 UTC
  • mfrom: (2021.1.2 build)
  • Revision ID: kalebral@gmail.com-20101223021402-o4zhdsv3x8s0q6pz
Merge Stewart - Update innobase plugin to be based on innodb 1.1.4 from MySQL 5.5.8 
Merge Marisa - fixed markup in 'administrative.rst', which was throwing an error in the build

Show diffs side-by-side

added added

removed removed

Lines of Context:
1002
1002
 
1003
1003
        rwt       = info->lock_type;
1004
1004
 
1005
 
        fprintf(stderr, "Locked: thread %ld file %s line %ld  ",
 
1005
        fprintf(stderr, "Locked: thread %lu file %s line %lu  ",
1006
1006
                (ulong) os_thread_pf(info->thread_id), info->file_name,
1007
1007
                (ulong) info->line);
1008
1008
        if (rwt == RW_LOCK_SHARED) {