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

Splitting MySQL_Session::handler() #3110

Merged
merged 10 commits into from
Oct 29, 2020
Merged

Splitting MySQL_Session::handler() #3110

merged 10 commits into from
Oct 29, 2020

Conversation

renecannao
Copy link
Contributor

To make it easier to read, MySQL_Session::handler() was split into multiple functions

renecannao and others added 10 commits October 20, 2020 23:52
To make it easier to read, MySQL_Session::handler() was split into multiple functions
Adding functions:
* void handler___status_WAITING_CLIENT_DATA___STATE_SLEEP___MYSQL_COM_STMT_RESET(PtrSize_t&);
* void handler___status_WAITING_CLIENT_DATA___STATE_SLEEP___MYSQL_COM_STMT_CLOSE(PtrSize_t&);
* void handler___status_WAITING_CLIENT_DATA___STATE_SLEEP___MYSQL_COM_STMT_PREPARE(PtrSize_t *);
* void handler___status_WAITING_CLIENT_DATA___STATE_SLEEP___MYSQL_COM_STMT_EXECUTE(PtrSize_t *);
@renecannao renecannao merged commit 58c623c into v2.1.0 Oct 29, 2020
@renecannao renecannao deleted the v2.1.0-201020 branch October 30, 2020 16:09
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