Hi, just running the test suite on windows I get a debug assert here:
Call stack:
mysqld.exe!_NMSG_WRITE(int rterrnum=10) Line 198 C
mysqld.exe!abort() Line 59 + 0x7 bytes C
mysqld.exe!_wassert(const wchar_t * expr=0x00a1271c, const wchar_t *
filename=0x00a12700, unsigned int lineno=416) Line 395 C
> mysqld.exe!net_end_statement(THD * thd=0x017f1040) Line 416 + 0x18 bytes C++
mysqld.exe!dispatch_command(enum_server_command command=COM_QUERY,
THD * thd=0x017f1040, char * packet=0x01287131, unsigned int
packet_length=12) Line 1605 + 0x9 bytes C++
mysqld.exe!do_command(THD * thd=0x017f1040) Line 858 + 0x1b bytes C++
mysqld.exe!handle_one_connection(void * arg=0x017f1040) Line 1119 +
0x9 bytes C++
mysqld.exe!pthread_start(void * param=0x01214098) Line 85 + 0x9 bytes C
mysqld.exe!_callthreadstart() Line 293 + 0xf bytes C
mysqld.exe!_threadstart(void * ptd=0x012c7530) Line 277 C
protocol.cc:415
default:
DBUG_ASSERT(0); // <-- here.
net_send_ok(thd, thd->server_status, thd->total_warn_count,
0, 0, NULL);
break;
}
Is that expected?
| Thread |
|---|
| • Debug assert triggered in test suite 5.4 win32 | Alex Budovski | 23 Dec |