Skip to content

Conversation

@EmmyMiao87
Copy link
Contributor

Remove unused session variables named sql_select_limit.

Change-Id: I35244cd6e490638d08f86a5c08131ff3cdba80b6

Remove unused session variables named sql_select_limit.

Change-Id: I35244cd6e490638d08f86a5c08131ff3cdba80b6
@EmmyMiao87 EmmyMiao87 added area/config Issues or PRs related to configuration kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. and removed kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. labels Jul 16, 2020
queryCacheType = in.readInt();
autoIncrementIncrement = in.readInt();
maxAllowedPacket = in.readInt();
sqlSelectLimit = in.readLong();
Copy link
Member

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.

Copy link
Contributor

Choose a reason for hiding this comment

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

What is BWC?

Copy link
Member

Choose a reason for hiding this comment

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

BackWardsCompatible

Copy link
Contributor

@morningman morningman left a 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.

@morningman morningman self-assigned this Jul 16, 2020
@morningman
Copy link
Contributor

Should not remove.

@morningman morningman closed this Jul 20, 2020
kaijchen added a commit to kaijchen/doris that referenced this pull request Jun 26, 2025
kaijchen added a commit to kaijchen/doris that referenced this pull request Jun 26, 2025
kaijchen added a commit to kaijchen/doris that referenced this pull request Jun 30, 2025
kaijchen added a commit to kaijchen/doris that referenced this pull request Jun 30, 2025
csun5285 pushed a commit to csun5285/doris that referenced this pull request Sep 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/config Issues or PRs related to configuration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants