~maria-captains/maria/mysql-6.0-backup

« back to all changes in this revision

Viewing changes to sql/sql_delete.cc

  • Committer: Thava Alagu
  • Date: 2010-03-11 19:18:17 UTC
  • mfrom: (3719.14.62 mysql-6.0-codebase)
  • Revision ID: thavamuni.alagu@sun.com-20100311191817-5nigmq884xo9fuut
Merge from mysql-6.0-codebase

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    THD::STMT_QUERY_TYPE :
60
60
    THD::ROW_QUERY_TYPE;
61
61
 
62
 
  if (open_and_lock_tables(thd, table_list))
 
62
  if (open_and_lock_tables(thd, table_list, TRUE, 0))
63
63
  {
64
64
    MYSQL_DELETE_DONE(1, 0);
65
65
    DBUG_RETURN(TRUE);