Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.1.67, 5.2.14, 5.3.12, 5.5.34, 10.0.6
-
Fix Version/s: 10.0.14
-
Component/s: Data Definition - Temporary, Triggers
-
Labels:
Description
create table t1 (i int);
create trigger tr after insert on t1 for each row
create temporary table tmp as select new.i;
insert into t1 values (1);
sql/protocol.cc:518: void Protocol::end_statement(): Assertion `0' failed. 131122 21:21:26 [ERROR] mysqld got signal 6 ;
#6 0x00007f0e94cb5621 in *__GI___assert_fail (assertion=0xd4ed6d "0", file=<optimized out>, line=518, function=0xd4ff60 "void Protocol::end_statement()") at assert.c:81 #7 0x0000000000594054 in Protocol::end_statement (this=0x7f0e9067e628) at /home/elenst/bzr/5.5/sql/protocol.cc:518 #8 0x000000000062d973 in dispatch_command (command=COM_QUERY, thd=0x7f0e9067e060, packet=0x7f0e907d7061 "insert into t1 values (1)", packet_length=25) at /home/elenst/bzr/5.5/sql/sql_parse.cc:1471 #9 0x000000000062b796 in do_command (thd=0x7f0e9067e060) at /home/elenst/bzr/5.5/sql/sql_parse.cc:793 #10 0x000000000072c9ae in do_handle_one_connection (thd_arg=0x7f0e9067e060) at /home/elenst/bzr/5.5/sql/sql_connect.cc:1266 #11 0x000000000072c46d in handle_one_connection (arg=0x7f0e9067e060) at /home/elenst/bzr/5.5/sql/sql_connect.cc:1181 #12 0x00000000009746d5 in pfs_spawn_thread (arg=0x7f0e90683f80) at /home/elenst/bzr/5.5/storage/perfschema/pfs.cc:1015 #13 0x00007f0e96215b50 in start_thread (arg=<optimized out>) at pthread_create.c:304 #14 0x00007f0e94d64a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
revision-id: elenst@wheezy-64.home-20131122160336-h4180sqb00z6xyvh revno: 3983 branch-nick: 5.5 BUILD/compile-pentium-debug-max-no-ndb
Gliffy Diagrams
Attachments
Issue Links
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
The upstream bug was fixed in 5.7.1.
Independently, the problem disappeared from 10.0 tree with the following revision:
Closing as fixed in 10.0.