summaryrefslogtreecommitdiff
path: root/sql/handler.cc
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2009-09-23 17:10:23 +0400
committerAlexander Nozdrin <alik@sun.com>2009-09-23 17:10:23 +0400
commitd49913877064778d8301c7bbd610238b3f5422cd (patch)
tree1a46d6c8be6bd25f4e81fbe52c4b9e5063b86798 /sql/handler.cc
parente6afad8858039c566870bac9c45910a963975c2e (diff)
downloadmariadb-git-d49913877064778d8301c7bbd610238b3f5422cd.tar.gz
A patch for Bug#47474 (mysqld hits Dbug_violation_helper assert
when compiled with Sun Studio compiler). The thing is that Sun Studio compiler calls destructor of stack objects when pthread_exit() is called. That triggered an assertion in DBUG_ENTER()/DBUG_RETURN() validation logic (if DBUG_ENTER() is used in the beginning of function, all returns should be replaced by DBUG_RETURN/DBUG_VOID_RETURN macros). A fix is to explicitly use DBUG_LEAVE macro.
Diffstat (limited to 'sql/handler.cc')
0 files changed, 0 insertions, 0 deletions