Commit Graph

  • 08c4c665fd session: initialize session bind handler when creating session according to createSessionWithOpt (#15724) Yuanjia Zhang 2020-03-30 14:48:10 +08:00
  • 71cf7e92f1 bindinfo: build ID of BindRecord from Hint instead of explain query (#15781) Kenan Yao 2020-03-30 14:40:43 +08:00
  • acad2feb51 table: fix multi nextval will return wrong result without sequence cache (#15728) Arenatlx 2020-03-30 01:17:12 -05:00
  • b77f912866 planner: add warning when table doesn't exist in read_from_sto… (#15256) Zhuomin(Charming) Liu 2020-03-30 13:39:59 +08:00
  • 22a585cfec bindinfo, session: mute internal logs during capture bindings (#15802) Zhang Jian 2020-03-30 12:57:05 +08:00
  • b7d5e9131f server: fix leak for test TestDumpStatsAPI (#15665) glorv 2020-03-30 11:25:45 +08:00
  • 8417036804 executor: Add "ignore_plan_cache" hint (#15588) lawyerphx 2020-03-30 11:04:43 +08:00
  • bce2d39d17 executor: fix naming of a confusing variable (#15797) 2020-03-30 09:38:15 +08:00
  • 12e1606b1c executor: fix failing to drop current database when new-collation is enabled (#15715) wjHuang 2020-03-30 09:13:46 +08:00
  • c8fa259b2e expression: sec_to_time is not compatible with MySQL when the argument is a scientific notation number (#15614) Yuanjia Zhang 2020-03-28 22:14:05 +08:00
  • e42c825979 server, session: refine mysql handshake error log (#15731) lysu 2020-03-28 19:18:35 +08:00
  • 2df711265c config: remove txn-local-latches from config file (#15765) Zejun Li 2020-03-28 10:11:12 +08:00
  • 78ac21914f server: add connection id for lock keys committer (#15685) cfzjywxk 2020-03-27 18:21:14 +08:00
  • 0d10f91539 executor: check for null values when comparing different groups during streamAgg (#15742) Chengpeng Yan 2020-03-27 16:42:14 +08:00
  • 7223e7f8c9 bindinfo, planner: fix TiFlash compatibility with binding and SQL plan management (#15719) Zhuomin(Charming) Liu 2020-03-27 15:44:15 +08:00
  • 9dc6d9c05e planner: check readEngines when building plan for index hint (#15723) Shenghui Wu 2020-03-27 15:24:14 +08:00
  • 11d035d635 infoschema/perschema: fix wrong comment (#15741) crazycs 2020-03-27 14:15:45 +08:00
  • b60991e29c *: support ADMIN RELOAD BINDINGS to refresh binding cache (#15732) Kenan Yao 2020-03-27 12:21:14 +08:00
  • 045a4d533c gc_worker: Disable Green GC by default (#15764) MyonKeminta 2020-03-27 12:12:44 +08:00
  • dd141728a3 planner: add warning when the table name of indexHint cannot be found (#15517) Mingcong Han 2020-03-27 11:32:14 +08:00
  • c1e44a7818 planner: don't choose point get when none tikv in isolation read (#15147) Zhuomin(Charming) Liu 2020-03-27 10:27:27 +08:00
  • 15c3b74ca9 util, executor: use UnionRanges build index kv range for INLJ (#15727) HuaiyuXu 2020-03-27 10:21:19 +08:00
  • ec156a6788 plan: do not cache plan for query on range partition table (#15697) Lingyu Song 2020-03-26 22:58:09 +08:00
  • db789d7630 expression: fix the behavior when in func meet collation (#15609) Yiding Cui 2020-03-26 22:52:24 +08:00
  • 01db67bbad chunk: make mysql.TypeNull be judged as fixedLen (#15512) lysu 2020-03-26 19:25:38 +08:00
  • 6dd8377a3c executor: check unequal handles when buildTableReader4INLJoin (#15675) HuaiyuXu 2020-03-26 18:28:09 +08:00
  • 7a67ff482b config, server: change the default value of max-server-connections (#15726) Lynn 2020-03-26 17:55:13 +08:00
  • 5cf0c3e2d4 bindinfo: clear all bindings when create bind for one normalized SQL (#15669) Zhuomin(Charming) Liu 2020-03-26 14:07:08 +08:00
  • 2846f5c5ba statistics: fix panic when getStatsReader fail (#15651) Yiding Cui 2020-03-26 13:16:17 +08:00
  • a888c6d06a *: add the tid to the schema-change related tables only when keys need to be locked (#15698) Jack Yu 2020-03-26 11:17:38 +08:00
  • 64f339f1cc table: clean up useless code (#15657) Jack Yu 2020-03-26 09:53:38 +08:00
  • 6629ca7b86 config: make the test TestPDConfHandler stable (#15604) Yuanjia Zhang 2020-03-25 20:51:17 +08:00
  • 30e1edae08 domain: set etcdClient loglevel to error (#15645) 3pointer 2020-03-25 17:49:38 +08:00
  • 0eaa757bd8 executor: log stack info when panic converting to error (#15627) Feng Liyuan 2020-03-25 17:35:28 +08:00
  • 4a7d477399 session: delete global scope for isolation read (#15625) Zhuomin(Charming) Liu 2020-03-25 16:18:39 +08:00
  • f6d885b12c executor/inspect: ignore some config inconsistence check (#15666) crazycs 2020-03-25 16:13:08 +08:00
  • 6905549bf6 *: support more system variables in statement summary (#15508) djshow832 2020-03-25 16:07:10 +08:00
  • 12015e87b2 kv: move mock interface to test files (#15659) Jack Yu 2020-03-25 14:48:38 +08:00
  • a8561e4d45 expression: fix use sequence with wrong object name (#15637) Arenatlx 2020-03-24 22:55:37 -05:00
  • 9a301721c7 infoschema: Change type of ddl_job's time field (#15506) reafans 2020-03-25 10:53:07 +08:00
  • 764a69df44 executor: solve bug of merge join which does not consume all the inner tuples (#15473) Zhuhe Fang 2020-03-24 23:05:01 +08:00
  • a6de0e38d4 planner: fix read from storage hint doesn't work for multiple same storages (#15491) Zhuomin(Charming) Liu 2020-03-24 21:32:02 +08:00
  • 9f9f864d22 test: stable and speed up one test case (#15497) cfzjywxk 2020-03-24 17:48:31 +08:00
  • 11bfea6f45 bindinfo: set correct default_db for captured bindings (#15367) Kenan Yao 2020-03-24 17:35:46 +08:00
  • a9af29ad58 kv: add unit test for BufferBatchGetter (#15495) Evan Zhou 2020-03-24 17:05:01 +08:00
  • d9770c1421 util:State column in show processlist provide readable information. (#15455) clark1013 2020-03-24 16:54:32 +08:00
  • 36e89f8220 planner: make multiple USE_INDEX_MERGE(t) hints take effect (#15603) Kenan Yao 2020-03-24 13:38:32 +08:00
  • b2e6a61ec5 planner, test: use intergration_serial_suite_in.json for integration_serial_suite (#15620) Mingcong Han 2020-03-24 13:33:01 +08:00
  • 365ff9b57c *: handle signed/unsigned in the partition pruning (#15436) tiancaiamao 2020-03-24 11:47:59 +08:00
  • 00dc69c6a7 distsql: check the killed flag in the distsql package (#15592) tiancaiamao 2020-03-24 11:24:53 +08:00
  • e064196ddb server: remove the useless and annoying error stacks in the log (#15607) wq1019 2020-03-24 10:49:32 +08:00
  • e32aba0d70 planner: implement BuildKeyInfo of LogicalTopN and LogicalTableDual (#15543) SeaRise 2020-03-23 20:29:32 -05:00
  • b8ea8fc42c privilege: fix show grants privilege check (#15524) Lingyu Song 2020-03-23 21:06:13 +08:00
  • 20b555cfad privilege: use internal session to run SET DEFAULT ROL ALL (#15525) Lingyu Song 2020-03-23 18:44:17 +08:00
  • 7a09249a74 planner: fix bug some cases index merge join hint doesn't work (#15515) Zhuomin(Charming) Liu 2020-03-23 18:05:31 +08:00
  • 21ee980e11 *: Refine Explain's format. (#15507) Zhi Qi 2020-03-23 17:57:49 +08:00
  • 981abb4712 expression: ban collation expression push down to TiFlash (#15580) Zhuomin(Charming) Liu 2020-03-23 17:47:01 +08:00
  • 82829e1fa5 *: consolidate some settings related to the collation (#15553) bb7133 2020-03-23 17:38:31 +08:00
  • 6f45155f8c expression: add explicit timer for sleep evaluate (#15478) glorv 2020-03-23 16:55:04 +08:00
  • 842bd29121 executor: remove useless test TestSlidingWindowFunctionsSumDecimal (#15574) glorv 2020-03-23 16:49:02 +08:00
  • a019c83032 .github: add the auto-assignment for project UT Coverage (#15579) Jack Yu 2020-03-23 16:22:03 +08:00
  • aca6838500 executor/inspect: fix tikv threshold cpu check diagnose rule (#15538) crazycs 2020-03-23 16:13:20 +08:00
  • 3f71bbfd3c executor: change some sys table's status_addr filed to instance. (#15578) reafans 2020-03-23 15:55:01 +08:00
  • 8f380b5b70 ddl: forbid changing column collation at some cases. (#15562) bb7133 2020-03-23 15:38:16 +08:00
  • b1ccb30a75 *: fix updating the column value when the column is dropping and in WriteOnly state (#15539) Lynn 2020-03-23 14:47:01 +08:00
  • 5282d089c7 executor: support generated column on point get and batch point get (#15544) cfzjywxk 2020-03-23 14:21:35 +08:00
  • d60567f765 privilege: fix select current_role() error (#15534) Lingyu Song 2020-03-23 13:37:34 +08:00
  • bbac2b2fe4 executor: Improve the performance of aggFuncSum by using sliding window (#14887) mmyj 2020-03-23 13:29:44 +08:00
  • 3906d5a4da store: convert request error to warning when cop request to tidb (#15410) crazycs 2020-03-23 13:19:39 +08:00
  • 565ec5d047 planner: Add explain info for ClusterLogTableExtractor (#15542) Song Gao 2020-03-23 12:30:24 +08:00
  • fd0235d030 util/memory: fix misleading log information when spilling to disk (#15467) QingFu Wei 2020-03-23 11:08:03 +08:00
  • a498f0d7e9 executor, infoschema: Migrate dataForTableTiFlashReplica to the executor package. (#15078) 张某 2020-03-23 09:50:31 +08:00
  • 7ceb49f5bc *: do not add extra locks for optimistic transactions (#15558) Jack Yu 2020-03-23 09:19:30 +08:00
  • adaf8d22c4 planner: don't reset optFlag when build DataSource from View (#15547) Mingcong Han 2020-03-22 20:46:00 +08:00
  • b70a8fc555 workflow: Run issues assignment to Robust test (#15513) Feng Liyuan 2020-03-21 19:25:14 +08:00
  • 41bed7e6be util/infoschema: Privilege check in statement summary tables (#15184) Chen Lixiang 2020-03-21 19:11:31 +08:00
  • 4e6151ee00 stmtsummary: cache digest in CachedPlanExec (#15464) Zejun Li 2020-03-21 17:48:01 +08:00
  • 81165343f2 *: fix data race caused by analyzeStatus. (#15526) reafans 2020-03-21 16:49:31 +08:00
  • b05e01f45a executor/inspect: add sync-log config check and fix invalid time panic when memory table predicate (#15535) crazycs 2020-03-20 23:35:43 +08:00
  • edd281004c infoschema: migrate dataForProcesslist from package infoschema to executor (#15340) Qiannan 2020-03-21 04:21:31 +13:00
  • fb9ee835a0 executor/inspect: remove redundant result of threshold check (#15523) crazycs 2020-03-20 19:36:15 +08:00
  • 60ba54e040 config: add option 'allow-expression-index' for expression index (#15259) wjHuang 2020-03-20 19:03:22 +08:00
  • b0ea766a49 executor: solve bug of copy joined tuples after inline projection (#15411) Zhuhe Fang 2020-03-20 18:03:29 +08:00
  • df6f378267 stmtsummary: add a switch to decide whether capture internal q… (#15461) Zhuomin(Charming) Liu 2020-03-20 17:39:11 +08:00
  • ceded1206f config: don't write dynamical config to disk if there is no change (#15518) Yuanjia Zhang 2020-03-20 17:05:43 +08:00
  • af5ebef982 gc_worker: Skip TiFlash nodes when doing UnsafeDestroyRange and Green GC (#15505) MyonKeminta 2020-03-20 16:03:53 +08:00
  • 70d0d68b27 executor/inspect: add diagnosis rule for leader drop check (#15469) crazycs 2020-03-20 14:07:15 +08:00
  • 93c4bb848b infoschema/perschema: add tikv config metric def (#15498) crazycs 2020-03-20 12:20:15 +08:00
  • bfc96f0ece gc_worker: Enable Green GC by default (#15490) MyonKeminta 2020-03-19 23:00:23 +08:00
  • 4112f1c25b planner/bindinfo: fix occasional panic of baseline evolution (#15233) Kenan Yao 2020-03-19 21:10:53 +08:00
  • b7894dfefb executor: implement sequence view (#15390) Andrew 2020-03-19 07:54:24 -05:00
  • 3ecaa42615 build: make tidy should reports error (#15470) Feng Liyuan 2020-03-19 16:31:53 +08:00
  • 64ea0ea99f ddl: add missing ErrorCount++ when update Error (#15373) zhiqiangxu 2020-03-19 16:19:22 +08:00
  • 1bd1c07c05 expression: fix wrong behavior in values function for Bit(1). (#15350) Shenghui Wu 2020-03-19 15:40:45 +08:00
  • 5e8706a1f6 util/collate: remove CollatorOption (#15472) bb7133 2020-03-19 15:16:29 +08:00
  • a29c1a1b6e test: fix data race in `TestNoneAccessPathsFoundByIsolationRea… (#15482) Zhuomin(Charming) Liu 2020-03-19 14:42:17 +08:00
  • e382f5b5c4 executor: fix AnalyzeStatus unit test data race (#15481) reafans 2020-03-19 14:30:23 +08:00
  • 3235d82026 .github: refine issue template and issue assign action (#15451) Zhang Jian 2020-03-19 14:24:22 +08:00
  • 962105b9c1 docs/design: update proposal of invisible index (#15476) Maxwell 2020-03-19 12:58:52 +08:00
  • 7e570b1512 *: read committed transaction gets a wrong snapshot with subquery (#15471) Jack Yu 2020-03-19 12:01:22 +08:00