Bug #11022 lowercase_table crashed mysqld.exe on Windows
Submitted: 1 Jun 2005 19:26 Modified: 16 Jun 2005 11:25
Reporter: Carsten Segieth Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:5.0.6-beta OS:Windows (Windows XP Home SP2)
Assigned to: CPU Architecture:Any

[1 Jun 2005 19:26] Carsten Segieth
Description:
using 'perl mysql-test-run.pl lowercase_table' leads to a crash of mysqld.exe (on two different machines). Last statement in test case seems to be 'use lpt1' (from  the end of master.log).

How to repeat:
try 'perl mysql-test-run.pl lowercase_table'.
[1 Jun 2005 23:09] MySQL Verification Team
I was unable to repeat:

Installing Slave Databases
=======================================================
Finding  Tests in the 'main' suite
Starting Tests in the 'main' suite

TEST                            RESULT
-------------------------------------------------------

lowercase_table                 [ pass ]
-------------------------------------------------------
Ending Tests
Shutting-down MySQL daemon

Master(s) shutdown finished
Slave(s) shutdown finished
All 1 tests were successful.
[3 Jun 2005 17:59] MySQL Verification Team
I forget to say you that I copied the mysql-test directory from the
Unix source to Cygwin stuff and then with the Kent's helps removed
some lines that only works on Unix  and fixed 2 calls of error() function
to mrt_error().
[16 Jun 2005 11:25] Carsten Segieth
repeatable also with 5.0.7-beta distribution binaries + tests, but this bug report is a duplicate "#9148 Denial of Service".