~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Brian Aker
  • Date: 2010-03-15 20:30:25 UTC
  • mto: This revision was merged to the branch mainline in revision 1342.
  • Revision ID: brian@gaz-20100315203025-byta5ien9r3c8pwo
Length usage of identifier down the tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
726
726
                                bool is_if_not_exists);
727
727
 
728
728
bool mysql_create_like_table(Session* session,
 
729
                             TableIdentifier &destination_identifier,
729
730
                             TableList* table, TableList* src_table,
730
731
                             message::Table &create_table_proto,
731
732
                             bool is_if_not_exists,