You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, calling mysql procedures are currently not supported in ngx_drizzle because the underlying libdrizzle library does not support the CLIENT_MULTI_RESULTS flag yet :(
you have to rewrite libdrizzle to support CLIENT_MULTI_RESULTS
and if the p_query() returns many tables, very difficult to handle
i have a dirty example for a call returns one table, you can call me in
like:
set $my_sql 'call p_query()';
drizzle_query $my_sql;
The text was updated successfully, but these errors were encountered: