Ciao a tutti,
ho un database mysql in cui c'è una stored procedure che scrive in una tabella del database che da questa mattina non funziona più e restituisce l'errore:
ERROR 1436 (HY000): Thread stack overrun: 4136 bytes used of a 131072 byte stack, and 131072 bytes needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack.
La stored procedure ha sempre funzionato correttamente e ha cominciato a dare problemi solo oggi.
La tabella in cui deve scrivere conteneva 1.600.000 records ma ho fatto un backup e l'ho svuotata.
L'errore persiste.
Suggerimenti?