~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Brian Aker
  • Date: 2010-07-16 19:54:08 UTC
  • mfrom: (1660.1.4 rollup)
  • Revision ID: brian@gaz-20100716195408-8fiuxwmy4mpqq4ko
Rollup patch + fix for not intel processors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <drizzled/xid.h>
24
24
#include <drizzled/discrete_interval.h>
25
 
#include <drizzled/table_identifier.h>
 
25
#include <drizzled/identifier.h>
26
26
 
27
27
/* Definitions for parameters to do with Cursor-routines */
28
28
 
448
448
      insert_id_for_cur_row;
449
449
  }
450
450
 
451
 
  virtual void update_create_info(HA_CREATE_INFO *) {}
452
 
  int check_old_types(void);
453
451
  /* end of the list of admin commands */
454
452
 
455
453
  virtual int indexes_are_disabled(void) {return 0;}