-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/pingcap/tidb into m/pessi…
…mistic-lock-optimize
- Loading branch information
Showing
58 changed files
with
1,213 additions
and
320 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
create database if not exists db; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
create table test(a int primary key, b int, c int, d int); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
1,2,3,4 | ||
2,10,4,5 | ||
1111,",7,8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Commands to trigger ci pipeline | ||
|
||
## Guide | ||
|
||
ci pipeline will be triggered when your comment on pull request matched command. But we have some task that will be triggered manually. | ||
|
||
## Commands | ||
|
||
| ci pipeline | Commands | | ||
| ---------------------------------------- |-----------------------------------------------------------------| | ||
| tidb_ghpr_coverage | /run-coverage | | ||
| tidb_ghpr_build_arm64 | /run-build-arm64 comment=true | | ||
| tidb_ghpr_common_test | /run-common-test<br />/run-integration-tests | | ||
| tidb_ghpr_integration_br_test | /run-integration-br-test<br />/run-integration-tests | | ||
| tidb_ghpr_integration_campatibility_test | /run-integration-compatibility-test<br />/run-integration-tests | | ||
| tidb_ghpr_integration_common_test | /run-integration-common-test<br />/run-integration-tests | | ||
| tidb_ghpr_integration_copr_test | /run-integration-copr-test<br />/run-integration-tests | | ||
| tidb_ghpr_integration_ddl_test | /run-integration-ddl-test<br />/run-integration-tests | | ||
| tidb_ghpr_monitor_test | /run-monitor-test | | ||
| tidb_ghpr_mybatis | /run-mybatis-test<br />/run-integration-tests | | ||
| tidb_ghpr_sqllogic_test_1 | /run-sqllogic-test<br />/run-integration-tests | | ||
| tidb_ghpr_sqllogic_test_2 | /run-sqllogic-test<br />/run-integration-tests | | ||
| tidb_ghpr_tics_test | /run-tics-test<br />/run-integration-tests | | ||
| tidb_ghpr_unit_test | /run-unit-test<br />/run-all-tests<br />/merge | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.