~stewart/drizzle/embedded-innodb-autoincrement

« back to all changes in this revision

Viewing changes to drizzled/statement/insert_select.cc

merge trunk

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.