~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Brian Aker
  • Date: 2008-10-11 18:46:03 UTC
  • mfrom: (499.1.1 codestyle)
  • Revision ID: brian@tangent.org-20081011184603-acnvl454409fzhvq
Merging Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
                                const char *table_name,
181
181
                                HA_CREATE_INFO *create_info,
182
182
                                Alter_info *alter_info,
183
 
                                bool tmp_table, uint32_t select_field_count);
 
183
                                bool tmp_table, uint32_t select_field_count,
 
184
                                bool lock_open_lock);
184
185
 
185
186
bool mysql_alter_table(THD *thd, char *new_db, char *new_name,
186
187
                       HA_CREATE_INFO *create_info,