Open whutpencil opened 8 hours ago
…n dealing with non master set error variables
When setting an incorrect variable to a non master, the returned content is abnormal:
` mysql> set global group_by_and_having_use= false;
ERROR 1193 (HY000): errCode = 2, detailMessage = Unknown system variable '%s',the similar variables are %s `
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
None
Test
Behavior changed:
Does this need documentation?
Thank you for your contribution to Apache Doris. Don't know what should be done next? See How to process your PR.
Please clearly describe your PR:
…n dealing with non master set error variables
What problem does this PR solve?
When setting an incorrect variable to a non master, the returned content is abnormal:
` mysql> set global group_by_and_having_use= false;
ERROR 1193 (HY000): errCode = 2, detailMessage = Unknown system variable '%s',the similar variables are %s `
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)