-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Remove unused session variables #4108
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
Conversation
Remove unused session variables named sql_select_limit. Change-Id: I35244cd6e490638d08f86a5c08131ff3cdba80b6
| queryCacheType = in.readInt(); | ||
| autoIncrementIncrement = in.readInt(); | ||
| maxAllowedPacket = in.readInt(); | ||
| sqlSelectLimit = in.readLong(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe you should consider BWC.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is BWC?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BackWardsCompatible
morningman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This variable is used for compatibility for some low version mysql lib.
Better not to remove it.
|
Should not remove. |
…pache#4108) fixup 74492dcb7f6c3dd0f0f19fbc5c9ce3f568fb80d0
…pache#4108) fixup 74492dcb7f6c3dd0f0f19fbc5c9ce3f568fb80d0
…pache#4108) fixup 74492dcb7f6c3dd0f0f19fbc5c9ce3f568fb80d0
…pache#4108) fixup 74492dcb7f6c3dd0f0f19fbc5c9ce3f568fb80d0
…pache#4108) fixup 74492dcb7f6c3dd0f0f19fbc5c9ce3f568fb80d0
Remove unused session variables named sql_select_limit.
Change-Id: I35244cd6e490638d08f86a5c08131ff3cdba80b6