~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/analyze.cc

update

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  assert(first_table == all_tables && first_table != 0);
35
35
  Select_Lex *select_lex= &getSession()->getLex()->select_lex;
36
36
  bool res= analyze_table(getSession(), first_table, &check_opt);
37
 
  /* ! we write after unlocking the table */
38
 
  write_bin_log(getSession(), *getSession()->getQueryString());
39
37
  select_lex->table_list.first= (unsigned char*) first_table;
40
38
  getSession()->getLex()->query_tables= all_tables;
41
39