Commit Graph

  • 2745baad11 planner: fix the issue that UnionScan returns wrong results in dynamic mode (#26755) Yuanjia Zhang 2021-08-03 16:37:07 +08:00
  • 352f609437 ddl: add admin_check_index compatibility for temporary table (#26465) Howie 2021-08-03 16:27:07 +08:00
  • 6a84ce3a86 types: fix CAST('2.0.8 X' AS DATE) (#26259) WangZhengru 2021-08-03 16:09:07 +08:00
  • 884a838b02 planner: fix the unstable test case TestListPartitionOrderLimit (#26839) Yuanjia Zhang 2021-08-03 15:43:06 +08:00
  • de3bc62d54 infoschema, executor: Add SQL text column to DATA_LOCK_WAITS table (#26632) MyonKeminta 2021-08-03 14:55:06 +08:00
  • b78039635b telemetry: wrong skip test when apple intel or linux arm (#26826) Weizhen Wang 2021-08-03 11:49:06 +08:00
  • 443e10066a ddl: make 'drop local temporary table' atomic (#26464) Howie 2021-08-03 11:01:06 +08:00
  • 4de62d057f telemetry: fix that test fail to run on apple M1 (#26785) Weizhen Wang 2021-08-03 10:29:06 +08:00
  • 365427288a [util/stmtsummary, inforschema]: Add integrated test for statements_summary_evicted (#26293) ClSlaid 2021-08-03 09:59:06 +08:00
  • 12c606f4d4 *: improve 'insert into select' performance by optimize utf8 charset check (#26432) tiancaiamao 2021-08-03 09:49:06 +08:00
  • af39de5981 executor: speed up cte case (#26792) guo-shaoge 2021-08-02 20:31:06 +08:00
  • bff152a286 ddl: refine error message for expression index (#26798) wjHuang 2021-08-02 19:43:06 +08:00
  • 0f32f3614d *: remove expression index out of experimental index (#26791) wjHuang 2021-08-02 19:31:06 +08:00
  • 659d91aed4 util/cteutil: migrate test-infra to testify (#26738) XiaoSheng Wang 2021-08-02 19:19:06 +08:00
  • de691e2609 util/topsql: migrate test-infra to testify (#26690) dave 2021-08-02 19:11:06 +08:00
  • 51724f8e95 domain: migrate test-infra to testify (part 1) (#26751) tison 2021-08-02 19:01:06 +08:00
  • c39ce4284b metrics: migrate test-infra to testify (#26761) dave 2021-08-02 18:51:11 +08:00
  • 0bcf830fab varaible: fix the new session can't see the instance-level variable store-limit (#26649) Arenatlx 2021-08-02 18:31:06 +08:00
  • cb65b7a2f7 statistics: improve out-of-range estimation strategy (#26502) Zhou Kunqin 2021-08-02 17:43:08 +08:00
  • d7bddb8ba4 parser: update dependency to latest (#26783) tangenta 2021-08-02 17:33:09 +08:00
  • df908bf31f planner: add binding info for explain stmt (#26403) Chengpeng Yan 2021-08-02 16:57:06 +08:00
  • e199323f5c tools/check: fix timeout check script for parsing new tests (#26723) tiancaiamao 2021-08-02 16:49:06 +08:00
  • 92c8dcd905 domain: migrate test-infra to testify (part 0) (#26699) tison 2021-08-02 16:25:06 +08:00
  • 6eaac8cc5b domain: 'load privilege failed' when autocommit is off (#26691) jiyfhust 2021-08-02 16:05:06 +08:00
  • fdd6663d30 planner: add more test cases for list partitioning (#26729) Yuanjia Zhang 2021-08-02 15:45:06 +08:00
  • 83181c6bcb planner: steady expression index selection when having duplicate expressions (#25826) ZhuoZhi 2021-08-02 14:47:06 +08:00
  • 7f2843803a planner: improve skyline pruning (#26271) Yifan Xu 2021-08-02 14:17:06 +08:00
  • b3d1f2b900 owner: make unit test faster (#26715) tiancaiamao 2021-08-02 13:39:05 +08:00
  • c89d071ae9 plugin/conn_ip_example_test.go: migrate test-infra to testify (#26756) unconsolable 2021-08-02 12:31:06 +08:00
  • 6ae64521e0 session: add test for local temporary table update (#26509) 王超 2021-08-02 11:31:06 +08:00
  • 5c5f344b24 executor: fix virtual columns in index join (#26720) WangZhengru 2021-08-02 11:21:05 +08:00
  • 638cfa692b server: fix the time format for TestTLS unit test (#26781) bb7133 2021-08-02 10:57:05 +08:00
  • fa71a0e46d README: Add --comments (#26710) Daniël van Eeden 2021-07-30 17:57:04 +02:00
  • 17523d3da8 ddl: support alter table attributes to add a label rule (#26511) Ryan Leung 2021-07-30 17:21:05 +08:00
  • 401c46f528 executor: Local temporary table do not write any record to tikv (#26470) 王超 2021-07-30 16:59:04 +08:00
  • 0ed15511f8 planner: complete delete support for local temporary table (#26392) 王超 2021-07-30 15:41:05 +08:00
  • 726abd7903 planner: add support for 'drop temporary table...' (#26435) 王超 2021-07-30 15:09:05 +08:00
  • 57c3e92ae8 Makefile: enable goimports linters (#26732) tison 2021-07-30 13:05:04 +08:00
  • 933432404a util: fix unstale TestHeapProfileRecorder (#26542) Song Gao 2021-07-30 12:51:05 +08:00
  • ab4a990539 brie: add error info column and history backup/restore info in sql (#22699) Chunzhu Li 2021-07-29 23:17:05 -05:00
  • 99c4bc1fd3 ddl: show create table for a local temporary table (#26104) zhaoxugang 2021-07-30 12:07:04 +08:00
  • 1e5000c631 util/codec: migrate test-infra to testify (#26528) Fedomn 2021-07-29 22:42:17 +08:00
  • 4eeff54d85 statistics: fix the fomula for checking outdated stats (#26728) Zhou Kunqin 2021-07-29 22:34:17 +08:00
  • 2bace00635 util/set: migrate test-infra to testify (#26488) Twice 2021-07-29 21:16:17 +08:00
  • 65400b68e4 util/vitess: migrate test-infra to testify (#26526) qiaocc 2021-07-29 18:00:18 +08:00
  • 1e96fb7989 util/sqlexec: migrate test-infra to testify (#26676) feitian124 2021-07-29 17:34:17 +08:00
  • 6ab9d7dbcd expression: support Oracle translate function (#26408) WangZhengru 2021-07-29 16:18:17 +08:00
  • c353cad8d9 util/ranger: fix func name typo (#24306) zhangjinpeng1987 2021-07-29 16:08:17 +08:00
  • a27d306e65 go.mod: update parser to version 20210728060616 (#26696) ZhuoZhi 2021-07-29 15:30:17 +08:00
  • 7d45b322bd util/decoder: migrate test-infra to testify (#26629) feitian124 2021-07-29 15:08:17 +08:00
  • a69f2bd5ce go.mod: update client-go to version 20210728 (#26685) Shirly 2021-07-29 14:50:17 +08:00
  • 7e6690df8e *: update client-go to solve #26359 (#26650) Yilin Chen 2021-07-29 11:06:17 +08:00
  • d256f46311 util/plancodec: migrate test-infra to testify (#26520) beyoung 2021-07-29 10:46:17 +08:00
  • c70662bbec expression: show display name in error messages (#26665) Twice 2021-07-28 21:50:22 +08:00
  • 0974cb415b statistics: not to convert small range into points when estimate rowcount using v2 stats (#26695) Zhou Kunqin 2021-07-28 18:58:18 +08:00
  • 50ae2d8266 statistics: trigger auto-analyze based on histogram row count (#24382) Kenan Yao 2021-07-28 18:02:17 +08:00
  • 7024bdd697 util/sys/linux: migrate test-infra to testify (#26525) unconsolable 2021-07-28 16:42:17 +08:00
  • 72807efe20 variable, ddl: allow auto inc columns in generated columns and expression indexes (#23940) Jon Tirsen 2021-07-28 10:22:18 +02:00
  • 89e5ce0686 infoschema, executor: Support getting current executing SQL text in TIDB_TRX table (#26357) MyonKeminta 2021-07-28 16:08:17 +08:00
  • c585a76324 util/systimemon: migrate test-infra to testify (#26633) dave 2021-07-28 15:44:17 +08:00
  • 583cdc8f13 executor: trim ( and ) for the outputs of expression (#26687) wjHuang 2021-07-28 15:20:17 +08:00
  • 3e25ee20a3 util/sys/storage: migrate test-infra to testify (#26635) dave 2021-07-28 14:44:17 +08:00
  • d11889c1b0 util/generatedexpr: migrate test-infra to testify (#26531) Isaac 2021-07-28 12:46:17 +08:00
  • f547547ab3 util/selection: migrate test-infra to testify (#26585) ming 2021-07-28 11:28:16 +08:00
  • 34d43fb8c5 *: convert tikv.error which is returned by RegionCache.Locate to tidb.error (#26647) Shirly 2021-07-28 10:26:16 +08:00
  • 3948b73c23 privilege/privileges: remove read clustered table in SEM test (#26625) Morgan Tocker 2021-07-27 19:32:16 -06:00
  • 85cce04f6b telemetry: migrate test-infra to testify (#26540) tison 2021-07-28 01:22:16 +08:00
  • 6421cecb12 expression: Fix wrong charset and collation for case when function (#26663) Shenghui Wu 2021-07-27 23:20:16 +08:00
  • c96c5dd359 makefile: make CI fail if a single unit test runs longer than 3s (#26578) tiancaiamao 2021-07-27 22:36:16 +08:00
  • 3642e87687 types/driver: migrate test-infra to testify (#26522) tison 2021-07-27 19:28:17 +08:00
  • b073d6bc7a util/resourcegrouptag: migrate test-infra to testify (#26504) tison 2021-07-27 19:18:16 +08:00
  • 57d704bffe planner: fix CTE bug when MergeJoin is used (#25514) guo-shaoge 2021-07-27 18:20:16 +08:00
  • b872b05801 util/collate: migrate to testify (#26535) Ofey Chan 2021-07-27 17:42:16 +08:00
  • 51c48d2fa2 planner: update the correlation adjustment rule of Limit/TopN for TableScan (#26445) Yuanjia Zhang 2021-07-27 17:34:16 +08:00
  • e0dbe7ae8a planner: push TopN down when N is less than a specific variable (#26550) Yuanjia Zhang 2021-07-27 16:38:16 +08:00
  • 01ac21c194 variable: add tests for setter/getter funcs (#26634) Morgan Tocker 2021-07-27 00:58:15 -06:00
  • 8642902337 variable: improve code coverage, fix unstable test (#26586) Morgan Tocker 2021-07-27 00:02:15 -06:00
  • 0aee65ba55 server: make CI faster (#26546) tiancaiamao 2021-07-27 13:02:16 +08:00
  • e116573fbb expression: push down mod() to TiFlash (#26494) Xue Zhenliang 2021-07-27 12:50:15 +08:00
  • 150fe0c377 *: Refine release note (#26577) zhouqiang 2021-07-27 10:12:17 +08:00
  • 4a0ead8f03 planner: only build the same CTE once (#26454) Mingcong Han 2021-07-27 10:04:16 +08:00
  • 71638ee469 planner: the UNION's merge type should exclude the pure NULL (#26561) Yiding Cui 2021-07-26 17:50:16 +08:00
  • 7726e55191 util/stringutil: migrate test-infra to testify (#26549) ming 2021-07-26 17:22:15 +08:00
  • 341fdd6082 *: Using release note plugin checker instead of CI (#26555) zhouqiang 2021-07-26 17:14:16 +08:00
  • dd2fadb190 expression, executor: fix type infer for greatest/leastest(datetime) (#26533) HuaiyuXu 2021-07-26 17:04:16 +08:00
  • d7f6b1575a infoschema/perfschema: migrate test-infra to testify (#26437) tison 2021-07-26 16:56:15 +08:00
  • 399586e557 util/timeutil: migrate test-infra to testify (#26497) top628LJ 2021-07-26 15:26:15 +08:00
  • e7d73718aa *: remove sysvars from plugin API (#26449) Morgan Tocker 2021-07-25 21:28:15 -06:00
  • 0f0b06ab53 planner: try to fix the unstable test TestAnalyzeIncremental (#26468) Yuanjia Zhang 2021-07-26 11:16:15 +08:00
  • fa1fea1a0a util/slice: migrate test-infra to testify (#26523) Keming 2021-07-25 15:28:14 +08:00
  • c7e0e53219 util: fix leak checking (#26514) wjHuang 2021-07-25 12:14:14 +08:00
  • e9409c687c go.mod: update client-go to version 20210723 (#26510) Shirly 2021-07-25 12:06:14 +08:00
  • 21b17f2f8f docs: correct typo of author link (#26517) tison 2021-07-25 11:58:14 +08:00
  • a29ac80a8a util/texttree: migrate test-infra to testify (#26515) Jun 2021-07-25 11:26:14 +08:00
  • a4146033fb planner: report warning when mpp join can't be selected whether it is MPPTask. (#26487) Zhi Qi 2021-07-23 17:52:14 +08:00
  • 556b0285b9 util/fastrand: migrate test-infra to testify (#26486) Zhenzhen Zhao 2021-07-23 17:40:14 +08:00
  • 70493cdf4d planner: refine the control logic of broadcast join (#26347) Zhi Qi 2021-07-23 17:30:14 +08:00
  • 989361a0a8 infoschema, executor, txn: Decode key in DEADLOCKS and DATA_LOCK_WAITS (#26231) 龙方淞 2021-07-23 17:18:14 +08:00
  • 591ebdd926 planner: fix goroutine leak problem in some unit tests (#26500) Yuanjia Zhang 2021-07-23 14:56:15 +08:00
  • 06a0ad373c executor: avoid unnecessary string EqualFold() comparisons (#25822) tangenta 2021-07-23 14:46:15 +08:00