~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/index_xt.cc

  • Committer: Paul McCullagh
  • Date: 2010-05-04 09:49:17 UTC
  • mto: This revision was merged to the branch mainline in revision 1522.
  • Revision ID: paul.mccullagh@primebase.org-20100504094917-eqhctciwc3dpmw6q
Fixed further: comparison between signed and unsigned integer expressions, errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
1852
1852
 
1853
1853
        dirty_blocks = 0;
1854
1854
        indp = tab->tab_dic.dic_keys;
1855
 
        for (int i=0; i<tab->tab_dic.dic_key_count; i++, indp++) {
 
1855
        for (u_int i=0; i<tab->tab_dic.dic_key_count; i++, indp++) {
1856
1856
                ind = *indp;
1857
1857
                dirty_blocks += ind->mi_dirty_blocks;
1858
1858
        }