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

has been added optional parameter MaxPacketSize #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

dscherbak
Copy link

Use MaxPacketSize optional parameter instead of using hard coded value.

Dmitriy Scherbak added 2 commits July 8, 2016 14:10
@coveralls
Copy link

coveralls commented Jul 8, 2016

Coverage Status

Coverage remained the same at 0.0% when pulling 2e0c66b on dscherbak:master into 8e7e0a8 on processone:master.

@coveralls
Copy link

coveralls commented Jul 14, 2016

Coverage Status

Coverage remained the same at 0.0% when pulling 492ca37 on dscherbak:master into 8e7e0a8 on processone:master.

@coveralls
Copy link

coveralls commented Jul 15, 2016

Coverage Status

Coverage remained the same at 0.0% when pulling b772b93 on dscherbak:master into 8e7e0a8 on processone:master.

@coveralls
Copy link

coveralls commented Jul 15, 2016

Coverage Status

Coverage remained the same at 0.0% when pulling f0b9712 on dscherbak:master into 8e7e0a8 on processone:master.

@@ -72,8 +73,27 @@ do_old_auth(Sock, RecvPid, SeqNum, User, Password, Salt1, LogFun) ->
%% Returns : result of p1_mysql_conn:do_recv/3
%%--------------------------------------------------------------------
do_new_auth(Sock, RecvPid, SeqNum, User, Password, Salt1, Salt2, LogFun) ->
do_new_auth(Sock, RecvPid, SeqNum, User, Password, Salt1, Salt2, undefinded, LogFun)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That undefinded value here is suspicious.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it still hardcoded value MaxPacketSize (~1mb)?

@p1bot
Copy link
Collaborator

p1bot commented Jan 21, 2019

Hi @dscherbak, many thanks for your contribution!

In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes.

@p1bot p1bot added the cla-missing Contributor needs to sign Contribution License Agreement label Jan 21, 2019
@p1bot
Copy link
Collaborator

p1bot commented Jul 16, 2019

You did it @dscherbak!

Thank you for signing the ProcessOne Contribution License Agreement.

We will have a look at your contribution!

@p1bot p1bot removed the cla-missing Contributor needs to sign Contribution License Agreement label Jul 16, 2019
@Neustradamus
Copy link

@prefiks: Can you look?

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.

5 participants