~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

  • Committer: Brian Aker
  • Date: 2010-07-16 19:54:08 UTC
  • mfrom: (1660.1.4 rollup)
  • Revision ID: brian@gaz-20100716195408-8fiuxwmy4mpqq4ko
Rollup patch + fix for not intel processors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
471
471
 
472
472
  key_info= table->key_info;
473
473
  memset(&create_info, 0, sizeof(create_info));
474
 
  /* Allow update_create_info to update row type */
475
474
  create_info.row_type= table->getShare()->row_type;
476
 
  cursor->update_create_info(&create_info);
477
475
  primary_key= table->getShare()->getPrimaryKey();
478
476
 
479
477
  for (uint32_t i=0 ; i < table->getShare()->sizeKeys() ; i++,key_info++)