~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_class.h

  • Committer: Monty Taylor
  • Date: 2008-11-12 17:42:40 UTC
  • mto: This revision was merged to the branch mainline in revision 584.
  • Revision ID: monty@inaugust.com-20081112174240-l2vg9lnzbmjc3uyk
More header cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
class Rows_log_event;
42
42
 
43
43
enum enum_enable_or_disable { LEAVE_AS_IS, ENABLE, DISABLE };
44
 
enum enum_duplicates { DUP_ERROR, DUP_REPLACE, DUP_UPDATE };
45
44
enum enum_delay_key_write { DELAY_KEY_WRITE_NONE, DELAY_KEY_WRITE_ON,
46
45
                            DELAY_KEY_WRITE_ALL };
47
46
enum enum_slave_exec_mode { SLAVE_EXEC_MODE_STRICT,
2455
2454
void add_diff_to_status(STATUS_VAR *to_var, STATUS_VAR *from_var,
2456
2455
                        STATUS_VAR *dec_var);
2457
2456
 
 
2457
void close_connection(Session *session, uint32_t errcode, bool lock);
 
2458
 
2458
2459
#endif /* DRIZZLE_SERVER */
2459
2460
 
2460
2461
#endif /* DRIZZLED_SQL_CLASS_H */