-
Catalin Besleaga authored
Assertion "!current_thd->is_error()" fails due to calling of find_item() function which sets the status to error due to overflow. Fix was to check for the current thread's error status before proceeding to using the value returned by this function. Change-Id: Ic5e86fe5b935d849fefa36c68bb80555094c68de
Catalin Besleaga authoredAssertion "!current_thd->is_error()" fails due to calling of find_item() function which sets the status to error due to overflow. Fix was to check for the current thread's error status before proceeding to using the value returned by this function. Change-Id: Ic5e86fe5b935d849fefa36c68bb80555094c68de
Loading