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#33855045 Test ndbinfo_upgrade fails on valgrind builds [#4]
The NdbEventOperationImpl owns a NdbDictionary::Event by having a
pointer to the Event's implementation.
Make sure the pointer is always initialized in constructor and mark the
pointer const. Also mark NdbEventImpl's pointer to the Event as const.
Thus the m_eventImpl->m_facade pointer path should now be enforced by
compiler.
Change-Id: I469b39d66a4d83daf08307d980d555da1ab79827
0 commit comments