~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • 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:
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);