| Bug #21666 | mysql server crash when defining temporary tables using the socket connection | ||
|---|---|---|---|
| Submitted: | 16 Aug 2006 2:03 | Modified: | 16 Aug 2006 18:17 |
| Reporter: | Cristian Gafton | ||
| Status: | Duplicate | ||
| Category: | Server | Severity: | S1 (Critical) |
| Version: | 5.0.24 | OS: | Linux (Linux) |
| Assigned to: | Target Version: | ||
[16 Aug 2006 2:03]
Cristian Gafton
[16 Aug 2006 2:05]
Cristian Gafton
shell script to start up mysqld for this test
Attachment: start-mysqld.sh (application/x-sh, text), 868 bytes.
[16 Aug 2006 2:07]
Cristian Gafton
SQL schema that crashes the mysqld server
Attachment: crash.sql (text/x-sql), 3.73 KiB.
[16 Aug 2006 18:02]
Shane Bester
verified this crash with mysql-standard-5.0.24-linux-i686-glibc23 (gdb) bt #0 0x081aac54 in close_temporary () #1 0x081aadb0 in close_temporary_tables () #2 0x0816a571 in THD::cleanup () #3 0x08176f7e in end_thread () #4 0x08189747 in handle_one_connection () #5 0x00880b80 in start_thread () from /lib/libpthread.so.0 #6 0x00597dee in clone () from /lib/libc.so.6 (gdb) Probably a duplicate of one of the other close_temporary_tables() bugs.
[16 Aug 2006 18:17]
Shane Bester
duplicate of bug #21582
[18 Aug 2006 23:00]
Andrei Elkin
This must be a dup of earlier bug#20919.
