~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/db.cc

  • Committer: Brian Aker
  • Date: 2009-02-21 00:18:15 UTC
  • Revision ID: brian@tangent.org-20090221001815-x20e8h71e984lvs1
Completion (?) of uint conversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
624
624
  tot_list_next= &tot_list;
625
625
 
626
626
  for (uint32_t idx=0 ;
627
 
       idx < (uint) dirp->number_off_files && !session->killed ;
 
627
       idx < (uint32_t) dirp->number_off_files && !session->killed ;
628
628
       idx++)
629
629
  {
630
630
    FILEINFO *file=dirp->dir_entry+idx;