src-d / go-mysql-server

An extensible MySQL server implementation in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adding stored procedure support

philhug opened this issue · comments

what would the best way be to add stored procedure support?
It seems we'd need
call procedure0()
call procedure1(arg1)
...
like for functions, which are already supported, but instead of invoking them in selects, we'd invoke them with call