~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/drop_index.cc

  • Committer: Brian Aker
  • Date: 2010-07-29 05:53:14 UTC
  • mfrom: (1671.1.4 staging)
  • Revision ID: brian@gaz-20100729055314-c5q5zzphc5zjdq59
Rollup of Stewart

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
  memset(&create_info, 0, sizeof(create_info));
65
65
  create_info.db_type= 0;
66
 
  create_info.row_type= ROW_TYPE_NOT_USED;
67
66
 
68
67
  bool res;
69
68
  if (original_table_message.type() == message::Table::STANDARD )