~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/insert_select.cc

  • Committer: Brian Aker
  • Date: 2010-04-20 18:23:07 UTC
  • mto: This revision was merged to the branch mainline in revision 1502.
  • Revision ID: brian@gaz-20100420182307-jwyhun4vm2dtugyb
There is room for improvement around this. We should be using rows as well
in the future as a metric for disk/memory store. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
                         session->lex, 
76
76
                         sel_result, 
77
77
                         OPTION_SETUP_TABLES_DONE);
 
78
 
78
79
      /*
79
80
         Invalidate the table in the query cache if something changed
80
81
         after unlocking when changes become visible.