Comment 2 for bug 441000

Revision history for this message
Paul McCullagh (paul-mccullagh) wrote :

I noticed that this same tests causes an assertion failure in MySQL, in net_end_statement() file: protocol.cc, line 416 (in MySQL 5.1.35):

  case Diagnostics_area::DA_EMPTY:
  default:
    DBUG_ASSERT(0);
    net_send_ok(thd, thd->server_status, thd->total_warn_count,
                0, 0, NULL);
    break;
  }