~matttbe/ubuntu/quantal/mysql-5.5/lp1013171

« back to all changes in this revision

Viewing changes to storage/innobase/trx/trx0purge.c

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-11 23:34:14 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120611233414-mu6ybxiajgcxqztj
Tags: 5.5.25-0ubuntu1
* New upstream release (LP: #1011371, LP: #986892)
* d/rules: change get-orig-source to pull from a working mirror.
* d/control: Build with default compiler instead of gcc 4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1202
1202
                        (ulong) purge_sys->n_pages_handled);
1203
1203
        }
1204
1204
 
1205
 
        return(purge_sys->n_pages_handled - old_pages_handled);
 
1205
        return((ulint) (purge_sys->n_pages_handled - old_pages_handled));
1206
1206
}
1207
1207
 
1208
1208
/******************************************************************//**