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

fix multi statement #2647

Merged
merged 2 commits into from
Apr 7, 2020
Merged

fix multi statement #2647

merged 2 commits into from
Apr 7, 2020

Conversation

alpes214
Copy link
Contributor

@alpes214 alpes214 commented Apr 6, 2020

Description:
Fixes the issue #2631

Testing:
Tested with scripts related #2298 and #2631

single('SELECT @@report_host');
multi('SELECT 1; SELECT 2;');
$ php -f test_2631.php
Run using query: SELECT @@report_host
=> No errors

-----
Run using multi_query: SELECT 1; SELECT 2;
=> No errors
1
2
-----

@renecannao renecannao merged commit 6714700 into v2.0.11 Apr 7, 2020
@renecannao renecannao deleted the v2.0.11-multi-stmt branch June 15, 2020 19:01
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

Successfully merging this pull request may close these issues.

2 participants