Commit Graph

  • 540940624a util: add affinity-cpus starting argument (#10773) lysu 2019-07-01 16:13:12 +08:00
  • 1ddb317203 *: fix 'db' and 'Info' column of 'show processlist' (#10985) wshwsh12 2019-07-01 14:49:22 +08:00
  • 1916effb04 *: fix oom action cancel bug (#10993) crazycs 2019-07-01 13:40:55 +08:00
  • 3847ec8466 planner: fix a corner case in column pruning rule (#10974) bb7133 2019-07-01 12:52:55 +08:00
  • f29b36ca1d *: fix malformed SQL statements in test (#10992) Tanner 2019-07-01 10:37:35 +08:00
  • 34fe1146a0 .github: automatically include labels when creating issues (#10989) kennytm 2019-06-30 00:28:41 +08:00
  • 04fd41860d owner: improve unit tests code coverage (#10792) Lynn 2019-06-29 11:35:14 +08:00
  • b63a8bfedf meta: make auto increment id can be adjust. (#10978) Lingyu Song 2019-06-28 22:26:09 +08:00
  • 2e369cd520 planner,executor: relax the restrictions of trace format='row' (#10979) tiancaiamao 2019-06-28 16:47:33 +08:00
  • c32db315ea session,parser: make MAX_EXECUTION_TIME sql hint and global variable work (#10963) tiancaiamao 2019-06-28 15:17:57 +08:00
  • 41fc7b2d7c kv: tiny cleanup (#10961) Lynn 2019-06-28 14:22:57 +08:00
  • 0d984d8ffc executor: locks key in point get executor for pessimistic transaction (#10972) Ewan Chou 2019-06-28 14:06:43 +08:00
  • fef22aec12 types: add some missing unit tests which exist in Coprocessor (#10966) Lonng 2019-06-27 20:42:09 +08:00
  • fc6baf2834 distsql: clean the memory usage of MemTracker when a query end… (#10898) Feng Liyuan 2019-06-27 19:38:39 +08:00
  • 7f20b4d918 gc_worker: add test for check save gc safe point (#10964) crazycs 2019-06-27 18:58:17 +08:00
  • 0d563f1e2d stats: fix unstable test (#10953) Haibin Xie 2019-06-27 13:51:16 +08:00
  • 98274ccbf2 plugin: setup connection info in session when audit plugin be enabled (#10923) lysu 2019-06-27 11:29:40 +08:00
  • cf5f42b8ec infoschema, sessionctx: add support for mysqldump from 8.0 (#10829) Morgan Tocker 2019-06-26 02:56:42 -06:00
  • 5eae9fa66a gc_worker: add check for gc life time too small (#10936) crazycs 2019-06-26 16:28:56 +08:00
  • d244723a5e executor: remove unused structure RecordBatch (#10891) Yuanjia Zhang 2019-06-26 15:26:16 +08:00
  • 54bd043d35 server: tiny update ConnTestSuite (#10941) tiancaiamao 2019-06-26 14:37:27 +08:00
  • 936704512e gc_worker: fix bug of saving gc safe point to pd before do distributed gc (#10927) crazycs 2019-06-25 19:47:30 +08:00
  • a57b6e60a6 *: Add support for MAX_EXECUTION_TIME. (#10541) db-storage 2019-06-25 01:18:11 +08:00
  • c5a157a883 *: revert all of the radix-join-related commits (#10926) HuaiyuXu 2019-06-24 23:35:15 +08:00
  • 12494cfa06 mocktikv: fix key exists check for pessimistic transaction (#10919) Ewan Chou 2019-06-24 21:34:33 +08:00
  • 29b872c6aa server: increase test coverage (#10830) bb7133 2019-06-24 20:30:04 +08:00
  • a935d93990 *: support IF EXISTS/IF NOT EXISTS for some DDLs (#10723) Xuecheng Zhang 2019-06-24 19:46:26 +08:00
  • 91ab534be3 server: add http api to get some info of sub-optimal query (#10717) Yiding Cui 2019-06-24 16:59:52 +08:00
  • 91b889d2b5 store/tikv: fix insert on dup update for pessimistic transaction (#10905) Ewan Chou 2019-06-24 14:56:46 +08:00
  • dc378a2cff executor: tiny refactor the runtimeStats collection code (#10917) tiancaiamao 2019-06-24 14:09:31 +08:00
  • c59028a2b5 *: let baseFuncDesc.typeInfer return error instead of panic (#10910) HuaiyuXu 2019-06-24 13:09:14 +08:00
  • a0b4d0e9a3 type/compatibility: fix show create table output of generated column (#9608) Ping Yu 2019-06-24 11:03:39 +08:00
  • dceed3452b session: don't change the DDL lease when doing bootstrap (#10908) Lynn 2019-06-24 10:38:34 +08:00
  • b26cb0d93c stats: fix the index cm sketch for fast analyze (#10839) Haibin Xie 2019-06-22 12:55:14 +08:00
  • c8d1ff7ca6 *: replace 'logutil.Logger(context.Background())' with 'logutil.BgLogger()' (#10866) Lonng 2019-06-21 19:13:32 +08:00
  • 10e00869cb ddl: fix 'alter table drop partition' check on hash partitioned table (#10902) tiancaiamao 2019-06-21 18:53:20 +08:00
  • 5cd77cdc8d ddl: fix a data race (#10900) Feng Liyuan 2019-06-21 16:17:22 +08:00
  • 697ba85aa3 store/tikv: Continue GC when error happens during UnsafeDestroyRange (#10743) MyonKeminta 2019-06-21 14:38:37 +08:00
  • 1e403873d9 expression: reuse tipb.Expr 'val' to push down expression implicit parameters (#10790) Lonng 2019-06-21 12:55:14 +08:00
  • c12abec6cb store/tikv: Make RangeTaskRunner support dividing task by multiple regions (#10482) MyonKeminta 2019-06-20 16:57:34 +08:00
  • 8183f35563 executor: tiny clean up (#10875) tiancaiamao 2019-06-20 16:35:59 +08:00
  • ca9da78aa6 store/tikv: unset pessimistic txn primary key when statement failed (#10867) Ewan Chou 2019-06-20 16:16:25 +08:00
  • 9dd32e84c6 *: rename and add tidb_wait_split_region_timeout session variable to set wait split region timeout. (#10797) crazycs 2019-06-20 14:57:35 +08:00
  • 8c81e434db stats: correct fast analyze stats caclulation (#10766) Haibin Xie 2019-06-20 14:01:55 +08:00
  • d23b894c69 ddl: Remove expired keys on PD (#10406) Lynn 2019-06-20 13:47:52 +08:00
  • c0dc198b9b store/tikv: fix performance issue under mixed transaction mode (#10847) Ewan Chou 2019-06-20 13:16:24 +08:00
  • 75b9470a74 *: add a column describing memory usage for table information_schema.processlist (#10837) Feng Liyuan 2019-06-20 11:48:49 +08:00
  • 421de5ef20 executor,server: re-implement the kill statement by checking the Next() function (#10841) tiancaiamao 2019-06-20 11:03:21 +08:00
  • e4204df780 ddl: fix race in table lock config (#10848) crazycs 2019-06-20 10:47:05 +08:00
  • 711582a674 executor: log inconsistent handles when inconsistent-check fail in IndexLookupReader (#10838) Yuanjia Zhang 2019-06-19 20:07:31 +08:00
  • 90096b3da5 executor: fix wrong row count in fast analyze (#10859) Haibin Xie 2019-06-19 19:45:58 +08:00
  • 67b47bc829 ddl: skip race test for Tests that change global config (#10855) Ewan Chou 2019-06-19 16:37:40 +08:00
  • f6be085bc6 executor: tiny refactor the Executor interface (#10846) tiancaiamao 2019-06-19 15:55:28 +08:00
  • b3c40b168e Notify affected regions after sending UnsafeDestroyRange (#10069) MyonKeminta 2019-06-19 15:01:16 +08:00
  • eed6a9efa6 session: init expensiveQueryHandle immediately after domain be initiated (#10845) HuaiyuXu 2019-06-19 13:47:41 +08:00
  • 8b1694873c tikv: avoid switch peer when batchRequest be cancelled (#10822) lysu 2019-06-19 12:53:41 +08:00
  • b0d6c5b35b *: print an expensive query log when a query is out of memQuota (#10799) HuaiyuXu 2019-06-18 16:18:48 +08:00
  • beb8268d85 executor: fix the issue that pb memory cannot be released quickly (#10815) Yuanjia Zhang 2019-06-18 15:51:34 +08:00
  • 612936bbd4 *: Support LOCK/UNLOCK TABLES feature (#10343) crazycs 2019-06-18 15:38:04 +08:00
  • 04cd877967 session, sessionctx: add unit test for sessionctx, session (#10763) lysu 2019-06-18 15:09:13 +08:00
  • 0550bacd2b store: improve ut coverage for store (#10525) Jack Yu 2019-06-18 13:51:00 +08:00
  • 37f9a88553 ddl: make add index test stable by change ddl reorg batch size (#10827) crazycs 2019-06-18 10:05:34 +08:00
  • 464306beea update vendor to build on ARM64 (#10805) siddontang 2019-06-17 21:33:53 +08:00
  • 71e852393b config: fix 'PessimisticTxn' config JSON key (#10820) Lonng 2019-06-17 17:47:51 +08:00
  • 79ae40d7b8 session: do not add history for pessimistic transaction (#10823) Ewan Chou 2019-06-17 16:46:55 +08:00
  • 68137ed7fb table: remove wrong Chinese characters in comments (#10819) Zhexuan Yang 2019-06-17 09:37:30 +08:00
  • bb3a92d70f expression: add a failpoint switch to control expr push down in integration test (#10786) Lonng 2019-06-14 15:43:29 +08:00
  • 1fd98ade83 tikv: fix backoff stop early (#10809) lysu 2019-06-14 14:45:26 +08:00
  • c59a108c28 ddl, expression: Disallow add stored generated columns through ALTER TABLE (#10758) Tanner 2019-06-13 21:14:40 +08:00
  • 785922d923 expression: fix the behavior of DATE_SUB (#10607) Yiding Cui 2019-06-13 20:36:35 +08:00
  • c2152474c5 store/tikv: deduplicate lock keys (#10800) Ewan Chou 2019-06-13 16:36:48 +08:00
  • 2b611274e3 domain: load stats when stats lease is 0 (#10771) Haibin Xie 2019-06-13 15:28:56 +08:00
  • bd06ecc6ec ddl: fix 'create table like' for partitioned table (#10785) tiancaiamao 2019-06-13 15:20:54 +08:00
  • 7d27fa63d3 ddl, table: allow using SHARD_ROW_ID_BITS with auto_incremental columns (#10759) bb7133 2019-06-12 20:43:29 +08:00
  • cd8c4e6e37 *: add a blacklist to disallow pushing down specific expressions (#10688) HuaiyuXu 2019-06-12 13:54:33 +08:00
  • 3f4f3d0bd9 stats: improve code coverage (#10606) Haibin Xie 2019-06-12 13:34:41 +08:00
  • fbf58fc9b5 planner: fix wrong selectivity for inner selection in index join (#10633) Kenan Yao 2019-06-12 12:50:14 +08:00
  • 980f5bbf4f executor: speed up unit tests in executor package (#10769) Yuanjia Zhang 2019-06-12 11:26:24 +08:00
  • fb7fd47298 ddl: error or skip unsupported partition-related DDLs (#10672) kennytm 2019-06-11 23:40:45 +08:00
  • 84f5148f9d kvcache: fix unit test by avoiding lru OOM. (#10768) Feng Liyuan 2019-06-11 20:18:15 +08:00
  • 4077d22f80 ddl: make the SyncerSessionTTL smaller (#10371) Lynn 2019-06-11 17:28:33 +08:00
  • 45ff4f62cc executor: add a 'load data' into partitioned table test case (#10762) tiancaiamao 2019-06-11 15:43:00 +08:00
  • fc73546694 domain: improve UT coverage to 80% (#10726) Lynn 2019-06-11 14:40:14 +08:00
  • f5bdc26e38 executor: fix split table bug (#10761) crazycs 2019-06-11 13:45:58 +08:00
  • 71def9c726 executor: improve UT coverage of executor package (#10728) Yuanjia Zhang 2019-06-11 10:01:43 +08:00
  • 3760c63dab planner: propagate more possible props to enlarge search space (#10548) Zhang Jian 2019-06-10 17:48:53 +08:00
  • b3a443ba38 store/tikv: fix unnecessary loop and add tests for failures of RangeTaskRunner (#10708) MyonKeminta 2019-06-10 16:55:24 +08:00
  • 8046775b6d stats: adjust datum type when using the index query feedback (#10614) Haibin Xie 2019-06-10 16:25:23 +08:00
  • 2ee59f174d plugin: add unit test for plugin (#10506) lysu 2019-06-10 15:35:08 +08:00
  • 59b5e1d2bf *: add split table syntax to split table region (#10553) crazycs 2019-06-10 14:38:56 +08:00
  • 85f3848791 store/tikv: support resolve specified lock keys (#10292) zhangjinpeng1987 2019-06-10 11:02:47 +08:00
  • 1d252261a8 util: add more unit test (#10621) crazycs 2019-06-06 16:17:07 +08:00
  • 78881f6d2d executor: execute some statement (create user grant etc) would commit current transaction automically (#10707) tiancaiamao 2019-06-06 15:45:48 +08:00
  • bb01a5f55c fix invalid json (#10510) baishen 2019-06-06 13:52:09 +08:00
  • 7bf3d69313 *: split index region with lower upper syntax (#10409) crazycs 2019-06-06 10:47:24 +08:00
  • f67352d238 *: print an expensive log when a query exceeds time threshold (#10350) HuaiyuXu 2019-06-05 20:38:11 +08:00
  • 54e48948d4 *: add config item for bind info lease (#10725) Haibin Xie 2019-06-05 17:22:33 +08:00
  • 1fb0e97b72 planner, executor: return TableDual in tryFastPlan for predicate like handlePK=1.1 (#10716) HuaiyuXu 2019-06-05 15:04:19 +08:00
  • 08e4bd988f store/tikv: support single statement rollback for pessimistic transaction (#10654) Ewan Chou 2019-06-05 13:40:12 +08:00
  • e9ab859d1d privileges: add SkipWithGrant check for RBAC methods (#10681) Lingyu Song 2019-06-05 10:44:28 +08:00