~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_query_cache/query_cache_service.cc

  • Committer: Olaf van der Spek
  • Date: 2011-03-10 12:49:38 UTC
  • mto: This revision was merged to the branch mainline in revision 2233.
  • Revision ID: olafvdspek@gmail.com-20110310124938-gwhzx3pq8ueg682n
Session::lex()

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
  /* Extract the returned fields 
86
86
   * and add the field data to the SelectHeader
87
87
   */
88
 
  List<Item>::iterator it(in_session->getLex()->select_lex.item_list);
 
88
  List<Item>::iterator it(in_session->lex().select_lex.item_list);
89
89
  Item *item;
90
90
  while ((item=it++))
91
91
  {