~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Brian Aker
  • Date: 2009-12-01 00:32:58 UTC
  • mto: (1234.1.3 push)
  • mto: This revision was merged to the branch mainline in revision 1235.
  • Revision ID: brian@gaz-20091201003258-072j43fxdq5ugpv9
Final removal table_flag().

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
 
262
262
  /* this is necessary in many places, e.g. in HANDLER command */
263
263
  int ha_index_or_rnd_end();
264
 
  drizzled::plugin::StorageEngine::Table_flags ha_table_flags() const;
265
264
 
266
265
  /**
267
266
    These functions represent the public interface to *users* of the
848
847
bool mysql_derived_filling(Session *session, LEX *lex, TableList *t);
849
848
int prepare_create_field(CreateField *sql_field,
850
849
                         uint32_t *blob_columns,
851
 
                         int *timestamps, int *timestamps_with_niladic,
852
 
                         int64_t table_flags);
 
850
                         int *timestamps, int *timestamps_with_niladic);
853
851
 
854
852
bool mysql_create_table(Session *session,
855
853
                        drizzled::TableIdentifier &identifier,