~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_share.h

  • Committer: lbieber
  • Date: 2010-10-07 00:53:56 UTC
  • mfrom: (1816.2.5 intel-warnings-win)
  • mto: This revision was merged to the branch mainline in revision 1819.
  • Revision ID: lbieber@orisndriz08-20101007005356-uy0csu79ecyxdkbj
Merge Monty - clean up ICC warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
 
218
218
    if (iter == _keynames.end())
219
219
    {
220
 
      position= -1; //historical, required for finding primary key from unique
 
220
      position= UINT32_MAX; //historical, required for finding primary key from unique
221
221
      return false;
222
222
    }
223
223