~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_class.h

  • Committer: Monty Taylor
  • Date: 2008-11-04 18:01:26 UTC
  • mto: (575.1.7 fix-headers)
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: monty@inaugust.com-20081104180126-88cfh3g4q1szu7us
Moved some stuff out of handler.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include <libdrizzle/password.h>     // rand_struct
31
31
#include <drizzled/sql_locale.h>
32
32
#include <drizzled/scheduler.h>
 
33
#include <drizzled/ha_trx_info.h>
33
34
 
34
35
class Relay_log_info;
35
36
 
40
41
class Rows_log_event;
41
42
 
42
43
enum enum_enable_or_disable { LEAVE_AS_IS, ENABLE, DISABLE };
43
 
enum enum_ha_read_modes { RFIRST, RNEXT, RPREV, RLAST, RKEY, RNEXT_SAME };
44
44
enum enum_duplicates { DUP_ERROR, DUP_REPLACE, DUP_UPDATE };
45
45
enum enum_delay_key_write { DELAY_KEY_WRITE_NONE, DELAY_KEY_WRITE_ON,
46
46
                            DELAY_KEY_WRITE_ALL };