Commit Graph

48 Commits

Author SHA1 Message Date
92836501a7 lightning: update to new TLS API of SQL driver (#39623) 2022-12-09 16:20:04 +08:00
d61b8c423f log-backup: add flag for restore point (#39431)
close pingcap/tidb#39379
2022-11-29 11:41:59 +08:00
0e3e44001b ebs-br: change command line flags of restore (#38027)
close pingcap/tidb#38011
2022-09-21 23:21:03 +08:00
181fb8e905 br: merge feature branch of ebs-based-br (#37297)
ref pingcap/tidb#35306
2022-09-18 20:37:00 +08:00
5b4a82dbf4 *: upgrade bazel timeout (#36776) 2022-08-02 11:10:05 +08:00
fc217d432c config, sysvar: add config instance.enable_ddl and sysvar tidb_enable_ddl (#35425)
ref pingcap/tidb#34960
2022-08-01 15:02:06 +08:00
cb211e0edf br: add flag to control whether restore priv table on default (#36652)
close pingcap/tidb#36651
2022-07-30 16:40:03 +08:00
bf743a6ca0 *: enable flaky test for all test (#36385)
close pingcap/tidb#36404
2022-07-22 15:35:09 +08:00
8af8341cca planner: Table scan in TiFlash not keep order (#36232)
close pingcap/tidb#36231
2022-07-19 00:51:07 +08:00
63f5d286ff log-backup: add version check for pitr (#36268)
close pingcap/tidb#36267
2022-07-18 23:27:07 +08:00
39f8eaa997 br: add search key debug command (#36274)
* feat: add search key debug command

* feat: modify to merge default cf and write cf keys

* feat: modify to read backup meta files concurrently

* feat: add unit test and comments

* fix: check error returned from task.GetStorage

* feat: resolve reviewing problems

* fix: modify removed function

Co-authored-by: Zak Zhao <57036248+joccau@users.noreply.github.com>
Co-authored-by: Weizhen Wang <wangweizhen@pingcap.com>
Co-authored-by: 3pointer <luancheng@pingcap.com>
2022-07-18 22:47:36 +08:00
1883a4444d br: restore privilege tables on full restore by default (#35397)
close pingcap/tidb#35395
2022-07-18 13:11:06 +08:00
f581ec3a45 test: remove meaningless test and update bazel (#36136) 2022-07-13 16:41:05 +08:00
fee2a12d69 log-backup: implement the checkpoint V3 (#36114)
close pingcap/tidb#35164
2022-07-13 11:07:05 +08:00
e00ad2b3ef *: enable errcheck for nogo (#35704)
ref pingcap/tidb#35345
2022-07-02 22:08:39 +08:00
d4dc6b54c6 *: enable staticcheck and prealloc on nogo (#35486)
ref pingcap/tidb#35345
2022-06-22 22:00:37 +08:00
2b4a4c6d7a *: support bazel (#33691)
close pingcap/tidb#34083
2022-06-07 15:22:30 +08:00
5837686f77 log backup: hidden the log backup and restore point (#34991)
ref pingcap/tidb#29501
2022-05-27 11:56:47 +08:00
2faac4f507 br: filter (start-ts, restore-ts) when restore data kv (#34703)
close pingcap/tidb#33873
2022-05-18 13:52:37 +08:00
89bbe78203 br: save global checkpoint to storage and support complete transaction (#34612)
close pingcap/tidb#34632
2022-05-14 17:02:35 +08:00
c6fe032e99 br: support PiTR feature (#34409)
ref pingcap/tidb#29501
2022-05-12 17:08:35 +08:00
9339955f0d backup: backup empty databases (#34385)
close pingcap/tidb#33866
2022-05-07 18:30:32 +08:00
3c21965564 lightning: remove support for tikv-importer (#34313)
ref pingcap/tidb#31664, close pingcap/tidb#34310
2022-05-06 16:06:56 +08:00
0d5ac6f3cb sysvar, config: mapping config settings to system variables. (#33279)
ref pingcap/tidb#32887
2022-04-29 13:20:52 +08:00
6517ee3fb6 *: migrate tidb-tools (#33296)
close pingcap/tidb#32999
2022-03-25 19:08:35 +08:00
96a507eb3b lightning: support inject external storage when as library (#33303)
ref pingcap/tidb#33281
2022-03-25 16:58:34 +08:00
e0db77ecd1 br: implement backup & restore policy info (#33007)
close pingcap/tidb#32290
2022-03-15 17:39:53 +08:00
51111b8727 lightning: standardize error codes and messages (#32240)
close pingcap/tidb#32239
2022-03-13 15:01:51 +08:00
e42f26c3f8 br: don't print slow log in br without SlowLogFile config (#32204)
close pingcap/tidb#32202
2022-02-24 15:15:43 +08:00
82add9c6bd lightning: only broadcast progress status if web api is enabled (#32011)
ref pingcap/tidb#32010
2022-02-10 14:43:36 +08:00
7f442079ac *: Minimize file and directory permissions (#31740)
ref pingcap/tidb#31310
2022-01-22 10:27:46 +08:00
ec4f879837 lightning: output clearer output message for max-error (#30908)
close pingcap/tidb#29813
2021-12-31 16:17:51 +08:00
d5d836cc30 lightning: output a clearer exit message (#28492) 2021-12-30 22:51:50 +08:00
4f42291a67 br: remove cdclog in br (#30573) 2021-12-10 13:19:57 +08:00
b93ce18982 lightning: fix log doesn't output to stdout when passing --log-file="-" (#29896) 2021-11-19 11:19:48 +08:00
3a2c8c43b8 lightning: split engine logic from local.go (#29869) 2021-11-18 11:01:48 +08:00
e60e170ee1 br/lightning: fix the integration test cases (#29062) 2021-10-27 19:02:49 +08:00
36e694bfc5 br: Add encrypt/decrypt feature for br (#28200) 2021-10-25 10:44:48 +08:00
9eb1cafd66 build: cmd & test are code (#28903) 2021-10-20 18:24:42 +08:00
505299fe9c lightning: move RemoveCheckpoint and CleanupEngine from ctl/main.go (#28769) 2021-10-13 14:33:27 +08:00
5cc6b816b4 cmd/ddltest: migrate test-infra to testify (#28423) 2021-10-12 12:07:25 +08:00
xhe
94e30df8e2 parser: fix compiling, add unit tests (#28700) 2021-10-11 23:15:25 +08:00
7e184f1d01 lightning: support dm set session variables and remove checkpoint. (#28471) 2021-10-11 15:13:25 +08:00
b2dd60d3c4 br: make lightning tidb backend compatible with mysql (#27988) 2021-09-29 15:28:47 +08:00
9f28c4ed12 lightning: auto adjust region-split-size (#27389) 2021-08-26 18:50:05 +08:00
7755d25aba *: Integrate SkyWalking-eyes to check license headers in CI and fix licenses headers (#27198) 2021-08-16 18:52:00 +08:00
13f2a661d9 br: add cleanup meta in lightning-ctl (#27087) 2021-08-12 19:09:17 +08:00
1a54708a7f *: merge BR into TiDB (#26655) 2021-08-06 00:17:12 +08:00