degrade to armv8.0#6255
Conversation
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
|
/run-all-tests |
| # crc32 is optional in v8.0 and mandatory in v8.1. Enable it as __crc32()* is used in lot's of places and even very old ARM CPUs | ||
| # support it. | ||
| set (COMPILER_FLAGS "${COMPILER_FLAGS} -march=armv8+crc") | ||
| set (TEST_FLAG "-march=armv8+crc") |
There was a problem hiding this comment.
Are these TEST_FLAG used anywhere?
There was a problem hiding this comment.
in line 50, set (COMPILER_FLAGS "${COMPILER_FLAGS} ${TEST_FLAG}") append it to COMPILER_FLAGS.
There was a problem hiding this comment.
If there is no need to invoke check_cxx_source_compiles, why not set COMPILER_FLAGS directly.
|
/run-integration-test |
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
|
/run-all-tests |
| ## create table with `source` is nullable | ||
| ## insert some data and left `source` to be empty | ||
| mysql> create table test.t_case (`case_no` varchar(32) not null,`source` varchar(20) default null,`p` varchar(12) DEFAULT NULL,primary key (`case_no`)); | ||
| mysql> create table test.t_case (`case_no` varchar(32) not null,`source` varchar(20) default null,`p` varchar(12) DEFAULT NULL,primary key (`case_no`) NONCLUSTERED); |
There was a problem hiding this comment.
Introduced by pingcap/tidb#37384 and pingcap/tidb#38447 that change the default value of tidb_enable_clustered_index from INT_ONLY to ON
|
/rebuild |
|
/rebuild |
|
/build |
|
/rebuild |
|
/run-all-tests |
|
/run-integration-test |
|
/merge |
|
@Lloyd-Pottiger: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger If you have any questions about the PR merge process, please refer to pr process. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 58128a5 |
|
/cherry-pick release-6.4 |
|
@Lloyd-Pottiger: new pull request created: #6256. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
Signed-off-by: Lloyd-Pottiger yan1579196623@gmail.com
What problem does this PR solve?
Issue Number: close #6254
Problem Summary:
What is changed and how it works?
tidb_enable_clustered_indexfromINT_ONLYtoONCheck List
Tests
Side effects
Documentation
Release note