Bug #20033 | creating a temporary table crashes server when client quits | ||
---|---|---|---|
Submitted: | 24 May 2006 5:06 | Modified: | 6 Jun 2006 8:40 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0-bk | OS: | Linux (linux/windows) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[24 May 2006 5:06]
Shane Bester
[24 May 2006 5:40]
MySQL Verification Team
updated synopsis. new testcase; mysql> create temporary table tt(id int); Query OK, 0 rows affected (0.02 sec) mysql> exit Bye <server crashes here>
[24 May 2006 6:07]
Tonci Grgin
Verified on Suse with bk debug build of 2006-05-23. Windows mysqld-max-nt built from the same repo didn't crash.