-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
fix(mysql-test): add_comlumn test failed #648 #651
fix(mysql-test): add_comlumn test failed #648 #651
Conversation
[summary] 1. rm `Deprecate integer display` warnings as --nowarnings does not take effect in 8.0. For more details, see: https://dev.mysql.com/worklog/task/?id=13127 2. port missing std_data and files in mysql-test from stonedb-5.7-dev. 3. fix uncorrect result of concat test.
b6f1ba4
to
688c05d
Compare
Thanks for the contribution! Please review the labels and make any necessary changes. |
different env. [summary] When executing `show create table ...` 1. In ubuntu 20.04 or centos 7, we may got `DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci`. 2. In local ubuntu 20.04, we got DEFAULT CHARSET=utf8mb3.
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.
LGTM.
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.
LGTM
[summary]
Deprecate integer display
warnings as --nowarnings does not take effect in 8.0. For more details, see: https://dev.mysql.com/worklog/task/?id=13127Summary about this PR
Issue Number: close #648
Tests Check List
Changelog
Documentation