~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.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:
51
51
bool mysql_frm_type(Session *session, char *path, enum legacy_db_type *dbt);
52
52
 
53
53
 
54
 
enum release_type { RELEASE_NORMAL, RELEASE_WAIT_FOR_DROP };
55
 
 
56
54
/*
57
55
  Values in this enum are used to indicate how a tables TIMESTAMP field
58
56
  should be treated. It can be set to the current timestamp on insert or
610
608
  int report_error(int error);
611
609
};
612
610
 
 
611
Table *create_virtual_tmp_table(Session *session,
 
612
                                List<Create_field> &field_list);
 
613
 
613
614
typedef struct st_foreign_key_info
614
615
{
615
616
  LEX_STRING *forein_id;