~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-23 23:52:54 UTC
  • mto: This revision was merged to the branch mainline in revision 2251.
  • Revision ID: olafvdspek@gmail.com-20110323235254-g3q0c1feajno7edr
 Remove const_reference and reference from identifier::Table

Show diffs side-by-side

added added

removed removed

Lines of Context:
679
679
                          bool is_if_not_exists);
680
680
 
681
681
bool create_like_table(Session* session,
682
 
                       identifier::Table::const_reference destination_identifier,
683
 
                       identifier::Table::const_reference source_identifier,
 
682
                       const identifier::Table& destination_identifier,
 
683
                       const identifier::Table& source_identifier,
684
684
                       message::Table &create_table_proto,
685
685
                       bool is_if_not_exists,
686
686
                       bool is_engine_set);