~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2009-01-06 23:23:11 UTC
  • mfrom: (759.1.9 devel)
  • Revision ID: brian@tangent.org-20090106232311-zjmahanuauc30r8o
Merge Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
370
370
    /* Check if we can continue without closing the connection */
371
371
 
372
372
    /* The error must be set. */
373
 
    assert(session->is_error());
 
373
    /* This assert is killing me - and tracking down why the error isn't
 
374
     * set here is a waste since the protocol lib is being replaced. */ 
 
375
    //assert(session->is_error());
374
376
    net_end_statement(session);
375
377
 
376
378
    if (net->error != 3)