~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/lock/lock0lock.c

  • Committer: Eric Herman
  • Date: 2008-12-06 19:42:46 UTC
  • mto: (656.1.6 devel)
  • mto: This revision was merged to the branch mainline in revision 665.
  • Revision ID: eric@mysql.com-20081206194246-5cdexuu81i366eek
removed trailing whitespace with simple script:

for file in $(find . -name "*.c") $(find . -name "*.cc") $(find . -name "*.h"); do ruby -pe 'gsub(/\s+$/, $/)' < $file > $file.out; mv $file.out $file; done;

Show diffs side-by-side

added added

removed removed

Lines of Context:
3593
3593
 
3594
3594
                /* The locks must be freed in the reverse order from
3595
3595
                the one in which they were acquired. This is to avoid
3596
 
                traversing the AUTOINC lock vector unnecessarily. 
 
3596
                traversing the AUTOINC lock vector unnecessarily.
3597
3597
 
3598
3598
                We only store locks that were granted in the
3599
3599
                trx->autoinc_locks vector (see lock_table_create()