Bug #83262 SHOW TABLES FROM DATABASE hangs on WINDOWS platform
Submitted: 5 Oct 2016 8:15 Modified: 13 Oct 2016 15:34
Reporter: Praveenkumar Hulakund Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Information schema Severity:S3 (Non-critical)
Version:8.0 OS:Any
Assigned to: CPU Architecture:Any

[5 Oct 2016 8:15] Praveenkumar Hulakund
Description:
SHOW TABLES FROM DATABASE hangs on Windows Platform
when name of the database is used in uppercase,

How to repeat:
CREATE DATABASE unknown;

SHOW TABLES FROM UNKNOWN; //DATABASE name is used in UPPERCASE

SHOW TABLES FROM UNKNOWN; //HANG
[13 Oct 2016 15:34] Paul DuBois
Posted by developer:
 
Noted in 8.0.1 changelog.

On Windows, SHOW TABLES FROM db_name hung if db_name was given in
uppercase.