![](https://secure.gravatar.com/avatar/96abd9bf6a25c1d7d313b7d2fbc22444.jpg?s=120&d=mm&r=g)
24 Mar
2017
24 Mar
'17
5 p.m.
Hello Alexander, On oracle when an error occurred inside a stored procedure, the error message contains the stack trace of calling procedures. It's very useful when you have tons of procedures. I wrote this little patch to do something like that by adding the stack trace as "notes". To show the correct lines number (according to result of show create procedure) , I had to correct yylineno in sql_les.cc. But now, some tests failed because the line number of errors have changed ! What is your opinion on this patch ? Regards, Jérôme.