~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table/instance/base.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-15 15:17:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2408.
  • Revision ID: olafvdspek@gmail.com-20110815151719-8jp69yf9tbv89kvc
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
1320
1320
  /* Fix key stuff */
1321
1321
  if (key_parts)
1322
1322
  {
1323
 
    uint32_t local_primary_key= 0;
1324
 
    doesKeyNameExist("PRIMARY", local_primary_key);
1325
 
 
 
1323
    uint32_t local_primary_key= doesKeyNameExist("PRIMARY");
1326
1324
    keyinfo= key_info;
1327
1325
    key_part= keyinfo->key_part;
1328
1326