Bug #72728 | C/NET slow querying procedures | ||
---|---|---|---|
Submitted: | 23 May 2014 8:30 | Modified: | 15 Apr 0:06 |
Reporter: | Andrew Dalgleish | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 6.8.3 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[23 May 2014 8:30]
Andrew Dalgleish
[15 May 2015 5:47]
Tushar Agarwal
I am using 6.9.6. In my connection string I have added Use Procedure Bodies=true;ProcedureCacheSize=2500 , given all permissions on mysql.proc to my user but it doesn't work. I_S is being queried. Is there something that I am missing ?
[15 Apr 0:06]
Filipe Silva
Cannot be fixed. MySQL 8.0 removed the table mysql.proc. Consulting Information_Schema is the only alternative.