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
Bug #22131713 QUERYING STATUS_BY_USER/HOST/ACCOUNT CAUSES THE MYSQL SERVER TO CRASH
Issue:
------
While aggregating stats for user/host/account a null check was missing
to make sure account stats exist. In specific case reported here, stats
for account were not supposed to be collected as specified by user
therefore absense of this NULL check was causing crash.
Fix:
----
Addded a NULL check before dereferencing account stats pointer.
0 commit comments