~drizzle-trunk/drizzle/jenkins-Drizzle-Builder-180

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Continuous Integration
  • Date: 2013-03-07 03:15:07 UTC
  • mfrom: (2630.1.7 create-tmp-table)
  • Revision ID: ci@drizzle.org-20130307031507-bqgrashrp5m3fw8x
Merge lp:~stewart/drizzle/misc-cleanups Build: jenkins-Drizzle-Builder-175

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
namespace drizzled {
40
40
 
 
41
class KeyPartInfo;
 
42
 
41
43
#define HA_MAX_ALTER_FLAGS 40
42
44
 
43
45
typedef std::bitset<HA_MAX_ALTER_FLAGS> HA_ALTER_FLAGS;
603
605
  virtual void drop_table();
604
606
};
605
607
 
606
 
extern const char *ha_row_type[];
607
 
 
608
608
/* basic stuff */
609
609
void ha_init_errors(void);
610
610