~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_table.cc

  • Committer: Brian Aker
  • Date: 2011-03-24 23:14:46 UTC
  • mfrom: (2246.4.12 foreach)
  • Revision ID: brian@tangent.org-20110324231446-7q1gydkglys73nft
Merge in XTF

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
  return res;
172
172
}
173
173
 
174
 
bool statement::CreateTable::executeInner(identifier::Table::const_reference new_table_identifier)
 
174
bool statement::CreateTable::executeInner(const identifier::Table& new_table_identifier)
175
175
{
176
176
  bool res= false;
177
177
  Select_Lex *select_lex= &lex().select_lex;