Commit Graph

  • 1a543c4db5 makefile: set timeout 25m for make race (#30555) Weizhen Wang 2021-12-09 15:55:57 +08:00
  • 05f7c6dc5b parser, expression: follow mysql, increase interval precedence (#30528) Hangjie Mo 2021-12-09 14:43:58 +08:00
  • 80ea2389d8 executor: HashJoinExec checks the buildError even if the probeSide is empty (#30471) HuaiyuXu 2021-12-09 14:17:57 +08:00
  • 6a4331792d server: fix prepared cursor select (#30285) xhe 2021-12-09 14:03:57 +08:00
  • 9f744cdf82 dumpling: fix default column collation with upstream when dump table (#30531) WizardXiao 2021-12-09 13:51:57 +08:00
  • d9ef107d39 *: replace compareDatum by compare, PR 11 (#30465) wjHuang 2021-12-09 12:47:56 +08:00
  • 7aee819b57 br: Check crypter.key valid before backup (#29991) Zak Zhao 2021-12-09 10:39:56 +08:00
  • e15e457f3e expression: change the log level of an confusing log from warn to debug (#30484) HuaiyuXu 2021-12-08 19:07:57 +08:00
  • 6229c89616 planner: Disable dynamic partition prune mode for all non-autocommit (#27532) (#30505) Mattias Jonsson 2021-12-08 10:47:58 +01:00
  • 9773f83aec *: replace compareDatum by compare, PR 10 (#30456) wjHuang 2021-12-08 17:35:57 +08:00
  • 1d512612db mockstore: improve log to avoid panic for nil pointer (#30513) Weizhen Wang 2021-12-08 16:01:57 +08:00
  • 66dfc703b5 executor: TestBatchGetandPointGetwithHashPartition test typo (#29669) (#29671) Mattias Jonsson 2021-12-08 08:51:56 +01:00
  • dac5a68740 lightning: support Re/ReregisterMySQL by different tls name (#30463) Ehco 2021-12-08 15:39:56 +08:00
  • e520e46614 planner/core, session: fix error message of wrong variable scope (#30510) Morgan Tocker 2021-12-07 23:53:57 -07:00
  • 2a1ea89fd4 expression: fix data race in the collationInfo (#30490) Weizhen Wang 2021-12-08 14:43:57 +08:00
  • daf8f3ef8e expression: fix data race in builtin_other_vec_generated_test.go (#30503) Weizhen Wang 2021-12-08 13:53:56 +08:00
  • 7a5a8bf057 logutil: add testcase for SlowQueryLogger.MaxDays/MaxSize/MaxBackups (#30316) guo-shaoge 2021-12-08 12:57:56 +08:00
  • 27f7b592b1 executor: enable index_merge used in transaction. (#29875) guo-shaoge 2021-12-08 12:25:56 +08:00
  • d83ee8cfda executor,util: write slow query to slow log no matter what log level (#30461) TonsnakeLin 2021-12-07 20:49:56 +08:00
  • b585bf93cf *: skip mysql client goroutine leak detection in integration ddl (#30467) 王超 2021-12-07 20:07:56 +08:00
  • f82ca6a8eb statistics, util/ranger: add cardinality estimation trace for GetRowCountBy... (#30321) Zhou Kunqin 2021-12-07 19:45:56 +08:00
  • 2af4624cc9 executor: stable test TestSetDDLReorgBatchSize and TestSetDDLReorgWorkerCnt (#30480) wjHuang 2021-12-07 17:19:56 +08:00
  • e7aeae7eda expression: migrate test-infra to testify for constant_propagation_test.go (#30430) tison 2021-12-07 16:29:55 +08:00
  • 6eb14e0e8d expression: make some unstable test serial (#30323) Weizhen Wang 2021-12-07 16:05:55 +08:00
  • 4fb333c252 ddl: add not null flag for auto_increment column (#30477) wjHuang 2021-12-07 15:55:55 +08:00
  • 376d5428cc *: Fix use of user identity in SHOW GRANTS + error messages (#30294) Morgan Tocker 2021-12-06 23:59:55 -07:00
  • ffd59ec088 planner: show accessed partition when explain mpp query over partition table (#30367) xufei 2021-12-07 13:53:56 +08:00
  • 7d4895fa96 infosync: close body when ReadAll encounters error (#30462) Ryan Leung 2021-12-07 13:27:55 +08:00
  • 181c0c9989 executor: track the mem usage of IndexMergeReader (#30210) guo-shaoge 2021-12-07 13:05:56 +08:00
  • 239fca279d Makefile: add coverage record for BR and Dumpling (#30457) tangenta 2021-12-07 12:55:55 +08:00
  • 53f33fa1a3 server: close sql rows to fix unstable test (#30306) Weizhen Wang 2021-12-07 12:03:55 +08:00
  • b2ea0e66b8 makefile: add gotestsum for verify ci (#29848) tangenta 2021-12-07 11:21:56 +08:00
  • cb88a4c51f executor: fix pipelined window invalid memory address (#30418) Shenghui Wu 2021-12-07 11:11:55 +08:00
  • 889f001aef expression: migrate test-infra to testify for constant_fold_test.go (#30424) tison 2021-12-07 09:51:55 +08:00
  • 3337405dd0 expression, parser: add built-in func is_uuid (#30318) unconsolable 2021-12-07 02:47:55 +08:00
  • bc08b50127 lightning: fix gcs max key limit (#30393) Jianjun Liao 2021-12-07 01:59:56 +08:00
  • d3c6045f63 *: replace compareDatum by compare (#30421) wjHuang 2021-12-06 20:41:56 +08:00
  • 9d307b00ae dumpling: fix dump failed when sequence exists (#30164) sylzd 2021-12-06 20:03:56 +08:00
  • d7c2333e63 server: Fix unstable tests with FakeAuthSwitch (#30287) Daniël van Eeden 2021-12-06 11:13:55 +01:00
  • 3131085398 *: update client-go for small backoff time (#30436) Lei Zhao 2021-12-06 17:45:56 +08:00
  • dfd7157637 util, cmd: remove unused filesort (#30438) wjHuang 2021-12-06 17:11:56 +08:00
  • 720370767a br: fix the integration tests (#30423) 3pointer 2021-12-06 15:27:56 +08:00
  • 464db6b537 ddl: handle the error from addBatchDDLJobs() correctly (#30401) tangenta 2021-12-06 14:53:57 +08:00
  • 0b3ec0924b ddl: migrate test-infra to testify for ddl/table_test.go (#30267) Weizhen Wang 2021-12-06 13:35:55 +08:00
  • d3ba0c2730 server: refine code logic in handleDownloadFile (#30422) Song Gao 2021-12-06 13:12:33 +08:00
  • 9c62e96633 expression: migrate test-infra to testify for flag_simplify_test.go (#30407) tison 2021-12-06 12:17:55 +08:00
  • ffe9b3852e ddl: fix the enum default value by triming trailing space (#30356) sylzd 2021-12-06 11:59:55 +08:00
  • e3e2e8d946 dumpling: fix default collation with upstream when dump database and table (#30292) WizardXiao 2021-12-04 23:19:54 +08:00
  • 28446605c2 expression: fix tidb can't alter table from other-type with null value to timestamp with NOT NULL attribute (#29664) Arenatlx 2021-12-03 15:57:54 +08:00
  • 70d29735e6 executor, util: reset offsets and nullBitMap for MutRow when setting new values (#30265) HuaiyuXu 2021-12-03 15:33:54 +08:00
  • 4fbbd5a77d executor: make projection executor unparallel for insert/update/delete (#30290) tiancaiamao 2021-12-03 15:13:54 +08:00
  • ac69c607e9 *: fix goroutine leak in ddl intergration test (#30369) 王超 2021-12-03 14:29:54 +08:00
  • 891517f23e config: make EnableSlowLog atomic (#30346) Weizhen Wang 2021-12-03 11:47:54 +08:00
  • 9aa756336e executor: avoid sum from avg overflow (#30010) Zhuhe Fang 2021-12-03 11:09:55 +08:00
  • cec4acbf5e planner/core: fix a data race when building plan for cached table (#30355) tiancaiamao 2021-12-03 00:05:54 +08:00
  • dae711cbe7 planner: Add trace for agg pushdown rule (#30262) Song Gao 2021-12-02 20:07:54 +08:00
  • cbe5240dd0 session, sessionctx/variable: fix validation recursion bug (#30293) Morgan Tocker 2021-12-02 03:47:54 -07:00
  • 2242f9c8bc parser: support multi bracket for subquery (#29656) sylzd 2021-12-02 18:15:54 +08:00
  • 6475e8949c *: add warn log for stale read (#30340) Song Gao 2021-12-02 17:59:54 +08:00
  • 004382d020 expression: don't append null when param for char() is null (#30236) Hangjie Mo 2021-12-02 17:37:54 +08:00
  • 6898975a7d parser: fix missing charset and collation of handle column (#30320) wjHuang 2021-12-02 17:05:54 +08:00
  • 732b7eb128 executor: fix data race in oomtest (#30339) Weizhen Wang 2021-12-02 13:33:53 +08:00
  • 8e2b96256e types: casting JSON literal null to number types should fail (#30278) djshow832 2021-12-02 13:23:54 +08:00
  • 4947cf1f59 expression: fix wrong result of greatest/least(mixed unsigned/signed int) (#30121) sylzd 2021-12-02 13:11:53 +08:00
  • 7acb80f125 executor: migrate test-infra to testify for executor/index_lookup_join_test.go (#30260) Weizhen Wang 2021-12-02 11:27:53 +08:00
  • 04a387c1d0 tidb-server: return 1 while failing to set cpu affinity (#30197) Xiang Zhang 2021-12-02 10:45:53 +08:00
  • 450d72fd6e executor: replace should not change other rows when auto ID is out of range (#30301) tangenta 2021-12-02 10:25:53 +08:00
  • 124f1fcf3e br: add more precise check for lock file (#30218) 3pointer 2021-12-02 10:15:53 +08:00
  • 7746b6b70a test: fix incorrect regexp pattern during migrating test (#30080) Yujie Xia 2021-12-02 05:51:53 +08:00
  • 4785dc4a62 planner: fix inconsistent schema between UnionAll and child operator (#30231) Zhou Kunqin 2021-12-01 20:35:53 +08:00
  • 92c7c075d5 ddl: migrate test-infra to testify for ddl/options_test.go (#30269) lvtu 2021-12-01 19:59:53 +08:00
  • fa686a9fa0 metrics/grafana: fix display for 'Start TSO Wait Duration' panel (#30311) tiancaiamao 2021-12-01 19:11:54 +08:00
  • 94be83bfa6 *: replace compareDatum by compare and fix wrong optimize order by (#30273) wjHuang 2021-12-01 19:01:53 +08:00
  • 0a92c4d133 store: Add metrics for pd api call time (#30062) Alkaid 2021-12-01 18:49:53 +08:00
  • b5cb933298 ddl/ddl_algorithm_test.go: migrate test-infra to testify (#30268) imentu 2021-12-01 18:39:54 +08:00
  • 7124e62bdb *: update client-go to use resolveForRead (#30314) Lei Zhao 2021-12-01 18:23:54 +08:00
  • f0e81a9828 ddl: Do not consider the clustered index when checking the length of the secondary index (#29660) TonsnakeLin 2021-12-01 17:43:54 +08:00
  • 4e61d1626a topsql: reduce data race of sql digest (#30296) Yexiang Zhang 2021-12-01 17:31:54 +08:00
  • 80d18b6efb load data: fix bug if load data with long content (#29222) xiongjiwei 2021-12-01 16:25:54 +08:00
  • e97e8c0f23 ddltest: refactor logutil.InitLogger in ddltest to avoid data race (#30299) Weizhen Wang 2021-12-01 16:13:54 +08:00
  • 7c5e854f1a privilege,session: Match loopback connections to 'localhost' accounts (#29995) (#30189) Mattias Jonsson 2021-12-01 08:29:53 +01:00
  • a046014776 planner: Add trace for proj elimination rule (#30275) Song Gao 2021-12-01 11:23:53 +08:00
  • a90344c5a3 planner: regard NULL as point when accessing composite index (#30244) Yuanjia Zhang 2021-12-01 10:15:34 +08:00
  • 426a527a93 * : statement summary should know the slow write is blocked on read lock lease (#30166) xiaolunzhou 2021-12-01 09:47:53 +08:00
  • 13b7a2d0ef ddl: disallow change columns from zero int to time (#25728) tangenta 2021-11-30 22:09:53 +08:00
  • 13d0deb7fe parser: respect TiDB comment when DROP INDEX IF EXISTS (#30173) lance6716 2021-11-30 19:35:53 +08:00
  • 0b2d9d108f types: check values equals to NaN or Inf when convert to float (#30148) Hangjie Mo 2021-11-30 18:09:54 +08:00
  • 083be6d859 expression: fix flen for timestamp_add (#30213) wjHuang 2021-11-30 17:57:54 +08:00
  • 7fc6ebbda4 privilege, session, server: consistently map user login to identity (#30204) Morgan Tocker 2021-11-30 02:01:53 -07:00
  • a0f7643e3f *: forbid set TiFlash Replica for a table with unsupport charset (#30162) Hangjie Mo 2021-11-30 15:55:53 +08:00
  • 37e0dac259 copr: add paging API for streaming-like process (#29612) you06 2021-11-30 13:13:52 +08:00
  • 0c8614a80b executor: fix unstable test of topsql (#30257) Yexiang Zhang 2021-11-30 13:01:52 +08:00
  • 8fa0cae3c7 docs: Update 2021-09-29-secure-bootstrap.md (#30243) 姬小野 2021-11-30 11:13:52 +08:00
  • 81ab3f6758 executor: remove useless log (#30248) HuaiyuXu 2021-11-30 10:45:52 +08:00
  • b1ca2ebd60 expression: Support GBK for builtin function AesEncrypt. (#29946) jakevin 2021-11-30 01:01:52 +08:00
  • 6efa36df6c docs: update placement policy limits (#30202) Morgan Tocker 2021-11-29 09:29:52 -07:00
  • 443f15ed4e executor: send a task with error to the resultCh when panic happen (#30214) HuaiyuXu 2021-11-29 20:15:52 +08:00
  • 1b6ffe95c2 lightning: avoid retry write rows and record duplicate rows in tidb backend (#30179) glorv 2021-11-29 20:03:52 +08:00
  • 5c8188ef1c statistics: fix unstable test case TestTraceCE (#30235) Zhou Kunqin 2021-11-29 19:51:52 +08:00
  • 8ace8f612e planner: revise optimize trace logic (#30163) Song Gao 2021-11-29 19:27:52 +08:00