~vjsamuel/drizzle/refactor-5-plugins

« back to all changes in this revision

Viewing changes to server/mysql_priv.h

Removed dead variable, sorted authors file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1320
1320
                                      bool allow_sum_func)
1321
1321
{
1322
1322
  bool res;
1323
 
  thd->lex->select_lex.no_wrap_view_item= true;
1324
1323
  res= setup_fields(thd, ref_pointer_array, item, mark_used_columns, sum_func_list,
1325
1324
                    allow_sum_func);
1326
 
  thd->lex->select_lex.no_wrap_view_item= false;
1327
1325
  return res;
1328
1326
}
1329
1327
int setup_conds(THD *thd, TABLE_LIST *tables, TABLE_LIST *leaves,