mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Manual merge from mysql-trunk-merge.
This commit is contained in:
@ -638,9 +638,11 @@ err:
|
||||
if (recovery_captain)
|
||||
mysql_close(recovery_captain);
|
||||
delete thd;
|
||||
|
||||
DBUG_LEAVE; // Must match DBUG_ENTER()
|
||||
my_thread_end();
|
||||
pthread_exit(0);
|
||||
DBUG_RETURN(0);
|
||||
return 0; // Avoid compiler warnings
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user