Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can i execute mysql procedure in drizzle_query #2

Open
luoqi opened this issue Jan 11, 2011 · 2 comments
Open

how can i execute mysql procedure in drizzle_query #2

luoqi opened this issue Jan 11, 2011 · 2 comments

Comments

@luoqi
Copy link

luoqi commented Jan 11, 2011

like:
set $my_sql 'call p_query()';
drizzle_query $my_sql;

@agentzh
Copy link
Member

agentzh commented Jan 11, 2011

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 :(

But we'll surely work on it.

@cfsego
Copy link

cfsego commented Nov 11, 2011

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants