Bug #70983 | Assertion `0' fails on creating a temporary table via trigger | ||
---|---|---|---|
Submitted: | 22 Nov 2013 16:58 | Modified: | 16 Jan 2014 5:43 |
Reporter: | Elena Stepanova | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S3 (Non-critical) |
Version: | 5.6 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[22 Nov 2013 16:58]
Elena Stepanova
[22 Nov 2013 17:29]
MySQL Verification Team
Thanks for the report: Version: '5.6.16-debug' socket: '' port: 3306 MySQL Community Server (GPL) Assertion failed: 0, file protocol.cc, line 518 mysqld-debug.exe!my_sigabrt_handler()[my_thr_init.c:517] mysqld-debug.exe!raise()[winsig.c:593] mysqld-debug.exe!abort()[abort.c:81] mysqld-debug.exe!_wassert()[assert.c:153] mysqld-debug.exe!Protocol::end_statement()[protocol.cc:518] mysqld-debug.exe!dispatch_command()[sql_parse.cc:1762] mysqld-debug.exe!do_command()[sql_parse.cc:1036] mysqld-debug.exe!do_handle_one_connection()[sql_connect.cc:982] mysqld-debug.exe!handle_one_connection()[sql_connect.cc:899] mysqld-debug.exe!pfs_spawn_thread()[pfs.cc:1860] mysqld-debug.exe!pthread_start()[my_winthread.c:62] mysqld-debug.exe!_callthreadstartex()[threadex.c:314] mysqld-debug.exe!_threadstartex()[threadex.c:297]
[16 Jan 2014 5:43]
Erlend Dahl
This was fixed in 5.7.1 under the heading of Bug#14493938. [23 Jan 2013 5:08] Paul Dubois Noted in 5.7.1 changelog. For debug builds, creating a TEMPORARY table inside a trigger caused the server to exit.