Commit Graph

  • b301e1a863 planner: fix some unstable prepare-cache test cases (#27335) Yuanjia Zhang 2021-08-18 19:22:00 +08:00
  • 9a307a07f3 session: Add failpoint session/beforeLoockKeys (#27332) MyonKeminta 2021-08-18 18:16:00 +08:00
  • f7fdffc0b3 planner: adjust the schema when using 'explain for' for verbose format (#26949) Chengpeng Yan 2021-08-18 18:08:01 +08:00
  • 6a1b9fe342 go.mod: update PD to fix the flag issue (#27337) you06 2021-08-18 17:24:00 +08:00
  • 68a15f8d0b planner: fix two test cases that use the wrong collation name (#27329) Yuanjia Zhang 2021-08-18 16:44:00 +08:00
  • 5c1081f669 *: support user defined filters for baseline capture (#26294) Kenan Yao 2021-08-18 15:44:00 +08:00
  • 6501c70015 ddl: add more tests for expression index (#27037) wjHuang 2021-08-18 15:21:59 +08:00
  • c5689a1d3f planner: fix row count estimation for partially pushed down selections (#25715) Kenan Yao 2021-08-18 14:17:59 +08:00
  • 8a1e9b93e2 server: migrate packetIO related tests to testify (#27042) dave 2021-08-18 12:39:59 +08:00
  • 165e365e64 session,server: forbid stale read in local temporary tables (#27270) sylzd 2021-08-18 12:14:01 +08:00
  • ed174286b8 expression: check type for virtual column use list (#27275) wjHuang 2021-08-18 11:44:00 +08:00
  • 84a8b0f6ee planner: don't extract hash keys from index join's OtherConds if inl_merge_join hint exists (#24994) Kenan Yao 2021-08-18 11:28:00 +08:00
  • d2dcf2917d config: migrate test-infra to testify (#27222) unconsolable 2021-08-18 10:47:59 +08:00
  • 1f8f3cc63f planner: don't push down topn to nil table plan side (#25214) Kenan Yao 2021-08-18 10:33:59 +08:00
  • b2a1d21284 executor: Add binlog tests for local temporary table (#27273) 王超 2021-08-18 01:47:59 +08:00
  • bc5c912f85 statistics: some refactoring about stats collector (#26583) Yiding Cui 2021-08-18 01:39:59 +08:00
  • d4ec0233c8 ddl: fix DROP [GLOBAL] TEMPORARY TABLE IF EXISTS returns error when table not exist (#27287) 王超 2021-08-17 21:53:59 +08:00
  • 045c280c61 br.storage: add delete api (#27237) ben1009 2021-08-17 21:16:00 +08:00
  • 09e3090ba9 go.mod: update parser to fix the parse error for subquery (#25647) Zhuomin Liu 2021-08-17 21:06:00 +08:00
  • 156b438200 executor: Add tests for tidb_constraint_check_in_place for local temporary table (#27271) 王超 2021-08-17 20:34:00 +08:00
  • 4a3c290c0b planner: add test case for sql binding in the local temporary (#27206) sylzd 2021-08-17 17:42:00 +08:00
  • 867dd7bb32 util/chunk: migrate test-infra to testify for column_test, disk_test, iterator_test (#27026) xxchan 2021-08-17 17:32:00 +08:00
  • b586f271aa *: migrate test-infra to testify for util/mvmap (#27118) Alkaid 2021-08-17 17:22:00 +08:00
  • a0de91fa06 statistics: fix a error check to prevent nil dereference (#27295) Zhou Kunqin 2021-08-17 17:04:00 +08:00
  • ead31402bc *: resolve select fields properly for coalesced columns of natural join (#25094) Kenan Yao 2021-08-17 16:18:00 +08:00
  • d06fd67764 statistics: fix "data too long" error when dumping stats from table with new collation data (#27033) Zhou Kunqin 2021-08-17 16:02:00 +08:00
  • b7860acc9f planner: avoid unnecessary cartesian product for IN expressions on multi-columns (#24793) Kenan Yao 2021-08-17 15:46:00 +08:00
  • d8c9c59364 planner: generate tableDual when partition pruning failed (#26894) Chengpeng Yan 2021-08-17 15:11:59 +08:00
  • dd34d4869f Revert "session: add physical table placement_policy in mysql schema" (#27250) Arenatlx 2021-08-17 15:03:59 +08:00
  • 50572f1ab6 server: remove unused status api (master) (#27262) Morgan Tocker 2021-08-16 22:59:59 -06:00
  • 4d5350c718 planner: fix the problem of using enum like 'x%' to build the wrong range (#27267) rebelice 2021-08-17 12:37:59 +08:00
  • 1c6c548334 planner: add missing column for Apply convert to Join (#27246) Shenghui Wu 2021-08-17 11:49:59 +08:00
  • caba86a22f store: update tikv/client-go (#27255) disksing 2021-08-17 11:09:59 +08:00
  • e4a7c2d8e3 ddl: support alter table partition attribute to add label rules (#26705) Ryan Leung 2021-08-17 10:11:59 +08:00
  • f1fd5740c5 util/ranger: test data is setup/teardown logic (#27221) tison 2021-08-17 10:03:59 +08:00
  • 462c9dc5ca *: Add temp_table_size support for local temporary table (#27205) 王超 2021-08-16 22:19:59 +08:00
  • e4dcef943c planner: do not merge the generated column stats to global stats (#27256) Chengpeng Yan 2021-08-16 21:53:59 +08:00
  • eb418f3b5a bindinfo: fix SPM doesn't work for CTE (#25583) zhaoxugang 2021-08-16 20:47:59 +08:00
  • 09ebd0d703 planner: fix wrong selection push down when having above agg (#27021) Zhuomin Liu 2021-08-16 20:29:59 +08:00
  • 0de541c184 ddl: Check create table options for local temporary table (#27150) 王超 2021-08-16 20:09:59 +08:00
  • 255fa351b3 ddl: fix time column accuracy in alter table (#27149) xiongjiwei 2021-08-16 19:15:59 +08:00
  • 7755d25aba *: Integrate SkyWalking-eyes to check license headers in CI and fix licenses headers (#27198) Hoshea Jiang 2021-08-16 18:52:00 +08:00
  • 0709307edb table: migrate test-infra to testify (#27086) feitian124 2021-08-16 18:23:59 +08:00
  • d128bc1099 planner: fix error when window function is used in view definition (#25930) guo-shaoge 2021-08-16 17:22:00 +08:00
  • 583d2d39e5 executor: Add test for check retry DML on local temporary tables (#27183) 王超 2021-08-16 16:54:00 +08:00
  • 6b9e25bafa domain: call the cancel function of bind owner only once (#27109) Kenan Yao 2021-08-16 16:03:59 +08:00
  • 940ea4406f br: fix-bug: Flush backupMeta to disk for multiple times (#27104) Zak Zhao 2021-08-16 15:51:59 +08:00
  • 5ae87cae85 types: fix fsp for datetime, time and timestamp (#27170) wjHuang 2021-08-16 14:25:59 +08:00
  • ed88b54fc8 util/logutil: Remove useless grpc log in production (#25454) Yifan Xu 2021-08-16 13:09:59 +08:00
  • 36ed0936a6 expression: Improve the performance of str_to_date (#25389) JaySon 2021-08-16 12:59:59 +08:00
  • 155ead5370 executor: fix unstable TestSelectAsOf (#27163) Song Gao 2021-08-16 11:51:59 +08:00
  • da8bb5ea8c server: replace ioutil.TempDir by os.MkdirTemp (#27226) Manjusaka 2021-08-16 09:55:58 +08:00
  • d92c49f359 br: add region range check for batch scan regions (#27192) glorv 2021-08-14 14:53:58 +08:00
  • 4104fccad0 planner/memo: migrate test-infra to testify (#27158) tison 2021-08-14 14:43:58 +08:00
  • 5de5fa4afc tidb-server: migrate test-infra to testify (#27144) tison 2021-08-14 14:33:58 +08:00
  • 44732401a3 util: Fix some incorrect usages of the assert.Equal in testify (#27207) MyonKeminta 2021-08-14 14:25:58 +08:00
  • 124b825216 server: Split TestTLS (#27108) Daniël van Eeden 2021-08-13 17:29:58 +02:00
  • 73cadf060d ddl: improve MySQL compatibility on time-to-year conversion (#26884) tangenta 2021-08-13 22:49:58 +08:00
  • ba5ed2eaa0 docs: fix some typos in temporary table design doc (#26627) tangenta 2021-08-13 22:27:58 +08:00
  • bf8cfb448b session: add physical table placement_policy in mysql schema (#27054) Arenatlx 2021-08-13 21:05:58 +08:00
  • 08995d915d expression: make count distinct multi column aware of new collation (#27111) xufei 2021-08-13 19:57:58 +08:00
  • cd5499e994 planner: Fix the problem that PlanBuilder.buildWindowFunctions may change sub operator's schema. (#27176) Zhi Qi 2021-08-13 16:57:58 +08:00
  • 0ebc084fce ddl: use old name in changing column to refine error message (#27105) tangenta 2021-08-13 15:49:16 +08:00
  • ba8aab995e variable: format error message for set wrong value (#27152) xiongjiwei 2021-08-13 15:31:17 +08:00
  • f7917916ed expression: do not derive filters containing null sensitive functions from outer join (#27067) Kenan Yao 2021-08-13 14:49:22 +08:00
  • 0f2762bc0f meta: migrate test-infra to testify (#26882) dave 2021-08-13 14:33:21 +08:00
  • d4a98d5a72 br: enable some checks for br (#27120) 3pointer 2021-08-13 08:47:16 +08:00
  • da2b7d2b03 executor: add test case for tablesample in local temporary table (#27133) sylzd 2021-08-12 21:37:16 +08:00
  • 63095a627c ddl: fix data race for TestIssue23872 (#27155) 王超 2021-08-12 20:33:16 +08:00
  • 0e48cb22a9 planner: prune hash partition should consider unsigned flag (#27098) xiongjiwei 2021-08-12 19:59:16 +08:00
  • 13f2a661d9 br: add cleanup meta in lightning-ctl (#27087) glorv 2021-08-12 19:09:17 +08:00
  • 131e955027 util/chunk: migrate test-infra to testify for chunk_test, chunk_util_test (#26772) xxchan 2021-08-12 18:47:17 +08:00
  • ce60af56ea ddl: Create temporary table like tbl_xx (#26113) zhaoxugang 2021-08-12 17:25:17 +08:00
  • d7f17a0040 privilege: Add REFERENCES privilege on db/schema and table level. (#27121) Mattias Jonsson 2021-08-12 10:53:16 +02:00
  • fcd3ff72c4 distsql/request_builder_test: migrate test-infra to testify (#27068) flamingo 2021-08-12 15:09:16 +08:00
  • 6ac43f4f2a executor: add sequence info for infoschema (#27094) Weizhen Wang 2021-08-12 14:55:16 +08:00
  • 26237b35f8 util/stmtsummary: migrate test-infra to testify (part 2) (#26871) feitian124 2021-08-12 12:23:16 +08:00
  • f93ae253ec expression: Added type compare check for int/binary strings for BETWEEN, issue-23602 (#27085) Mattias Jonsson 2021-08-12 05:51:15 +02:00
  • 9530a1582b metrics: add network devices for overview dashboard (#26799) Jack Yu 2021-08-12 11:39:15 +08:00
  • 542cce59be planner: add one more test case for list partition (#27107) Yuanjia Zhang 2021-08-11 20:55:15 +08:00
  • 9f06524092 kv: clean unnecessary interface function (#27051) Arenatlx 2021-08-11 20:47:15 +08:00
  • 0b6b13500d planner: add test for heuristic index selection (#26917) Yifan Xu 2021-08-11 20:37:16 +08:00
  • 3ac7914b7e expression: make locate function consider collation (#27079) xiongjiwei 2021-08-11 20:29:16 +08:00
  • 281b431292 ci: correct testing format (#27074) tison 2021-08-11 19:49:15 +08:00
  • d4208b5674 planner: fix wrong type when unsigned int value union int value (#26545) sylzd 2021-08-11 19:17:15 +08:00
  • d378778406 distsql/dist_test: migrate test-infra to testify (#26837) flamingo 2021-08-11 19:09:15 +08:00
  • 760a6522ec br: let tools use the same version detecting mechanism (#27060) 山岚 2021-08-11 18:57:15 +08:00
  • 1c90b8e0bf executor: fix wrong logic of pipelined window function (#26974) 2021-08-11 18:13:16 +08:00
  • f570e8fb67 util/ranger: migrate test-infra to testify (#26988) feitian124 2021-08-11 16:49:15 +08:00
  • 13921ddcc1 planner: fix the unstable test TestForAnalyzeStatus (#27113) Yuanjia Zhang 2021-08-11 16:41:15 +08:00
  • c9777acbba *: migrate test-infra to testify for util/printer.go (#27010) Alkaid Jiang 2021-08-11 15:19:15 +08:00
  • 963c45b1f0 util/math: migrate test-infra to testify (#27075) tison 2021-08-11 15:09:15 +08:00
  • 8ad5b52fb4 ddl: check multibyte character set index length (#27061) xiongjiwei 2021-08-11 14:25:15 +08:00
  • 533ec70f3a executor: Add support for SHOW PLACEMENT LABELS statement (#27077) 王超 2021-08-11 13:39:15 +08:00
  • 550c7d04de br-restore: Update restore.go (#27056) Zak Zhao 2021-08-11 11:09:15 +08:00
  • 5a6c93ff5c planner: add more test cases for list column partition (#27081) Yuanjia Zhang 2021-08-11 10:47:15 +08:00
  • 1c83415b75 config: fix config experimental.allow-expression-index (#27055) wjHuang 2021-08-10 20:39:15 +08:00
  • deb6dadc6c planner: encode min/max varchar correctly when pruning list-column partitions (#27052) Yuanjia Zhang 2021-08-10 16:17:15 +08:00
  • b24d8b7b96 util/memory: migrate test-infra to testify (#26992) unconsolable 2021-08-10 15:29:15 +08:00
  • 91c89e4c81 util/stmtsummary: migrate test-infra to testify (part 1) (#26870) feitian124 2021-08-10 15:09:14 +08:00