~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.h

  • Committer: Jay Pipes
  • Date: 2009-09-15 21:01:42 UTC
  • mto: (1126.2.5 merge)
  • mto: This revision was merged to the branch mainline in revision 1128.
  • Revision ID: jpipes@serialcoder-20090915210142-x8mwiqn1q0vzjspp
Moves Alter_info out into its own header and source file, cleans up some related include mess in sql_lex.h, and renames Alter_info to AlterInfo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
                       HA_CREATE_INFO *create_info,
49
49
                       drizzled::message::Table *create_proto,
50
50
                       TableList *table_list,
51
 
                       Alter_info *alter_info,
 
51
                       AlterInfo *alter_info,
52
52
                       uint32_t order_num, order_st *order, bool ignore);
53
53
bool mysql_checksum_table(Session* session, TableList* table_list,
54
54
                          HA_CHECK_OPT* check_opt);
93
93
*/
94
94
int mysql_prepare_create_table(Session *session,
95
95
                               HA_CREATE_INFO *create_info,
96
 
                               Alter_info *alter_info,
 
96
                               AlterInfo *alter_info,
97
97
                               bool tmp_table,
98
98
                               uint32_t *db_options,
99
99
                               handler *file,