~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/mysql_priv.h

MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1033
1033
bool mysql_xa_recover(THD *thd);
1034
1034
 
1035
1035
bool check_simple_select();
1036
 
int mysql_alter_tablespace(THD* thd, st_alter_tablespace *ts_info);
1037
1036
 
1038
1037
SORT_FIELD * make_unireg_sortorder(ORDER *order, uint *length,
1039
1038
                                  SORT_FIELD *sortorder);
1283
1282
bool add_field_to_list(THD *thd, LEX_STRING *field_name, enum enum_field_types type,
1284
1283
                       char *length, char *decimal,
1285
1284
                       uint type_modifier,
1286
 
                       enum ha_storage_media storage_type,
1287
1285
                       enum column_format_type column_format,
1288
1286
                       Item *default_value, Item *on_update_value,
1289
1287
                       LEX_STRING *comment,