~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto_write.cc

  • Committer: Stewart Smith
  • Date: 2009-09-22 09:36:37 UTC
  • mfrom: (1128 staging)
  • mto: This revision was merged to the branch mainline in revision 1145.
  • Revision ID: stewart@flamingspork.com-20090922093637-44bvw0i4fe0job1m
merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
366
366
  if (create_info->key_block_size)
367
367
    table_options->set_key_block_size(create_info->key_block_size);
368
368
 
369
 
  if (create_info->block_size)
370
 
    table_options->set_block_size(create_info->block_size);
371
 
 
372
369
  for (unsigned int i= 0; i < keys; i++)
373
370
  {
374
371
    message::Table::Index *idx;