'max_sp_recursion_depth' variable doesn't appear to set causing "Recursive limit 0 was exceeded" error – Phpmyadmin
Quick note, I know this question has been asked here, but the 'answer' gives an alternative which doesn't involve recursion. I want to get recursion working. Here's some code I wrote to demonstrate the problem: CREATE OR REPLACE PROCEDURE `test`…