Skip to content
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

ddl: add change column and rename column test cases for multi-schema-change #70

Closed
wants to merge 989 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
989 commits
Select commit Hold shift + click to select a range
9c4f94d
lightning: tolerate tikv node address changes during importing (#32876)
sleepymole Mar 15, 2022
c11e650
*: make golangci-lint work on Go1.18 (#33081)
tiancaiamao Mar 15, 2022
41fb3e7
util: fix unstable test in the TestNotifyErrorWaitGroupWrapper (#33063)
hawkingrei Mar 15, 2022
2ae7132
sessionctx: make builtinFunctionUsage thread safe (#33032)
Yisaer Mar 16, 2022
d4b1f7d
ddl: fix the integration tests (#27)
tangenta Mar 16, 2022
c8637a8
executor: set kvRanges in table_reader when batch_cop=2 for partition…
windtalker Mar 16, 2022
d981c0e
sysvar: add INSTANCE scope for system variable (#32888)
CbcWestwolf Mar 16, 2022
ef8c858
ddl: migrate test-infra to testify for ddl.testDBSuite4 (#33113)
tisonkun Mar 16, 2022
2dd0074
executor: fix wrong result of delete multiple tables using left join …
guo-shaoge Mar 16, 2022
0f343d3
expression, types: use time.Add() to calculate subtime (#32903)
Defined2014 Mar 16, 2022
383f0bb
mpp: throw an err when mpp generate empty table scan task list (#33084)
SeaRise Mar 16, 2022
e110e73
bindinfo: support disabled status for binding (#32819)
Reminiscent Mar 16, 2022
44acf28
ddl: use `addColumn` instead of `addColumns` (#30)
Defined2014 Mar 16, 2022
93d44e2
expression: fix querying cluster tables reports `regexp` is not suppo…
djshow832 Mar 16, 2022
cce729e
gc_worker: Fix redundantly delete placement rules after dropping data…
MyonKeminta Mar 16, 2022
78523d2
lightning: revert custom gRPC resolver (#33115)
sleepymole Mar 16, 2022
ec0104c
ddl: reimplement the error handling in multi-schema change (#31)
tangenta Mar 16, 2022
a702ef1
lightning: add retry and early terminate checking empty table (#31798)
glorv Mar 16, 2022
2533d4a
Merge branch 'master' into multi-schema-change
Defined2014 Mar 16, 2022
8d755e3
fix fmt
Defined2014 Mar 16, 2022
128dc16
statistics: fix load stat for new collation column (#33146)
wjhuang2016 Mar 16, 2022
80ca342
expression: support pushdown dayofweek and dayofyear to tiflash (#33131)
gengliqi Mar 16, 2022
33e7632
br: Consider partition table's placement for br (#33139)
lcwangchao Mar 16, 2022
44aae22
server: Revert "server: Improve compatibility with MySQL 5.5 and 5.6 …
djshow832 Mar 16, 2022
d4d43ba
txn: support read consistency read with ts checking (#32922)
cfzjywxk Mar 16, 2022
a5c92e1
telemetry: add mutation checker and assertion usage info to TxnUsage …
ekexium Mar 16, 2022
c4fbc8e
ddl: migrate test-infra to testify for ddl.testDBSuite5 (#33157)
tisonkun Mar 16, 2022
cc960e8
telemetry: add telemetry for tso optimization (#33162)
cfzjywxk Mar 16, 2022
46c43fe
parser: add RemovePlacementRuleFlag (#33161)
hawkingrei Mar 16, 2022
47e4b5b
*: revert #27021 to fix a bug that selection can not be pushed down w…
wjhuang2016 Mar 17, 2022
aadf31f
ddl: add some tests for drop columns/indexes (#35)
tangenta Mar 17, 2022
f12ad1e
executor: fix CTE may be blocked when query report error (#33085)
guo-shaoge Mar 17, 2022
95a346c
sysvar: re-organize the order of sysvars by their scopes. (#33149)
CbcWestwolf Mar 17, 2022
f950b21
ddl: check DDL history job in test (#33079)
wjhuang2016 Mar 17, 2022
dcafe8e
br: download sst again with no-crypt parameters when met decryption e…
joccau Mar 17, 2022
c897a72
delete actionAddColumns and actionDropColumns (#34)
Defined2014 Mar 17, 2022
af1ea80
planner: support predicate pushdown for CTE (#33158)
wjhuang2016 Mar 17, 2022
eb4cfce
telemetry, session: add telemetry collector for placement policies (#…
bb7133 Mar 17, 2022
4cb1b94
bootstrap: correctly increment the bootstrap version (#33184)
Reminiscent Mar 17, 2022
6b2e37f
gomod: update dependency for golang1.18 (#33053)
hawkingrei Mar 17, 2022
44cf398
topsql: enable topsql feature by default (#33195)
crazycs520 Mar 17, 2022
12df33f
ddl: add some test for drop indexes (#36)
tangenta Mar 17, 2022
d5867b1
cmd/ddltest: make checkDropIndex correct in TestIndex (#33178)
zimulala Mar 17, 2022
77f02eb
ddl: add some tests for add columns (#37)
tangenta Mar 17, 2022
e8ee6c1
topsql: fix the issue of TiDB doesn't set the request tag for DDL bef…
crazycs520 Mar 17, 2022
bd7043f
ddl: fix some tests in TestStateChange (#42)
tangenta Mar 17, 2022
13e6969
table/tables: fix some stability issues with cached table (#33171)
tiancaiamao Mar 17, 2022
7435370
*: Fix checkHistoryJobInTest failed when br restore (#33206)
lcwangchao Mar 17, 2022
3058104
ddl: disable some DDL operation when a table is cached (#32827)
tiancaiamao Mar 17, 2022
40d049d
docs: proposal for reducing data inconsistencies (#28271)
ekexium Mar 17, 2022
9bc9572
planner: add the functional dependency for Datasource, proj, select, …
winoros Mar 17, 2022
0e0243c
main: fix `@@hostname` always returns `localhost` (#33064)
djshow832 Mar 17, 2022
e130e52
restore: allow restore accross one major version (#33203)
3pointer Mar 17, 2022
adc2888
*: update unstable unit test case list (#33147)
dianqihanwangzi Mar 18, 2022
7291238
*: lower-case-table-names should be removed from tidb-config (#32886)
morgo Mar 18, 2022
64b057d
executor: reset all state when table reader executor close (#33219)
tiancaiamao Mar 18, 2022
7309b08
lightning: support opening empty files and skip directory objects in …
dsdashun Mar 18, 2022
2e17c1d
fix TestSchemaChangeForDropColumnsWithIndexes (#45)
tangenta Mar 18, 2022
a304490
parser: add collations from MySQL 8.0 (#33212)
lance6716 Mar 18, 2022
83df019
ddl: fix TestCancelDropColumns (#46)
tangenta Mar 18, 2022
d41e198
fix TestStateChange (#48)
Defined2014 Mar 18, 2022
3892bd8
executor: stabalize partition tests (#33060)
morgo Mar 18, 2022
c7a3f31
planner: Disable prepared plan cache for partitioned tables in dynami…
mjonss Mar 19, 2022
682d8be
ddl: migrate test-infra to testify for part of ddl.testSerialDBSuite …
tisonkun Mar 19, 2022
c2eca91
fastrand: optimize Uint32N() (#33239)
zhangyunhao116 Mar 19, 2022
6dcd0b8
infoschema: fix the link in infoschema/tables.go not accessible issue…
fanrenhoo Mar 20, 2022
cd9c04a
domain, session: clean up in BootstrapSession (#33234)
zimulala Mar 21, 2022
f9beb51
expr: fix nil panic for In function with bit column (#33204)
Yisaer Mar 21, 2022
49f291d
br: Fix stuck when meeting error (#33201)
YuJuncen Mar 21, 2022
0d160fb
executor: add testcase to cover stale read and prepare stmt (#33270)
Yisaer Mar 21, 2022
a3a1e01
privilege/privileges, server: stabalize tests (#33246)
morgo Mar 21, 2022
df86c88
ddl: multi-schema-change supports actionRenameIndex (#49)
Defined2014 Mar 21, 2022
f6a44bf
*: add limitation for UserName and HostName. (#33224)
CbcWestwolf Mar 21, 2022
36cd5ef
ddl: fix all the tests in DDL package (#50)
tangenta Mar 21, 2022
b643d8f
Merge remote-tracking branch 'upstream/master' into HEAD
tangenta Mar 21, 2022
728e068
ddl: add checkPosition function (#51)
Defined2014 Mar 21, 2022
50954e8
expression: Fix constant zero/one/null flen with -1 issue (#33221)
yibin87 Mar 21, 2022
28ebfe6
dumpling: Support set ExternalStorage when used as library (#33282)
lance6716 Mar 21, 2022
6c28e0e
infoschema: stabalize TestSelectClusterTable test (#33295)
morgo Mar 22, 2022
bd008d2
session: forbid plan cache in stale read (#33273)
Yisaer Mar 22, 2022
a43bfe4
expr: switch off left push down due to intergration test failed (#33302)
Yisaer Mar 22, 2022
547d8f8
client-go: upgrade client-go dependency (#33290)
cfzjywxk Mar 22, 2022
768ce5f
statistics: allow using not-loaded stats when ndv is 0 (#33241)
time-and-fate Mar 22, 2022
b7a2d62
planner: Updated failing test after #33098 (#33299)
mjonss Mar 22, 2022
eb00246
*: fix bug that UnionScan can't keep order caused wrong result (#33218)
tiancaiamao Mar 22, 2022
9f72bcd
planner: fix "can't find column" when projection wrongly added above …
time-and-fate Mar 22, 2022
c95db2e
ddl: support multi-schema change for add index (#52)
tangenta Mar 23, 2022
23d79d4
tools/check/ut: support pattern matching on test names (#33020)
tangenta Mar 23, 2022
3ddd959
parser/mysql, privilege/privileges: fix trigger privilege (#32893)
morgo Mar 23, 2022
40a70a3
ddl: remove race skip for test (#33324)
hawkingrei Mar 23, 2022
2d3e469
executor: improve the way of getting table_id in the TestTiDBHotRegio…
hawkingrei Mar 23, 2022
d282940
*: remove syncLog (#33306)
wjhuang2016 Mar 23, 2022
43c0622
ddl: rewrites some DDL tests (#33277)
wjhuang2016 Mar 23, 2022
e2ad790
br: fix race in test `Test(Split|Restore)Failed` (#33313)
YuJuncen Mar 23, 2022
bb9cb76
ddl: migrate test-infra to testify for tiflash_replica_test.go (#33336)
tisonkun Mar 23, 2022
36f8113
Merge remote-tracking branch 'upstream/master' into HEAD
tangenta Mar 23, 2022
c40e160
ddl: migrate test-infra to testify for ddl.testSerialDBSuite (#33343)
tisonkun Mar 23, 2022
0e8e57e
ddl: fix `TestCancelJob` and `TestShowIndex` tests (#53)
Defined2014 Mar 23, 2022
b9bacad
expression: increase table id to improve test (#33347)
hawkingrei Mar 23, 2022
97902f1
expression: make test TestPreparePlanCacheOnCachedTable more stable (…
tiancaiamao Mar 23, 2022
6d01855
*: update go1.18 for github action job (#33350)
hawkingrei Mar 23, 2022
dd72d8f
doc: fix example for partition table (#33325)
ekexium Mar 24, 2022
1287eab
planner: outer merge join cannot keep the prop of its inner child (#3…
winoros Mar 24, 2022
c0f91d5
ddl: fix TestColumnError (#54)
Defined2014 Mar 24, 2022
1df16c0
executor: fix unstable test TestPlanCacheWithStaleReadByBinaryProto (…
Yisaer Mar 24, 2022
5a17604
dumpling: support dumping sequences (#32570)
docsir Mar 24, 2022
0e043c6
expr: fix instr function get stuck (#33380)
Yisaer Mar 24, 2022
815a537
br: Add comment to filterRestoreFiles function (#33353)
WangLe1321 Mar 24, 2022
30bf411
executor: migrate test-infra to testify for executor_test.go testSuit…
tisonkun Mar 24, 2022
5c35121
executor: fix the show variable wrong case sensitive issue#32851 (#33…
fanrenhoo Mar 24, 2022
ca0ade0
expr: add function push down results comparing testcase (#33401)
Yisaer Mar 25, 2022
59fac2a
planner: fix the join scope with explicit parents (#33311)
AilinKid Mar 25, 2022
843b0f4
executor: migrate test-infra to testify for executor_test.go testSuit…
tisonkun Mar 25, 2022
9b9051f
statistics: fix data race in HandleUpdateStats (#33260)
xuyifangreeneyes Mar 25, 2022
5a14cc3
expr: switch off funticon push down which caused unstable test (#33421)
Yisaer Mar 25, 2022
96a507e
lightning: support inject external storage when as library (#33303)
lance6716 Mar 25, 2022
c5a0737
executor, infoschema: Add foreign key constraint to infoschema.table_…
espresso98 Mar 25, 2022
17408b4
config: be compatible with deprecated stmt-summary config items (#33449)
qw4990 Mar 25, 2022
6517ee3
*: migrate tidb-tools (#33296)
hawkingrei Mar 25, 2022
9129590
br: fix the missing retry for pd batch scan error (#33420)
3pointer Mar 25, 2022
7c51deb
build(deps): bump minimist from 1.2.5 to 1.2.6 in /br/web (#33405)
dependabot[bot] Mar 25, 2022
02545c8
planner: remove duplicate code (#33424)
hawkingrei Mar 25, 2022
d7c157d
util: migrate test-infra to testify for dbutil,filter,table-filter (#…
hawkingrei Mar 26, 2022
3206d51
session: lower innodb-lock-wait-timeout MaxValue to match max-txn-ttl…
Alkaagr81 Mar 26, 2022
f012766
executor: raise error when text data is too long (#33345)
Jasonysli Mar 26, 2022
e5d3e22
planner: fix the view with use index do not result error issue (#33474)
fanrenhoo Mar 26, 2022
e09bc29
tidb-binlog/pump_client: migrate test-infra to testify (#33475)
zanpocc Mar 27, 2022
e318f51
metrics: update Performance Overview dashboard (#33398)
Yui-Song Mar 27, 2022
e7ac97a
util: migrate test-infra to testify for etcd (#33478)
hawkingrei Mar 27, 2022
4d20826
util: migrate test-infra to testify for util/schemacmp pkg (#33476)
hawkingrei Mar 27, 2022
32559db
tidb-binlog/driver/reader: migrate test-infra to testify (#33480)
zanpocc Mar 27, 2022
d632e42
build(deps): bump protobuf-java from 3.9.0 to 3.16.1 in /tidb-binlog/…
dependabot[bot] Mar 27, 2022
af6f4ea
executor: migrate test-infra to testify for executor_test.go testSpli…
tisonkun Mar 27, 2022
c671ebc
statistics: fix wrong point range in crossValidationSelectivity (#33357)
xuyifangreeneyes Mar 28, 2022
05b9157
executor: correct the table range built by 'recover index' (#32960)
tangenta Mar 28, 2022
5e84771
executor: make CI function TestInvalidReadCacheTable more stable (#33…
tiancaiamao Mar 28, 2022
da95768
lightning: fix test lightning_checkpoint_chunks (#33503)
sleepymole Mar 28, 2022
060413b
server: refine plan replayer dump file (#33497)
Yisaer Mar 28, 2022
4ff3ec2
*: improve test for import concurrency ddl in the future (#33496)
hawkingrei Mar 28, 2022
11db011
br: Ignore ddl jobs with empty query or blacklist type when exec rest…
WangLe1321 Mar 28, 2022
cd0d6b8
ddl: fix warnings message when alter table nocache and cache again (#…
tiancaiamao Mar 28, 2022
8f8dfaf
br: Fix new collaction enable check (#33500)
joccau Mar 28, 2022
5c931aa
Revert "topsql: enable topsql feature by default (#33195)" (#33493)
crazycs520 Mar 28, 2022
0d70eaa
Makefile: add ut to 'make dev' (#33506)
tangenta Mar 28, 2022
a4e09f6
util: migrate test-infra to testify for selector_test.go (#33505)
zanpocc Mar 28, 2022
c58e005
executor: Enhance `task` field for `explain/explain analyze` (#33333)
windtalker Mar 29, 2022
09edaee
store: avoid setting ratelimit action in tracker when disabled (#31110)
Yisaer Mar 29, 2022
9c5cfda
*: update client-go (#33539)
youjiali1995 Mar 29, 2022
eec5186
planner: restrict plan cache for decimal parameter types (#31769)
Reminiscent Mar 29, 2022
5dbd394
tidb-binlog/node: migrate tests to testify (#33540)
disksing Mar 29, 2022
5a54d0d
expression: fix append to result twice when vecEval compress('') (#33…
UBarney Mar 29, 2022
4e708d1
domain: adjust the order of acquireServerID and GlobalInfoSyncerInit …
xuyifangreeneyes Mar 29, 2022
5bf5e35
variable: make backoff weight could be 0 (#30664)
jackysp Mar 29, 2022
c6b47c9
ddl: refactor adjustColumnInfoInAddColumn for multi-schema change (#3…
tangenta Mar 29, 2022
762ae26
lightning: auto resume from recoverable error (#33510)
buchuitoudegou Mar 29, 2022
fbaaa11
util: fix GetTimeZoneOffset error when migrating repo (#33562)
lance6716 Mar 29, 2022
5004a81
executor: fix execute failed when table schema changed (#33519)
lcwangchao Mar 30, 2022
e560137
executor: fix KVRange bug for index join with dynamic partition pruni…
bb7133 Mar 30, 2022
f49add0
*: better gosec filtering (#31514)
dveeden Mar 30, 2022
5a7974a
ddl: improve `ActionMultiSchemaChange` log (#57)
Defined2014 Mar 30, 2022
5fa3da7
DDL: Wrong Date type colunm's default value (#33571)
Benjamin2037 Mar 30, 2022
b35b30b
executor: support extractor for mem table region status (#33498)
Yisaer Mar 30, 2022
191a2dc
topsql: fix the issue of TopSQL doesn't catch the scan_rows of DDL ex…
crazycs520 Mar 30, 2022
d4ec947
*: make txnCommitBatchSize adjustable by SQL (#33507)
jackysp Mar 30, 2022
e15e6d0
session: fix tables_priv table schema (#33599)
zimulala Mar 30, 2022
09b7318
tools/check: make ut retry on special 'segmentation fault' error (#33…
tiancaiamao Mar 31, 2022
37e260a
planner: fix CTE predicate pushdown (#33627)
wjhuang2016 Mar 31, 2022
e8ac50f
ddl: refactor ddl test for concurrency ddl (#33634)
hawkingrei Mar 31, 2022
0f47064
*: track cluster-level analyze jobs and make it persistent (#32215)
xuyifangreeneyes Mar 31, 2022
a262981
ddl: Add warning for resetting specified AUTO_INCREMENT value (#32078)
dveeden Mar 31, 2022
17a9fc4
executor: improve UnionScanRead performance (#32668)
Defined2014 Apr 1, 2022
f5965a1
lightning: fix test lightning_error_summary (#33616)
sleepymole Apr 1, 2022
6fe68d6
ddl: increasing value of partition by range columns fix (#32748) (#33…
mjonss Apr 1, 2022
84e9698
topsql: fix data race in test (#33617)
crazycs520 Apr 1, 2022
94c57b3
executor: migrate test-infra to testify for executor_test.go testSlow…
tisonkun Apr 1, 2022
d324535
br: fix unstable s3 test (#33610)
YuJuncen Apr 1, 2022
fa834a0
planner: Add control flag to keep or remove ORDER BY in subquery (#33…
fixdb Apr 1, 2022
a9ef87b
ddl: refactor modify column for multi-schema change (#33631)
tangenta Apr 1, 2022
e84b1f1
Merge remote-tracking branch 'upstream/master' into HEAD
tangenta Apr 1, 2022
d0bf65c
ddl: check delete range for some DDLs (#33392)
wjhuang2016 Apr 1, 2022
db852db
expr: fix unstable comparing push down fucntion result testcase (#33…
Yisaer Apr 1, 2022
9d44656
domain: use util.WaitGroupWrapper insteal of sync.WaitGroup (#33637)
hawkingrei Apr 1, 2022
ec63787
txn: fix `invalid transaction` error when doing stale read in RC isol…
lcwangchao Apr 2, 2022
0beac18
expression: fix the wrong rounding behavior of Decimal (#33278)
gengliqi Apr 2, 2022
9b358bc
gomod: update ristretto and sarama to fix data race (#33652)
hawkingrei Apr 2, 2022
b857293
br: Fix unstable s3 test (again) (#33666)
YuJuncen Apr 2, 2022
334508e
planner: fix order by sub-query couldn't find outer correlated column…
AilinKid Apr 2, 2022
951bc42
br: defer not in for-loop in the sendSplitRegionRequest (#33636)
hawkingrei Apr 2, 2022
3388915
planner: fix incorrect estCost displayed in explain results (#33675)
qw4990 Apr 2, 2022
11ca0d4
ddl: extract data reorg code to separate functions (#33679)
tangenta Apr 2, 2022
0c0bbbf
*: improve TestColumnAdd for concurrency ddl (#33660)
hawkingrei Apr 2, 2022
fa12e23
Merge remote-tracking branch 'upstream/master' into HEAD
tangenta Apr 2, 2022
1911bb2
fix building
tangenta Apr 2, 2022
88cd765
ddl: build sessPool even if RunWorker == false (#33677)
wjhuang2016 Apr 2, 2022
bc43647
util: migrate column-mapping and ddl-checker from tidb-tools to tidb …
hawkingrei Apr 2, 2022
bb8b8cc
executor: migrate test-infra to testify for executor_test.go testReso…
zanpocc Apr 2, 2022
6006639
util: refactor TestExecute to fix data race (#33702)
hawkingrei Apr 3, 2022
b61517f
executor: migrate test-infra to testify for executor_test.go testCopr…
tisonkun Apr 4, 2022
8dc1f6b
executor: migrate test-infra to testify for executor_test.testSerialS…
tisonkun Apr 4, 2022
27cf5bc
executor: migrate test-infra to testify for part of executor_test (#3…
tisonkun Apr 6, 2022
1c658e5
executor: migrate test-infra to testify for executor_test.testSuite(6…
tisonkun Apr 6, 2022
bd8c710
planner: refactor a few methods about cost calculation (#33681)
qw4990 Apr 6, 2022
94b7069
ddl: make CompleteDeleteRange atomic by explicit transaction (#33721)
wjhuang2016 Apr 6, 2022
b37b3b1
session, sessionctx: Make sysvar tidb_read_staleness TypeInt (#32794)
TszKitLo40 Apr 6, 2022
37d86da
txn: add document for read-consistency read tso optimization (#32806)
cfzjywxk Apr 6, 2022
164261c
planner: forbid NULL as of value in stale read (#33729)
lcwangchao Apr 6, 2022
967d203
*: Refactor session#domainMap use RWMutex to replace Mutex (#33739)
likzn Apr 6, 2022
a2b2dc0
executor: migrate test-infra to testify for part of testSuite (#33741)
tisonkun Apr 6, 2022
8b5150e
expr: fix failed copr-test (#33730)
Yisaer Apr 7, 2022
e9b7f77
topsql: add more test to check resource tag for each RPC request (#33…
crazycs520 Apr 7, 2022
ef6fafa
README.md: add the TiDB Cloud developer tier info (#33770)
qiancai Apr 7, 2022
7264d60
executor: migrate test-infra to testify for testRecoverTable (#33744)
tisonkun Apr 7, 2022
fef98f2
domain,server,session: optimize gc safepoint advancing for internal t…
TonsnakeLin Apr 7, 2022
dbd8f15
*: Add support for execute prepared statement to `staleread.Processor…
lcwangchao Apr 7, 2022
d4f04b3
.github: add a link to Release Notes Language Style Guide in PR templ…
TomShawn Apr 7, 2022
b9635e2
executor: fix unstable TestCheckActRowsWithUnistore (#33772)
Yisaer Apr 7, 2022
5c6248d
ddl: make checkDeleteRangeCnt stable (#33777)
wjhuang2016 Apr 7, 2022
a936646
ddl: support specifying expr `rand()` as column default value (#32608)
CbcWestwolf Apr 7, 2022
eaf52d6
executor: migrate test-infra to testify for testSuite1 (#33776)
tisonkun Apr 7, 2022
1bb87b2
Makefile: add --race flag for tool/bin/ut to support race test (#33765)
tiancaiamao Apr 7, 2022
be76f88
ddl, parser: fix concurrent rename table (#33354)
wjhuang2016 Apr 7, 2022
15a01fa
backend/local: fix panic while lightning quits (#33738)
lichunzhu Apr 7, 2022
942f4d1
util/ddl-checker: fix DATA RACE in TestExecute (#33781)
tiancaiamao Apr 7, 2022
b8d65ce
tidb-binlog: fix testcase timeout (#33785)
chrysan Apr 7, 2022
5cd318b
*: fix unstable case `TestIssue29282` (#33809)
lcwangchao Apr 8, 2022
e12334c
*: support `admin show ddl jobs` for multi schema change (#56)
Defined2014 Apr 8, 2022
53042e7
br: use the correct unit for pausing schedulers (#33545)
rleungx Apr 8, 2022
9fecc8a
server: set 'clientConn.ctx = nil' to clean the context when changeUs…
knull-cn Apr 8, 2022
6fa0882
br: fix the integration test of br_gcs (#33568)
joccau Apr 8, 2022
07b0e4d
*: update client-go to fix data race (#33775)
youjiali1995 Apr 8, 2022
f04dfc4
*: forbid using cache when stale read in binary proto (#33818)
lcwangchao Apr 8, 2022
cff88d7
topsql: remove redundant attach sql information (#33806)
crazycs520 Apr 8, 2022
38cb0e3
*: fix wrong modification for introduced from #33818 (#33831)
lcwangchao Apr 8, 2022
181bfb7
*: polish the table cache feature code (#33408)
tiancaiamao Apr 8, 2022
23e24d2
planner: refactor net seek cost calculation for IndexScan and TableSc…
qw4990 Apr 8, 2022
0af0498
ddl: clean up the locateOffset function (#58)
tangenta Apr 11, 2022
8c0130a
ddl: clean up createColumnInfo (#66)
tangenta Apr 11, 2022
21669d0
ddl: fix `TestMultiSchemaChangeAdminShowDDLJobs` (#65)
Defined2014 Apr 11, 2022
11681b4
infoschema: add column of `Has_more_result` into table of `slow_query…
likzn Apr 11, 2022
48efcf6
ddl: fix duplicate elementID allocation to make sure gc work for part…
wjhuang2016 Apr 11, 2022
53fc117
fastrand: optimize Buf (#33263)
zhangyunhao116 Apr 11, 2022
0d7602e
*: fix http api document and a comment (#33834)
wjhuang2016 Apr 11, 2022
67b0734
ddl: fix inappropriate schema state output by admin show ddl jobs (#3…
tangenta Apr 11, 2022
d63587f
exeuctor: fix data race for TestPointGetLockExistKey (#33862)
tiancaiamao Apr 11, 2022
32b9c14
gomod: update gomod to fix data race (#33843)
hawkingrei Apr 11, 2022
5863bae
ddl: support multi-schema change for modify columns (#64)
tangenta Apr 12, 2022
f0a9b8b
Merge remote-tracking branch 'upstream/master' into HEAD
tangenta Apr 12, 2022
e3b5d22
ddl: allocate the element ID correctly for GC delete range (#68)
tangenta Apr 13, 2022
db4568a
ddl: add rename test cases for multi-schema-change
Defined2014 Apr 13, 2022
f7329d4
add test for `change column`
Defined2014 Apr 13, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ ignore:
- "executor/seqtest/.*"
- "metrics/.*"
- "expression/generator/.*"
- "br/pkg/mock/.*"

3 changes: 3 additions & 0 deletions .github/licenserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ header:
- '.golangci.yml'
- '.golangci_br.yml'
- 'LICENSES/'
- '**/*.key'
- '**/*.md'
- '**/*.json'
- '**/*.pem'
Expand All @@ -28,4 +29,6 @@ header:
- '.github/'
- 'parser/'
- 'dumpling/'
- 'tidb-binlog/driver/example'
- 'tidb-binlog/proto/go-binlog/secondary_binlog.pb.go'
comment: on-failure
14 changes: 13 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ PR Title Format:
-->

### What problem does this PR solve?
<!--

Please create an issue first to describe the problem.

There MUST be one line starting with "Issue Number: " and
linking the relevant issues via the "close" or "ref".

For more info, check https://pingcap.github.io/tidb-dev-guide/contribute-to-tidb/contribute-code.html#referring-to-an-issue.

-->

Issue Number: close #xxx

Expand Down Expand Up @@ -41,7 +51,9 @@ Documentation

### Release note

<!-- bugfix or new feature needs a release note -->
<!-- compatibility change, improvement, bugfix, and new feature need a release note -->

Please refer to [Release Notes Language Style Guide](https://pingcap.github.io/tidb-dev-guide/contribute-to-tidb/release-notes-style-guide.html) to write a quality release note.

```release-note
None
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/br_compatible_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18

- name: Generate compatibility test backup data
timeout-minutes: 15
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/bug-closed.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/compile_br.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18

- name: Run build
run: make build_tools
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18

- name: Run build
run: make build_tools
Expand All @@ -88,7 +88,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18

- name: Compile for FreeBSD
run: GOOS=freebsd make build_tools
12 changes: 6 additions & 6 deletions .github/workflows/dumpling_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
- uses: actions/checkout@v2
- name: Shutdown Ubuntu MySQL (SUDO)
run: sudo service mysql stop # Shutdown the Default MySQL, "sudo" is necessary, please not remove it
- name: Set up Go 1.16
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod
Expand Down Expand Up @@ -87,10 +87,10 @@ jobs:
- uses: actions/checkout@v2
- name: Shutdown Ubuntu MySQL (SUDO)
run: sudo service mysql stop # Shutdown the Default MySQL, "sudo" is necessary, please not remove it
- name: Set up Go 1.16
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod
Expand Down Expand Up @@ -124,10 +124,10 @@ jobs:
- uses: actions/checkout@v2
- name: Shutdown Ubuntu MySQL (SUDO)
run: sudo service mysql stop # Shutdown the Default MySQL, "sudo" is necessary, please not remove it
- name: Set up Go 1.16
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ coverage.out
*.iml
*.swp
*.log
*.test.bin
tags
profile.coverprofile
explain_test
Expand All @@ -26,3 +27,5 @@ fix.sql
export-20*/
*-coverage.xml
*-junit-report.xml
# Files generated when testing
out
7 changes: 7 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,19 @@ linters:
- unconvert
- makezero
- durationcheck
- prealloc
- predeclared

linters-settings:
staticcheck:
checks: ["S1002","S1004","S1007","S1009","S1010","S1012","S1019","S1020","S1021","S1024","S1030","SA2*","SA3*","SA4009","SA5*","SA6000","SA6001","SA6005", "-SA2002"]
stylecheck:
checks: ["-ST1003"]
gosec:
severity: "low"
confidence: "low"
excludes:
- G101
issues:
exclude-rules:
- path: _test\.go
Expand Down
83 changes: 0 additions & 83 deletions .golangci_br.yml

This file was deleted.

Loading