First alpha.
Functionality added or changed:
Changed how the procedure schema collection is retrieved. If the connection string contains “
use procedure bodies=true” then aSELECTis performed on themysql.proctable directly, as this is up to 50 times faster than the current Information Schema implementation. If the connection string contains “use procedure bodies=false”, then the Information Schema collection is queried. (Bug#36694)