~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto_write.cc

  • Committer: Brian Aker
  • Date: 2009-09-16 21:56:01 UTC
  • mfrom: (1126.2.5 merge)
  • Revision ID: brian@gaz-20090916215601-o8gy2wmwt0pgfp86
Merge Jay Alter table + Brian dead code

Show diffs side-by-side

added added

removed removed

Lines of Context:
336
336
  if (create_info->key_block_size)
337
337
    table_options->set_key_block_size(create_info->key_block_size);
338
338
 
339
 
  if (create_info->block_size)
340
 
    table_options->set_block_size(create_info->block_size);
341
 
 
342
339
  for (unsigned int i= 0; i < keys; i++)
343
340
  {
344
341
    message::Table::Index *idx;