mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merging revisions 3934..3944 from codership-mysql/5.5.
This commit is contained in:
@ -622,11 +622,7 @@ void do_handle_bootstrap(THD *thd)
|
||||
if (my_thread_init() || thd->store_globals())
|
||||
{
|
||||
#ifndef EMBEDDED_LIBRARY
|
||||
#ifdef WITH_WSREP
|
||||
close_connection(thd, ER_OUT_OF_RESOURCES, 1);
|
||||
#else
|
||||
close_connection(thd, ER_OUT_OF_RESOURCES);
|
||||
#endif /* WITH_WSREP */
|
||||
#endif
|
||||
thd->fatal_error();
|
||||
goto end;
|
||||
|
Reference in New Issue
Block a user