Commit Graph

  • 670b5fbcf5 ranger: fix the range construction behavior when the column's type is YEAR (#23559) wjHuang 2021-04-14 16:03:52 +08:00
  • 46aca1ad0c session, executor: skip some frequent unstable test cases (#24003) HuaiyuXu 2021-04-14 15:39:52 +08:00
  • 04c334ba56 executor: Improve max/min window function with deque-based sliding window (#22628) Tjianke 2021-04-14 13:11:52 +08:00
  • ec3bcc5916 store/tikv:use tikv/logutil instead of tidb/util/logutil (#23994) Shirly 2021-04-14 12:47:52 +08:00
  • 045c6927ca planner: remove useless cast function in AggToProj (#23981) Shenghui Wu 2021-04-14 12:01:51 +08:00
  • a2317a74d6 kv/kv.go:remove UpdateFlags from interface MemBuffer (#23983) Shirly 2021-04-14 11:05:51 +08:00
  • 35329e6621 store/tikv: remove tidb/errno dependency (#23905) zhangpc 2021-04-13 19:27:50 +08:00
  • d339eb15eb planner: generate BatchPointGet for hash table partitions (#23733) Kenan Yao 2021-04-13 15:09:51 +08:00
  • c709217ff4 test: fix global kill e2e test (#23260) 2021-04-13 13:23:53 +08:00
  • 1e2cbf9a22 store/tikv: use []byte instead of kv.Key in package store/tikv (#23859) Shirly 2021-04-13 12:39:52 +08:00
  • 7ec329b618 variable: refactor session/global validation (part 7) (#23937) Morgan Tocker 2021-04-12 21:21:50 -06:00
  • 24a53c392f tikv/region_cache:use []byte instead of kv.Key in KeyLocation (#23957) Shirly 2021-04-13 10:53:50 +08:00
  • 7e484375fd *: Rephrase readme community and quickstart section (#23942) tison 2021-04-13 10:11:50 +08:00
  • 91dcc753f7 planner: do not push down to TiFlash if the table scan require to scan data in desc order (#23948) xufei 2021-04-12 21:55:50 +08:00
  • 34b78579c7 executor: skip ignore check for not update indexes (#23894) lysu 2021-04-12 21:21:51 +08:00
  • c2d5bef4e4 planner: make sure that join key type are always the same for mpp join (#23930) xufei 2021-04-12 19:55:50 +08:00
  • 41f5441fd6 planner: fix err check (#22997) Tjianke 2021-04-12 19:23:50 +08:00
  • fe1cae5f16 planner: fix a bug that point get plan returns wrong column name (#23365) xiongjiwei 2021-04-12 18:25:50 +08:00
  • 2b2399644c store/tikv:use unionstore.Iterator instead of kv.Iterator (#23961) Shirly 2021-04-12 17:53:31 +08:00
  • 62aec0199e store/tikv: move snapshot_test to tests (#23908) disksing 2021-04-12 17:33:38 +08:00
  • dbd5a3622a executor: fix show table status for the database with upper-cased name (#23896) Jack Yu 2021-04-12 16:02:36 +08:00
  • dbd31ad044 statistics: make the global-level topN more accurate (#23862) Chengpeng Yan 2021-04-12 12:06:34 +08:00
  • 5e69f9a1a3 store/tikv: move binlog logic to txn_driver (#23873) disksing 2021-04-12 11:36:32 +08:00
  • 72ebeddfa4 store/tikv: move BufferBatchGetter from tidb/kv to tikv/unionstore (#23871) Shirly 2021-04-12 10:58:22 +08:00
  • 2f877e8030 planner,privilege: requires extra privileges for REPLACE and INSERT ON DUPLICATE statements (#23911) kennytm 2021-04-10 00:18:33 +08:00
  • 2ea64b28fd executor,distsql: clean up useless interface (#23885) xhe 2021-04-09 21:30:33 +08:00
  • 69675ead57 store/tikv: move CommitDetails and LockDetails to tikv/util (#23854) disksing 2021-04-09 20:56:24 +08:00
  • 9bbda60198 planner, sessionvar: avoid sending same task id to TiFlash (#23747) Han Fei 2021-04-09 20:22:18 +08:00
  • e1a59b8545 executor: remove duplicate entry in show privileges (#23738) tison 2021-04-09 19:26:33 +08:00
  • 67acdf3e90 ddl: support change from auto_inc to auto_random through 'alter table' (#20512) tangenta 2021-04-09 18:16:33 +08:00
  • ab72cfacb7 store/tikv: resolve logutil dependency (#23858) disksing 2021-04-09 17:08:34 +08:00
  • 04f2397b90 variable: refactor session/global validation (part 6) (#23855) Morgan Tocker 2021-04-09 02:32:35 -06:00
  • 3a1dd7a665 statistics: collect FMSketch when processing index analyze tasks (#23838) Yuanjia Zhang 2021-04-09 15:40:18 +08:00
  • e18cab75e2 Revert "*: don't allocate SessionIndexUsageCollector when indexUsageLease equals 0" (#23929) HuaiyuXu 2021-04-09 15:05:26 +08:00
  • af09828059 planner: fix wrong TableDual plans caused by comparing Binary and Bytes incorrectly Yuanjia Zhang 2021-04-08 11:16:43 +08:00
  • 3d8084e972 store/mockstore/unistore: migrate unistore core lib code to tidb repo for removing tidb dependency on unistore (#23837) Meng Huang 2021-04-07 18:47:00 +08:00
  • 759a77c447 executor: do not show extended stats for dropped columns (#23828) Kenan Yao 2021-04-07 16:40:33 +08:00
  • 8913c8c1d7 store/tikv:remove "tidb/tablecodec" from snapshot.go (#23686) Shirly 2021-04-07 16:16:50 +08:00
  • 6cff35892c *: don't allocate SessionIndexUsageCollector when indexUsageLease equals 0 (#23861) rebelice 2021-04-07 14:18:16 +08:00
  • 7cf12a68ac *: add test for modifying default length of cast as decimal (#23680) iamhlbx 2021-04-07 13:24:31 +08:00
  • cc0eb408f8 ddl: fix update can see columns not public (#22307) xiongjiwei 2021-04-07 13:00:32 +08:00
  • 7229416bae functions: fix some string function has wrong collation and flag (#23835) xiongjiwei 2021-04-07 12:42:32 +08:00
  • e1fccc6e98 expression: add overflow check in multiplyInt (#22926) Tjianke 2021-04-07 10:46:31 +08:00
  • a347ad9282 server: clean up global variables (#23864) xhe 2021-04-06 23:32:31 +08:00
  • f97496d0fc expression: Implementation of Vitess hashing algorithm. (#23493) Maksim Bezsaznyj 2021-04-06 11:00:32 -04:00
  • f2d340393e metrics: update the PD role expr in Overview Grafana (#23863) JmPotato 2021-04-06 22:24:31 +08:00
  • 04cb31e20e planner: ignore anonymous index while tiflash replica is available (#21444) Iosmanthus Teng 2021-04-06 19:48:31 +08:00
  • 8a3cb769c6 store/tikv: move ticlient_test to /tests (#23731) disksing 2021-04-06 19:32:31 +08:00
  • 0402268a16 store, kv: Add information about async commit/1pc to tidb_last_txn_info (#23833) MyonKeminta 2021-04-06 16:30:31 +08:00
  • bc06b96f21 planner: fix index-out-of-range error when checking only_full_group_by (#23844) Yifan Xu 2021-04-06 15:50:31 +08:00
  • 8911a4a24f planner: skip storage engine check for CRAETE VIEW statement (#23728) Kenan Yao 2021-04-06 14:51:25 +08:00
  • 9d8356ed03 variable: refactor session/global validation (part 5) (#23842) Morgan Tocker 2021-04-05 22:47:24 -06:00
  • 6fd925fdfe statistics: print log when tidb marks extended stats as deleted internally (#23834) Kenan Yao 2021-04-06 11:19:24 +08:00
  • 6a0cd8e093 types/json: replace binary.Read with binary.BigEndian.Uint16 (#23845) Calvin Xiao 2021-04-06 10:35:24 +08:00
  • 8107e2732e store/tikv: move rawkv_test to /tests (#23734) disksing 2021-04-06 09:39:24 +08:00
  • 9c75cfa4e2 server, sessionctx: improved mysql compatibility with support for init_connect (#23713) Morgan Tocker 2021-04-02 12:45:25 -06:00
  • 32f6e333af planner: split test data from test cases in cbo_test.go (#22559) Piotr Rżysko 2021-04-02 18:33:24 +02:00
  • eeca799883 planner: fix LogicalPlans that contain Window Function are ambiguous (#22853) dongjunduo 2021-04-02 23:35:24 +08:00
  • f835c9e390 *: Remove an extra space in README.md (#23840) Mattias Jonsson 2021-04-02 17:11:24 +02:00
  • 3e1d910b1e variable: refactor session/global validation (part 4) (#23777) Morgan Tocker 2021-04-02 08:23:25 -06:00
  • 85da7b36c8 planner: fix partition selection of point plan for the update statement (#23764) Zijie Lu 2021-04-02 18:17:25 +08:00
  • c637388e3f statistics: fix a statistics GC problem that can cause duplicated fm-sketch records (#23830) Yuanjia Zhang 2021-04-02 17:10:43 +08:00
  • 096281ec2f executor: fix 2nd index dup check after insert ignore on dup update primary (#23814) lysu 2021-04-02 14:05:24 +08:00
  • fd7a331f03 statistics: feedback not panic when no ndv collected (#23808) Yiding Cui 2021-04-02 11:45:24 +08:00
  • 3154af1e94 variable: refactor session/global validation (part 3) (#23719) Morgan Tocker 2021-04-01 21:27:24 -06:00
  • 5f8ec4b904 plugin: fix audit plugin will cause tidb panic (#23803) Arenatlx 2021-04-02 08:07:24 +08:00
  • e248a26eea config: add a test for config.toml.example (#23766) rebelice 2021-04-02 07:51:24 +08:00
  • 503841f5cd planner, privileges: do not require SELECT for unqualified DELETE (#23647) Morgan Tocker 2021-04-01 17:35:24 -06:00
  • e2a2961440 table: fix a bug in TryGetHandleRestoredDataWrapper which may cause panic (#23806) wjHuang 2021-04-02 00:58:40 +08:00
  • 9a5a87d8b6 store/tikv: move test function (#23752) disksing 2021-04-02 00:35:46 +08:00
  • 263fc63c7a store/tikv: move lock test to /tests (#23635) disksing 2021-04-01 23:59:24 +08:00
  • 008b91b12b planner: fix "can't find column" when projection wrongly added above table reader after agg pushed down (#23804) Zhou Kunqin 2021-04-01 23:42:17 +08:00
  • 01b05745d8 execdetails: refine cop task execution stats display in plan (#23461) crazycs 2021-04-01 22:05:24 +08:00
  • cd5b91fa03 executor, planner: fix collation for hash join building (#23770) wjHuang 2021-04-01 21:48:10 +08:00
  • 91bcb21b57 ddl: fix secondary index len check for clustered index (#23710) lysu 2021-04-01 21:03:26 +08:00
  • a8a7c0170b store/tikv: move sstore test to /tests (#23677) disksing 2021-04-01 19:38:07 +08:00
  • c2cb344c34 store/tikv: avoid placement dependency (#23767) disksing 2021-04-01 19:02:28 +08:00
  • 653953f675 planner: build correct MaxOneRow info from multi-column conditions (#22915) Kenan Yao 2021-04-01 18:33:24 +08:00
  • ac4fb02bd6 store/tikv: update scan test (#23762) disksing 2021-04-01 18:11:24 +08:00
  • 63fa91c46f ddl: prevent 'TEXT' columns without key length from being used in index (#23618) thinkinnight 2021-04-01 17:29:24 +08:00
  • 80edc8cd20 variable: move supported sysvars from noop to sysvar list (#23781) Morgan Tocker 2021-04-01 00:43:24 -06:00
  • 19919e3f3c tests: make TestIndexLookupMergeJoinHang and TestIssue18068 stable (#23741) tangenta 2021-04-01 14:25:24 +08:00
  • 407c45483c util/chunk: replace outdated link with correct one (#23307) Cholerae Hu 2021-04-01 14:09:24 +08:00
  • 2c83f2db18 server: fix Setting wait_timeout to 0 doesn't take effect #23351 (#23443) Howie 2021-04-01 12:01:24 +08:00
  • 2e30ac3d7d executor: add a test case for batch point queries on table partitions (#23746) Kenan Yao 2021-04-01 11:36:51 +08:00
  • 9dfc786c4c *: fix a bug that wrong index data on prefixed clustered index (#23742) wjHuang 2021-04-01 10:15:27 +08:00
  • 7b4817da9d config: remove redundant backslash (#23771) Brooks Liu 2021-04-01 08:59:24 +08:00
  • d780a1f629 ddl: reorder flags checking (#23717) xhe 2021-04-01 05:31:24 +08:00
  • 5dab3f95bf executor: fix 'index out of range' issue in index lookup join (#23755) tangenta 2021-04-01 04:31:24 +08:00
  • d0291c802a executor: fix batchget overflow lock panic (#23774) lysu 2021-04-01 03:33:24 +08:00
  • 12883a49ea makefile: add --enable=deadcode to static-check (#23716) dongjunduo 2021-04-01 02:35:24 +08:00
  • f64856bba0 store/tikv: enlarge default committer-concurrency to avoid queuing (#23720) Lei Zhao 2021-04-01 01:35:24 +08:00
  • b8b5151b5a metrics/grafana: Remove duplicate items "Owner Watcher OPS" (#23334) yangxuxiang 2021-04-01 00:49:24 +08:00
  • 90d02b2eed *: add support for dynamic privileges (#22778) Morgan Tocker 2021-03-31 10:17:24 -06:00
  • fb2df7675c tablecodec: fix text type decode for old row format (#23751) wjHuang 2021-03-31 22:41:25 +08:00
  • 4130033736 planner: fix wrong IndexScan plan reused in plan cache (#23758) Yuanjia Zhang 2021-03-31 22:07:24 +08:00
  • 51bf619051 planner: fix set not null flag for outer join (#23727) Zhuhe Fang 2021-03-31 19:33:24 +08:00
  • 6dba91b630 config: remove index-usage-sync-lease from config.toml.example (#23740) rebelice 2021-03-31 18:43:24 +08:00
  • 51a5a3df8f store/mockstore/mocktikv: Add mvccGetByKeyNoLock() to avoid double RLock (#16924) Anonymous 2021-03-31 18:11:24 +08:00
  • c660cee89b planner/core: fix a bug during add cast for decimal join key (#23723) Han Fei 2021-03-31 17:54:26 +08:00