~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2008-07-20 22:02:56 UTC
  • Revision ID: brian@tangent.org-20080720220256-83c03tqqm1593qdq
Cleanup sql_lex to modern types.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3240
3240
TABLE_LIST *st_select_lex::add_table_to_list(THD *thd,
3241
3241
                                             Table_ident *table,
3242
3242
                                             LEX_STRING *alias,
3243
 
                                             ulong table_options,
 
3243
                                             uint32_t table_options,
3244
3244
                                             thr_lock_type lock_type,
3245
3245
                                             List<Index_hint> *index_hints_arg,
3246
3246
                                             LEX_STRING *option)