~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

updating to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
895
895
*/
896
896
 
897
897
TableList *Select_Lex::add_table_to_list(Session *session,
898
 
                                                             Table_ident *table,
899
 
                                                             LEX_STRING *alias,
900
 
                                                             const bitset<NUM_OF_TABLE_OPTIONS>& table_options,
901
 
                                                             thr_lock_type lock_type,
902
 
                                                             List<Index_hint> *index_hints_arg,
 
898
                                         Table_ident *table,
 
899
                                         LEX_STRING *alias,
 
900
                                         const bitset<NUM_OF_TABLE_OPTIONS>& table_options,
 
901
                                         thr_lock_type lock_type,
 
902
                                         List<Index_hint> *index_hints_arg,
903
903
                                         LEX_STRING *option)
904
904
{
905
905
  TableList *ptr;