~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.cc

  • Committer: Brian Aker
  • Date: 2009-08-04 21:28:10 UTC
  • mto: This revision was merged to the branch mainline in revision 1111.
  • Revision ID: brian@gaz-20090804212810-3pmf0ttumbhkjfk1
More from the table patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
                    values_list.elements > 1);
241
241
 
242
242
  if (session->open_and_lock_tables(table_list))
243
 
    return(true);
 
243
    return true;
244
244
 
245
245
  lock_type= table_list->lock_type;
246
246