~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/key.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:
314
314
        return 1;
315
315
      continue;
316
316
    }
317
 
    length= cmin((uint) (key_end-key), store_length);
 
317
    length= cmin((uint32_t) (key_end-key), store_length);
318
318
    if (!(key_part->key_type & (FIELDFLAG_NUMBER+FIELDFLAG_BINARY+
319
319
                                FIELDFLAG_PACK)))
320
320
    {