~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

modified transaction docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 
3
 
Copyright (C) 1995, 2009, Innobase Oy. All Rights Reserved.
4
 
Copyright (C) 2008, Google Inc.
 
3
Copyright (c) 1995, 2009, 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
1002
1002
 
1003
1003
        rwt       = info->lock_type;
1004
1004
 
1005
 
        fprintf(stderr, "Locked: thread %lu file %s line %lu  ",
 
1005
        fprintf(stderr, "Locked: thread %ld file %s line %ld  ",
1006
1006
                (ulong) os_thread_pf(info->thread_id), info->file_name,
1007
1007
                (ulong) info->line);
1008
1008
        if (rwt == RW_LOCK_SHARED) {