USE DWSUCOS;
CALL `SP_EXECUTA_ESQ_DIR`();
Erro SQL (1436): Thread stack overrun: 7636 bytes used of a 131072 byte stack, and 128000 bytes needed. Use 'mysqld --thread_stack=#' to specify a bigger stack
USE DWSUCOS;
CALL `SP_EXECUTA_ESQ_DIR`();
Erro SQL (1436): Thread stack overrun: 7636 bytes used of a 131072 byte stack, and 128000 bytes needed. Use 'mysqld --thread_stack=#' to specify a bigger stack
Achei essa resposta, que resolveu o problema nesse post da alura:
https://cursos.alura.com.br/forum/topico-erro-sql-1436-86850
"Sua pilha de threads está no menor tamanho possível. Configure-o para o padrão, 196608 se você estiver usando um sistema operacional de 32 bits ou 262144 para 64 bits.
Siga o caminho: Seu disco/UniServerz/core/mysql
Dentro da pasta mysql tem um arquivo chamado my. Abra-o e procure por thread_stack e coloque:
thread_stack = 256k
Não esqueça de reiniciar o Mysql assim que alterar."