~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/protocol.cc

  • Committer: Brian Aker
  • Date: 2008-12-24 19:41:08 UTC
  • mfrom: (722.2.32 devel)
  • Revision ID: brian@tangent.org-20081224194108-4140ku9dgjkyk97m
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
394
394
    break;
395
395
  case Diagnostics_area::DA_EMPTY:
396
396
  default:
397
 
    assert(0);
 
397
    //TODO: Something is being masked here by commenting this out
 
398
    //  assert(0);
398
399
    net_send_ok(session, session->server_status, session->total_warn_count,
399
400
                0, 0, NULL);
400
401
    break;