We use stored procedures to access data from MySql server using our .NET applications. We frequently run into issue where the INFORMATION_SCHEMA table gets locked and they are in the opening state. The problem is that we are not accessing the system tables directly, so not sure if it is a limitation of MySql or there is something to do with our configuration.
Attached is a screen for the same. There are 100s of records like this.
Using InnoDB as DB Engine.
Attached is a screen for the same. There are 100s of records like this.
Using InnoDB as DB Engine.