~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Brian Aker
  • Date: 2009-11-19 03:54:45 UTC
  • mto: (1223.1.4 push) (1226.1.2 push)
  • mto: This revision was merged to the branch mainline in revision 1224.
  • Revision ID: brian@gaz-20091119035445-01a1mcnq3x0w9b8q
Remove used flag for engine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
865
865
bool mysql_create_like_table(Session* session, TableList* table, TableList* src_table,
866
866
                             drizzled::message::Table& create_table_proto,
867
867
                             HA_CREATE_INFO *create_info,
868
 
                             bool is_if_not_exists);
 
868
                             bool is_if_not_exists,
 
869
                             bool is_engine_set);
869
870
 
870
871
bool mysql_rename_table(drizzled::plugin::StorageEngine *base, const char *old_db,
871
872
                        const char * old_name, const char *new_db,