~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/explain_plan.cc

  • Committer: Brian Aker
  • Date: 2011-03-28 02:46:21 UTC
  • Revision ID: brian@tangent.org-20110328024621-wtkdtlvdplqm0ybf
Shift CHARSET_INFO to charset_info_st

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
  Session *session= join->session;
81
81
  select_result *result= join->result;
82
82
  Item *item_null= new Item_null();
83
 
  const CHARSET_INFO * const cs= system_charset_info;
 
83
  const charset_info_st * const cs= system_charset_info;
84
84
  int quick_type;
85
85
  /* Don't log this into the slow query log */
86
86
  session->server_status&= ~(SERVER_QUERY_NO_INDEX_USED | SERVER_QUERY_NO_GOOD_INDEX_USED);