Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.3.7
-
None
Description
--error ER_ACCESS_DENIED_ERROR
|
connect (fail_con,localhost,root,z,test2); |
In such cased mysql_close() is not called while it should. That results in a test failures under clang + ASAN/LSAN. F.ex. main.connect is affected.