You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently MySQL one-shot prepared queries(i.e. using SqlClient#preparedQuery) with cache statement option off will never close the internal statement after executing, the user can neither close it by themselves, which those statement handles will cause leaks on the server side. Instead we should close it in MySQL client after executing if it's not cached to be reused.