From d2c8b6ae0c7bb9754f62d054efab9e91b1cee2f1 Mon Sep 17 00:00:00 2001
From: "Alexander M. Turek"
- I'm running MySQL 4.0.1 on a Windows NT machine. Each time I
- create a table the table name is changed to lowercase.
+ I'm running MySQL <= 4.0.1 having lower_case_table_names set
+ to 1. If I create a new table with a capital letter in its name it is
+ changed to lowercase as it should. But if I try to DROP this table MySQL
+ is unable to find the corresponding file.
- This seems to be a bug of MySQL 4.0.1 because it also appears when
- using the MySQL commandline. Currently we only know about its appearance on
- Windows NT systems, but it is possible that it appears on other
- systems, too.
- If you encounter this bug together with another OS and/or MySQL version or
- you know how to work around it, please post a message into
-
- our bug tracker at SourceForge.
+ This is a bug of MySQL <= 4.0.1. Please upgrade to at least
+ MySQL 4.0.2 or turn off your lower_case_table_names directive.