~hartmut-php/drizzle/drizzle-codegen

« back to all changes in this revision

Viewing changes to drizzled/db.cc

  • Committer: Hartmut Holzgraefe
  • Date: 2009-02-21 11:38:51 UTC
  • mfrom: (884.1.12 drizzle)
  • Revision ID: hartmut@mysql.com-20090221113851-p2n577trxbr8ip7v
mergeĀ fromĀ lp:drizzle

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;