~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_delete.cc

  • Committer: Brian Aker
  • Date: 2009-08-04 22:10:23 UTC
  • mto: This revision was merged to the branch mainline in revision 1111.
  • Revision ID: brian@gaz-20090804221023-ghbxmjoivqihpfc7
Move names around a bit (to align similar methods)

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
  Session::killed_state killed_status= Session::NOT_KILLED;
53
53
 
54
54
 
55
 
  if (session->open_and_lock_tables(table_list))
 
55
  if (session->openTablesLock(table_list))
56
56
    return true;
57
57
 
58
58
  table= table_list->table;