~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/mysql_priv.h

  • Committer: Brian Aker
  • Date: 2008-07-18 18:55:10 UTC
  • mfrom: (177.1.5 drizzle)
  • Revision ID: brian@tangent.org-20080718185510-o5nnn7g5ub81llqr
Head merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
866
866
               bool check_count);
867
867
pthread_handler_t handle_one_connection(void *arg);
868
868
bool init_new_connection_handler_thread();
869
 
void reset_mqh(LEX_USER *lu, bool get_them);
870
 
bool check_mqh(THD *thd, uint check_command);
871
869
void time_out_user_resource_limits(THD *thd, USER_CONN *uc);
872
870
void decrease_user_connections(USER_CONN *uc);
873
871
void thd_init_client_charset(THD *thd, uint cs_number);
1320
1318
                                      bool allow_sum_func)
1321
1319
{
1322
1320
  bool res;
1323
 
  thd->lex->select_lex.no_wrap_view_item= true;
1324
1321
  res= setup_fields(thd, ref_pointer_array, item, mark_used_columns, sum_func_list,
1325
1322
                    allow_sum_func);
1326
 
  thd->lex->select_lex.no_wrap_view_item= false;
1327
1323
  return res;
1328
1324
}
1329
1325
int setup_conds(THD *thd, TABLE_LIST *tables, TABLE_LIST *leaves,