~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2010-03-18 01:23:59 UTC
  • mto: This revision was merged to the branch mainline in revision 1356.
  • Revision ID: brian@gaz-20100318012359-fga2gebt8b0nbksi
Modify ptr to reference.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2026
2026
 
2027
2027
  protoerr= plugin::StorageEngine::getTableDefinition(session,
2028
2028
                                                      src_table,
2029
 
                                                      &src_proto);
 
2029
                                                      src_proto);
2030
2030
  new_proto.CopyFrom(src_proto);
2031
2031
 
2032
2032
  if (lex_identified_temp_table)