~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/replace.cc

  • Committer: Brian Aker
  • Date: 2009-12-06 01:55:53 UTC
  • mfrom: (1238.1.5 push)
  • Revision ID: brian@gaz-20091206015553-cva833q4gvwj11ob
Bundle for staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
  TableList *first_table= (TableList *) session->lex->select_lex.table_list.first;
33
33
  TableList *all_tables= session->lex->query_tables;
34
34
  assert(first_table == all_tables && first_table != 0);
35
 
  bool need_start_waiting= false;
 
35
  bool need_start_waiting;
36
36
 
37
37
  if (insert_precheck(session, all_tables))
38
38
  {