Commit Graph

  • b52a38981c *: change SHOW CONFIG to require CONFIG privilege (#25379) Morgan Tocker 2021-06-15 02:56:36 -06:00
  • c8772c4bce executor: fix incorrect rows returned by TABLESAMPLE (#25357) JingShang Lu 2021-06-15 16:36:37 +08:00
  • 0da89207c9 txn: fix panic on duplicate insert on index column len longer than data len (#25414) lysu 2021-06-15 16:00:37 +08:00
  • e522e35faf statistics: fix row count when not fully loading ver2 stats (#25388) Zhou Kunqin 2021-06-15 15:20:37 +08:00
  • f7f1878f14 store/tikv: sort keys in batch get (#25416) Lei Zhao 2021-06-15 15:12:38 +08:00
  • beec206ede ddl/partition: remove the usage of package 'pd/pkg/slice' (#25356) Shirly 2021-06-15 14:40:36 +08:00
  • 07d0b2d845 planner: forbid prepared stale select in txn (#25375) xhe 2021-06-15 14:30:37 +08:00
  • bd11917ca0 bindinfo,planner: report error when creating sql binding on temporary table (#25058) tiancaiamao 2021-06-15 14:08:37 +08:00
  • 39c503ef68 executor: fix panic for point get executor during stale read (#25292) Song Gao 2021-06-15 13:44:36 +08:00
  • 2dbcc6cf70 ddl: fixed update data report an error when converting from CHAR to DATETIME after adding columns (#25384) Lynn 2021-06-15 13:36:36 +08:00
  • 9321489621 ddl, executor: fix test race in terror (#25405) lysu 2021-06-15 13:16:36 +08:00
  • 1ad33d8da4 ddl: fix drop table show errors (#25071) baishen 2021-06-14 23:46:36 -05:00
  • 49cbbc4655 variable: set max duration of gc interval/lifetime to 365 days (#25396) Morgan Tocker 2021-06-14 22:36:37 -06:00
  • b51a9ca71c *: fix sem dynamic privilege permission issues (#25316) Morgan Tocker 2021-06-14 22:28:37 -06:00
  • 1a669a38c4 executor: snapshot for (batch) point get not working correctly (#25346) xhe 2021-06-15 12:04:37 +08:00
  • 46ad95ca2e planner: disable partition table dynamic mode by default (#25339) Yuanjia Zhang 2021-06-15 11:06:36 +08:00
  • bca2f7250f logutil: InitLogger as a more abstract method, deprecated InitZapLogger (#25381) tison 2021-06-15 10:54:37 +08:00
  • a45b3aaa2b variable: small cleanups (#25266) Morgan Tocker 2021-06-11 11:04:35 -06:00
  • 07d16065d1 *: update br and kvproto (#25378) disksing 2021-06-12 00:56:35 +08:00
  • 3ed698259d infoschema: maintain the snapshotTS in the infocache (#25322) ShuNing 2021-06-11 22:42:35 +08:00
  • 9189ec66ac *: stale reads compatible with prepare (#25156) xhe 2021-06-11 19:32:35 +08:00
  • da23dd7b13 config: add config for tidb_enforce_mpp and remove the global scope of it. (#25369) Zhi Qi 2021-06-11 19:14:35 +08:00
  • cc5e161ac0 *: use tikv/client-go/v2 (#25359) disksing 2021-06-11 17:24:35 +08:00
  • 5a1606740c ddl: add create table like check for temporary table (#25082) Howie 2021-06-11 16:50:35 +08:00
  • 3910f383ce types: optimize MyDecimal.ToFloat64 (#25229) WangZhengru 2021-06-11 14:36:35 +08:00
  • f4e608b8ba util: improve TopSQL reporter memory efficiency (#25195) Yilong Li 2021-06-11 13:16:35 +08:00
  • b76d4675d5 planner/core: fix bug that injected proj get wrong index. (#25336) Han Fei 2021-06-11 12:24:35 +08:00
  • 9505b4bc69 sli: move small read duration metrics to store/tikv (#25343) disksing 2021-06-11 12:00:36 +08:00
  • 487c08affa infoschema, util/stmtsummary: enhance statements_summary. (#25031) ClSlaid 2021-06-11 11:14:34 +08:00
  • b649d6c482 telemetry: Block logs when referenced by other components outside tidb (#25330) liaojj 2021-06-11 10:56:34 +08:00
  • 10db4531d8 ddl: refactor bundle[1/2] [5/6] (#24008) xhe 2021-06-11 10:44:34 +08:00
  • 1f0245a821 planner: Revert tidb_allow_mpp modification for downgrade compatibility and add warnings for enforce mpp. (#25302) Zhi Qi 2021-06-11 10:28:35 +08:00
  • 10cc21b3d4 ddl,server,store: Fix ineffectual assignment in tests etc. (#25236) Daniël van Eeden 2021-06-11 02:24:35 +02:00
  • faf139eae1 executor: Fix losing the auth string on changing SSL/TLS requirements (#25268) Daniël van Eeden 2021-06-10 17:22:29 +02:00
  • 537d8de451 meta,structure: modify structure hash API to avoid conflict on auto table ID key (#25221) tiancaiamao 2021-06-10 20:44:29 +08:00
  • 7e9c912b1c executor: temporarily skip some unstable test cases (#25335) bb7133 2021-06-10 18:12:29 +08:00
  • a8ea9a75f2 store/tikv: make failpoints without code generations (#25247) disksing 2021-06-10 17:58:29 +08:00
  • abe6896441 ddl: fix the data and indexes inconsistency during ctc (#25323) Arenatlx 2021-06-10 17:36:30 +08:00
  • 89394e4724 *: fix binding doesn't work for CTE (#25308) wjHuang 2021-06-10 17:00:30 +08:00
  • 56b6797ab1 executor: open childExec during execution for UnionExec (#24899) HuaiyuXu 2021-06-10 16:02:30 +08:00
  • 37472dc06b store/tikv: move region_* into package store/tikv/region (#25205) Shirly 2021-06-10 15:54:30 +08:00
  • d37062fe51 metrics: Add err label for TiFlashQueryTotalCounter (#25317) Alkaid Jiang 2021-06-10 01:28:30 -05:00
  • cc8b3dc032 store: fix region request have no backoff in some retry situation (#25310) Song Gao 2021-06-10 14:18:29 +08:00
  • 74759210cb tests: use pingcap/errors to replace juju/errors (#25290) disksing 2021-06-10 14:10:30 +08:00
  • b84911db27 config: add example config line for sem (#25315) Morgan Tocker 2021-06-10 00:02:29 -06:00
  • 7d76700ed7 executor: avoid panic in the test (#25114) xhe 2021-06-10 13:38:30 +08:00
  • 0ed8eafa9b executor: add tablesample compatibility for temporary table (#25288) 王超 2021-06-09 21:14:29 +08:00
  • e29496c649 server: fix test for clienterrors (#25278) Morgan Tocker 2021-06-09 07:06:29 -06:00
  • 3aa13dd20f expresssion: fix unstable time_vec_test (#25238) Shenghui Wu 2021-06-09 20:52:30 +08:00
  • 9900f889cb Metric: Collect TiKV Read Duration Metric for SLI/SLO (#23884) Alkaid Jiang 2021-06-09 05:56:29 -05:00
  • cbb6f4e64c *: add global system variable tmp_table_size (#24827) tiancaiamao 2021-06-09 18:48:30 +08:00
  • 6d69d13d10 store/tikv: cleanup dependency (#25283) disksing 2021-06-09 14:02:28 +08:00
  • 6026b63891 *: update kvrpcpb to not use abbreviations (#25265) disksing 2021-06-09 13:28:28 +08:00
  • d5a0d176db executor: add history read compatibility for temporary table (#25237) 王超 2021-06-09 13:18:29 +08:00
  • 8bf35daf1a planner: disable mpp_outer_join_fixed_build_side by default (#25240) xufei 2021-06-09 12:44:28 +08:00
  • ac06d78691 *: enable column-type-change totally (#25263) wjHuang 2021-06-09 10:56:29 +08:00
  • dd3edf5994 executor: fix bug when use limit in CTE (#25261) guo-shaoge 2021-06-09 10:48:29 +08:00
  • f81ef55795 planner: solve an incompatible issue about dynamic-mode and TiFlash and enable dynamic mode by default (#25255) Yuanjia Zhang 2021-06-08 20:08:28 +08:00
  • cad482c036 planner/core: remove the union branch with dual table. (#25218) Han Fei 2021-06-08 19:46:28 +08:00
  • 75388187f3 ddl: make the column type change switch transparent (#25213) Arenatlx 2021-06-08 17:16:28 +08:00
  • a7f3c4d8bd planner/core: change agg cost factor (#25210) Han Fei 2021-06-08 15:44:28 +08:00
  • eb91585d6d executor: temporarily skip some unstable test cases. (#25224) bb7133 2021-06-08 15:35:54 +08:00
  • bce55b716d store/tikv: make groupSortedMutationByRegion as a normal function in 2pc (#25209) Shirly 2021-06-08 15:10:28 +08:00
  • 1aea274cca store/tikv: make AccessMode private (#25232) Shirly 2021-06-08 14:58:28 +08:00
  • d03bd1834a store/tikv: move function GetStoreTypeByMeta to sub package tikvrpc (#25233) Shirly 2021-06-08 14:48:29 +08:00
  • e2f09ca2e1 store/tikv: make RegionStore private (#25231) Shirly 2021-06-08 14:26:28 +08:00
  • 9de1753866 *: fix permissions of brie RESTORE to be RESTORE_ADMIN (#25039) Morgan Tocker 2021-06-07 20:44:28 -06:00
  • 811253785c planner, executor: add stale read compatibility for temporary table (#25206) 王超 2021-06-07 21:06:28 +08:00
  • d1613086e1 go.mod, go.sum: upgrade automaxprocs version from v1.2.0 to v1.4.0 (#24903) hykych 2021-06-07 20:40:28 +08:00
  • 5005bc08cb ddl: tidb panic while query hash partition table with is null condition (#23849) Howie 2021-06-07 20:28:29 +08:00
  • ae20fa8353 executor: skip unstable test case TestApplyGoroutinePanic (#25180) bb7133 2021-06-07 20:14:28 +08:00
  • f3e2b79822 store/tikv: share type OneByOneSuite for tests related to tikv (#25098) Shirly 2021-06-07 18:08:28 +08:00
  • 840494dc13 store/tikv: add and fix some metrics for the new retry logic (#25123) Yilin Chen 2021-06-07 16:38:28 +08:00
  • 2017d2fd68 types: fix wrong truncated val for bit type (#25198) Shenghui Wu 2021-06-07 15:40:29 +08:00
  • 3947c5c6e0 typo: GetlogicalTS4TaskMap -> GetLogicalTS4TaskMap (#25135) mmyj 2021-06-07 15:22:28 +08:00
  • 5c95062cc3 store/tikv: remove unused function and private the variable shuttingDown (#25194) Shirly 2021-06-07 14:36:28 +08:00
  • 9659929b1c tikv: fix a typo (#25185) zhuo1ang 2021-06-07 11:40:28 +08:00
  • 47f0f15b14 ddl, executor: handle original default value after changing column (#25184) Lynn 2021-06-06 16:56:27 +08:00
  • 01dc05f873 telemetry: add SQL statistics to telemetry report data (#24990) YinWeiling 2021-06-06 16:04:27 +08:00
  • 7cc1ebc6b0 store/tikv: increase max backoff time of read requests (#25153) Yilin Chen 2021-06-06 15:26:27 +08:00
  • 11716e7f4a *: use full sampling as default analyze (#25132) Yiding Cui 2021-06-06 00:34:27 +08:00
  • a8ad9b7d3a ddl: fix changing index prefixed column type to non-prefixed (#25004) tangenta 2021-06-05 15:00:27 +08:00
  • ce0e3c3dd5 store/tikv: refine the retry mechanism of region errors (#25165) Lei Zhao 2021-06-05 14:38:27 +08:00
  • f837bc770d planner: reset recorded cte plan in plan encoder (#25175) xiongjiwei 2021-06-05 14:02:27 +08:00
  • fbbada3f0f telemetry: fix panic caused by assign nil map (#25129) lysu 2021-06-05 01:00:28 +08:00
  • 3e69ac2ed3 ddl: fix reorg goroutine leak after column-type-change is cancelled (#24616) Arenatlx 2021-06-05 00:04:28 +08:00
  • 5e55c2e847 expression: Support Sqrt, Ceil, Floor and CastIntAsReal push down to TiFlash (#25085) chAnge 2021-06-04 23:18:28 +08:00
  • acdacf186a util: add top sql collector (#24988) Yilong Li 2021-06-04 22:56:28 +08:00
  • a8b1f687e0 session: fix a bug when updating duplicate bindings (#25168) rebelice 2021-06-04 22:40:28 +08:00
  • 4457ba88e6 ddl: add virtual columns compatibility for temporary table (#25065) Howie 2021-06-04 22:20:28 +08:00
  • 5ca65a8834 *: concurrent session access leads to race (#25173) xhe 2021-06-04 21:32:28 +08:00
  • 38e2faea90 executor: skip unstable test case TestMergeJoinInDisk and TestAnalyzeIndexExtractTopN. (#25170) bb7133 2021-06-04 21:02:15 +08:00
  • 5c350bef3b meta,executor: fix show create table panic for temporary table with auto_increment columns (#25140) tiancaiamao 2021-06-04 20:30:28 +08:00
  • 9a1e57c021 expression: Support push function replace down to TiFlash (#25084) Fu Zhe 2021-06-04 20:00:27 +08:00
  • a591671a30 fix column type change error message (#25154) Arenatlx 2021-06-04 19:27:28 +08:00
  • eaa426cb6a sessionctx: add skip-init for variable tidb_memory_usage_alarm_ratio (#25166) Shenghui Wu 2021-06-04 18:56:28 +08:00
  • 36d11d165e ddl: forbidden conversion decimal to date/datetime/timestamp (#25136) Lynn 2021-06-04 18:32:28 +08:00
  • 2f44a71110 cast: fix cast bit to binary and varbinary (#25064) Arenatlx 2021-06-04 18:02:28 +08:00
  • 11f68a9d28 planner: skip some unstable test cases (#25155) Yuanjia Zhang 2021-06-04 17:33:19 +08:00
  • be63681161 expression: processing empty string for enum index correctly (#25101) Shenghui Wu 2021-06-04 17:28:28 +08:00