MySQL Forums
Forum List  »  Stored Procedures

DECLARE EXIT HANDLER FOR 1135 SELECT "HY000 (ER_CANT_CREATE_THREAD) Can't create a new thread (errno %d); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug" as 'ERROR_NO SQLSTATE';
Posted by: mohamed said
Date: April 24, 2006 05:49AM

how can i fix this problem

Options: ReplyQuote


Subject
Views
Written By
Posted
3762
April 05, 2006 08:06AM
2809
April 05, 2006 05:13PM
2308
April 06, 2006 06:33AM
2227
April 06, 2006 08:37AM
9772
April 06, 2006 02:37PM
12846
April 06, 2006 02:41PM
DECLARE EXIT HANDLER FOR 1135 SELECT "HY000 (ER_CANT_CREATE_THREAD) Can't create a new thread (errno %d); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug" as 'ERROR_NO SQLSTATE';
3087
April 24, 2006 05:49AM
2227
April 24, 2006 08:27AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.