Commit Graph

10758 Commits

Author SHA1 Message Date
dc139aedb4 server,session: code refactor for multiple statements in one query (#16056) 2020-04-14 20:16:43 +08:00
c66320c464 planner: fix panic when two table scan as the build side for i… (#16001) 2020-04-14 18:22:43 +08:00
c1a31708b0 executor: fix wrong result for index merge read generate column (#16002) 2020-04-14 17:40:03 +08:00
867a812c75 session: add compile and execute time metric for prepare statement (#16338) 2020-04-14 17:32:32 +08:00
6cb57dff42 metrics: fix typo label (#16032) 2020-04-14 17:25:31 +08:00
da1c7384c1 tikv, server: turn on grpc channelz to help diagnosis and add wait conn establish metric (#16263) 2020-04-14 17:19:07 +08:00
e0ce5bd585 bindinfo: report error for completely invalid hint of bind_sql (#16059) 2020-04-14 15:46:30 +08:00
e90aac2710 executor: add config EnableCollectExecutionInfo (#15493) 2020-04-13 20:45:25 +08:00
10907ce5d2 config: move storage check after initializeTempDir (#16257) 2020-04-13 20:27:21 +08:00
48bd100f1d server: fix auth fail log (#16318) 2020-04-13 16:58:39 +08:00
32149dcc23 ddl: fix a panic when creating key partition table (#16260)
mysql> create table t(a char(5), unique key(a(5))) partition by key() partitions 5;
ERROR 2013 (HY000): Lost connection to MySQL server during query
2020-04-13 16:53:03 +08:00
15e961ad37 rowcodec: forbidden Kind{Null/MinNotNull/MaxValue} encode datum & add test (#16223) 2020-04-13 10:39:09 +08:00
22a49ffd00 tikv: fix panic when recycle non-superbatch idle conn (#16299) 2020-04-12 11:58:02 +08:00
8891c9d34e infoschema: fix select * from inspection_summary would return null. (#16099) 2020-04-10 17:25:10 +08:00
1c73deca59 ddl: add syntax for setting the cache step of auto id explicitly. (#15409) 2020-04-10 15:57:51 +08:00
36d8171319 expression: fix panic of explain for connection when plan cache is enabled (#16206) 2020-04-10 15:48:17 +08:00
2db8eb61b3 monitor: add tiflash to grafana dashboard (#16278) 2020-04-10 15:32:10 +08:00
9471e87cb7 server: change log frequency, add flag to quit drain loop (#16274) 2020-04-10 15:02:10 +08:00
496cb870d5 metrics,tikv: refine wait lock and batch client unavailable metrics (#15881) 2020-04-10 10:30:09 +08:00
b02b902e36 metrics: enlarge statement retry count upper limit (#16196) 2020-04-10 10:24:10 +08:00
c561d5aa99 *: remove useless conversions and omit some types (#16262) 2020-04-10 00:23:06 +08:00
2a2bf377ae executor/inspect: remove redundant code (#16254)
Signed-off-by: crazycs520 <crazycs520@gmail.com>
2020-04-09 21:11:51 +08:00
3b52c7f460 ddl, executor: refine error message for rollback DDL job (#16235) 2020-04-09 18:00:39 +08:00
db8cf39075 session: disable batch cop request by default (#16236) 2020-04-09 17:40:09 +08:00
8025cc29b8 test: add one kill query test (#16231) 2020-04-09 17:21:13 +08:00
837b17865f log: change dispatch error log level (#16228) 2020-04-09 16:14:14 +08:00
49ee75a0a5 planner, executor: enable inline projection for merge join (#15463) 2020-04-09 15:58:32 +08:00
c635ac8cc4 infoschema: fix tidb version showed in cluster_info table and update the go.mod for new sysutil (#16003) 2020-04-09 13:43:09 +08:00
af0a49cb7a [store/tikv] support batch coprocessor for TiFlash (#16030) 2020-04-09 13:01:09 +08:00
7b0e990ad9 go.mod: update sysutil pkg (#16204) 2020-04-09 12:40:39 +08:00
f3b8f60480 ddl, planner: handle sequence name check in preprocess (#16193) 2020-04-09 10:59:24 +08:00
4a803b1375 ddl: fix create hash partition table makes tidb OOM (#16194) 2020-04-09 10:34:39 +08:00
b54ac5b2ec refine bindinfo_test.TestGlobalAndSessionBindingBothExist (#15941) 2020-04-08 23:45:16 +08:00
0f302966a4 test:make TestLoadDataMissingColumn stable (#16130) 2020-04-08 22:48:39 +08:00
98cb090e1b tikvrpc: add the missing TestT function (#16152) 2020-04-08 22:28:55 +08:00
d8978cb53e config: support temporary storage usage limitation (#15700) 2020-04-08 22:14:09 +08:00
6a45a7d6ee mocktikv: avoid sorting multiple times with unstable order (#15898) 2020-04-08 16:08:17 +08:00
c2538facc9 ddl: Support the operation of adding multi-columns (#15540) 2020-04-08 13:22:25 +08:00
bdbc25418e planner: fix different err msg from MySQL when group by window function (#16134) 2020-04-08 12:34:54 +08:00
475dc29d53 executor/inspect: Add a status_address of inspection_result table to indicate the status address. (#15589) 2020-04-08 12:20:03 +08:00
dda190a830 ddl: fix repeatedly recover table error (#16116) 2020-04-08 11:03:31 +08:00
eeac2eb6d1 store: cleanup useless code (#16103) 2020-04-08 09:51:55 +08:00
96d96ceb73 executor: fix unexpected error in union stmt. (#16073) 2020-04-08 09:45:55 +08:00
38d9711560 planner: Add explain info for InspectionRuleTableExtractor (#16087) 2020-04-08 00:44:54 +08:00
c31e4be8de executor/inspect: add config check for storage.block-cache.capacity of TiKV config (#15985) 2020-04-07 22:26:18 +08:00
e5bd867c50 executor: show create table ignores 'binary' collate table option (#15842) 2020-04-07 19:24:59 +08:00
2b3df6c216 domain: add start_timestamp for topologyInfo (#16092) 2020-04-07 18:23:25 +08:00
3d99454d2a infoschema: add column comments for statement summary tables (#16011) 2020-04-07 18:12:55 +08:00
d750db3213 *: remove order support in sequenceInfo (#16105) 2020-04-07 17:47:35 +08:00
57db6cec7f expression: fix charset and collation for current_role (#16019) 2020-04-04 16:02:15 +08:00