~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2009-05-12 03:22:59 UTC
  • mfrom: (1008.1.1 merge)
  • Revision ID: brian@gaz-20090512032259-koqm71phusfj5ntd
Merging Brian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
942
942
    if ((res= insert_precheck(session, all_tables)))
943
943
      break;
944
944
 
945
 
    /* Fix lock for first table */
946
 
    if (first_table->lock_type == TL_WRITE_DELAYED)
947
 
      first_table->lock_type= TL_WRITE;
948
 
 
949
945
    /* Don't unlock tables until command is written to binary log */
950
946
    select_lex->options|= SELECT_NO_UNLOCK;
951
947