-
05666f5ad3
session: set Sleep state for process info (#7826)
Ewan Chou
2018-10-08 12:38:55 +08:00
-
c16a94d136
infoschema: engines table improved (#7831)
Morgan Tocker
2018-10-07 20:07:58 -07:00
-
5baedaa21c
expression, types: fix some corner case when parsing string to datetime (#7701)
Du Chuan
2018-10-08 10:35:52 +08:00
-
f13ae27c0f
fix a dead link (#7829)
Ryan Leung
2018-10-08 09:45:46 +08:00
-
73cab9252d
Fix some misspells (#7830)
Davor Kapsa
2018-10-08 03:40:03 +02:00
-
99c4a15ce4
parser: add complex query bench (#7815)
Zhexuan Yang
2018-09-30 16:38:16 +08:00
-
f81851f83c
ast, plan: return error when the arg of VALUES() function is not a column (#7817)
HuaiyuXu
2018-09-30 16:15:11 +08:00
-
95ccd01cc3
Change logo to the new design (#7823)
Shen Li
2018-09-30 15:33:01 +08:00
-
bb8ba440e8
admin: fix admin check table compare bug (#7818)
crazycs
2018-09-30 11:42:06 +08:00
-
eb617c5f9f
change the backoff base time of BoRegionMiss to 2m (#7775)
Tong Zhigao
2018-09-29 12:02:51 +08:00
-
6a1e94ffa6
domain: fast new a etcd session when the session is stale in the schemaVersionSyncer (#7774)
winkyao
2018-09-28 17:36:22 +08:00
-
0d979a24e0
ddl: fix 'show create table' result not correct when the table with a compression option (#7793)
ciscoxll
2018-09-27 18:39:13 +08:00
-
86416be62f
executor: fix point get null values (#7790)
Zhang Jian
2018-09-27 18:21:15 +08:00
-
1771d67570
ddl: allow enum to append values (#7767)
yj
2018-09-27 18:02:05 +08:00
-
bca8c2709f
expression: fix cast unsigned integer to decimal (#7792)
Liao Qiang
2018-09-27 17:18:46 +08:00
-
eb0c6636cd
Add *.fail.go to .gitignore (#7772)
Andrew
2018-09-27 13:02:56 +08:00
-
6ef7db512c
sessionctx: Change pfs default to OFF (#7788)
Morgan Tocker
2018-09-26 21:15:01 -06:00
-
8917a15fe1
util/timeutil: fix get tz at mojave (#7784)
Zhexuan Yang
2018-09-27 09:43:18 +08:00
-
9fd4072acb
expression: add builtin function json_length (#7739)
Wenlu Wang
2018-09-27 09:23:45 +08:00
-
05b37de16e
*: use chunk grow for simple executor (#7540)
lysu
2018-09-27 09:07:51 +08:00
-
081920da93
planner,executor: support
admin show slow command (#7785)
tiancaiamao
2018-09-26 19:28:53 +08:00
-
af3b782231
planner: fix compatibility issue that update subquery table should be forbidden (#7783)
Liao Qiang
2018-09-26 18:59:55 +08:00
-
cfd4544801
ddl:support show create table with compression (#7782)
ciscoxll
2018-09-26 18:13:03 +08:00
-
1f84db5cd7
add windows build support (#7773)
Andrew
2018-09-26 17:09:13 +08:00
-
4b5d83bcc4
domain: add recent slow queries queue and ShowSlowQuery() function (#7692)
tiancaiamao
2018-09-26 15:09:31 +08:00
-
b098b47b0b
parser,ast: parse
admin show slow statement (#7688)
tiancaiamao
2018-09-26 14:04:54 +08:00
-
f387dfff09
add force priority config (#7777)
Jack Yu
2018-09-25 20:28:28 +08:00
-
c8102f2263
docs/design: add proposal docs for constraint propagation enhancement (#7648)
bb7133
2018-09-25 18:05:11 +08:00
-
257d1b4c82
docs: add a proposal for radix hash join (#7761)
HuaiyuXu
2018-09-25 15:21:23 +08:00
-
0f8ee9df48
metric: add slow log metric (#7759)
crazycs
2018-09-25 13:26:29 +08:00
-
869e20138a
plan: refine the handle check to use point get plan for prepare statement (#7732)
Zhang Jian
2018-09-25 11:32:12 +08:00
-
e79bd946ed
*: change package name from
plan to planner (#7760)
Zhang Jian
2018-09-25 11:16:39 +08:00
-
0001d2a3e0
plan: return table dual when filter is false/null (#7756)
Kenan Yao
2018-09-25 10:33:58 +08:00
-
16864f95b4
ddl, metrics: remove DDL version in metrics (#7737)
Lynn
2018-09-23 22:58:20 +08:00
-
f457f24e21
ast: fix format bug for some expressions (#7770)
xiaojian cai
2018-09-23 22:43:08 +08:00
-
038ac639ba
expression: ECB/CBC modes with 128/192/256-bit key length for AES (#7425)
xiaojian cai
2018-09-23 22:09:02 +08:00
-
7b4686d8c2
expression, plan: aggressive constant fold for null parameter expression to simplify outer join (#7696)
Kenan Yao
2018-09-23 19:46:52 +08:00
-
83a923e796
stats: support dump stats for partition table (#7753)
Haibin Xie
2018-09-22 09:52:47 +08:00
-
1c5adf402f
fix show processlist (#7765)
Lingyu Song
2018-09-21 14:59:21 +08:00
-
77ef4855ff
kv: optimize IsPoint (#7722)
Ewan Chou
2018-09-21 12:41:32 +08:00
-
334e9254d3
*: add a variable to force statement priority of TiDB server (#7694)
Jack Yu
2018-09-20 23:48:40 +08:00
-
cc09ecab22
util: add
WithRecovery util method (#7666)
lysu
2018-09-20 20:21:02 +08:00
-
56713821ff
plan: fix a problem caused by union's schema (#7680)
Yiding Cui
2018-09-20 19:36:14 +08:00
-
115c345593
expression: fix incorrect uniquote json escapse (#7745)
Wenlu Wang
2018-09-20 16:22:40 +08:00
-
4a444efa9a
ddl: fix add index on timestamp column bug (#7724)
crazycs
2018-09-20 15:49:10 +08:00
-
8a1847e8ae
Added hostname sysvar, fixes #7740 (#7750)
Morgan Tocker
2018-09-19 22:24:34 -06:00
-
268ace81a6
Fix is.schemata to show correct charset/collation (#7751)
Morgan Tocker
2018-09-19 20:48:47 -06:00
-
20027588b3
doc: remove duplicate space (#7746)
Wenlu Wang
2018-09-20 06:31:48 +08:00
-
b30dbd06ac
plan: support limit/group-by/order-by clauses in point get (#7720)
Jack Yu
2018-09-17 21:18:44 +08:00
-
6421a405ee
tidb-server: set TiDBMemQuotaQuery to the value in configuration file (#7729)
HuaiyuXu
2018-09-17 17:17:01 +08:00
-
44e05789c3
plan: prune columns for LogicalTableDual (#7725)
Kenan Yao
2018-09-17 16:13:50 +08:00
-
d47e303887
executor,sessionctx:Add correctness for system variable: sync_binlog,… (#7716)
FateTHarlaown
2018-09-17 14:58:46 +08:00
-
9f25032666
plan: fix predicate push down for UnionScan (#7695)
Ewan Chou
2018-09-17 14:44:53 +08:00
-
506dcceea2
plan: enhance predicate pushdown over join (#7645)
Kenan Yao
2018-09-17 14:36:52 +08:00
-
b3cda9a7dc
expression: fix comments mistake (#7713)
kuafu
2018-09-17 14:28:14 +08:00
-
7f6babb2b4
plan: fix mistaken conversion from outer join to inner join (#7689)
Kenan Yao
2018-09-17 13:39:15 +08:00
-
b6a540a0f0
reuse chunk to reduce memory usage in union scan (#7717)
Jack Yu
2018-09-17 11:34:19 +08:00
-
33a30cc780
executor: Fix a bug in 'INSERT ... ON DUPLICATE KEY UPDATE' (#7675)
bb7133
2018-09-14 22:49:17 +08:00
-
08e56cd3ba
CHANGELOGS: Add change logs for 2.1.0-rc.2 (#7705)
Shen Li
2018-09-14 22:30:12 +08:00
-
29441950a3
*: write system timezone into mysql.tidb in bootstrap stage. (#7638)
Zhexuan Yang
2018-09-14 22:15:00 +08:00
-
a7f4687791
store/gc_worker: Use UnsafeDestroyRange instead of DeleteRange in GC (#7560)
MyonKeminta
2018-09-14 21:33:57 +08:00
-
580e8573f4
infoschema: fill data length fields for tables (#7657)
Haibin Xie
2018-09-13 19:16:35 +08:00
-
a947590b14
stats: update the way of using index feedback (#7488)
Haibin Xie
2018-09-13 19:02:32 +08:00
-
7de83a3c8f
plan: use the inferred type as the column type in the schema (#7624)
Zhang Jian
2018-09-12 20:29:50 +08:00
-
cb03f2bec1
move from juju/errors to pkg/errors (#7151)
lysu
2018-09-12 15:42:20 +08:00
-
a6d3a18aa0
Infoschema: Refactor charsets, collations (#7647)
Morgan Tocker
2018-09-11 23:21:16 -06:00
-
794c4f4d5e
ddl: reduce the interval for checking "create table/schema" (#7608)
Lynn
2018-09-12 12:51:43 +08:00
-
62785437ee
docs/design:fix doc fmt (#7670)
Zhexuan Yang
2018-09-12 11:32:01 +08:00
-
6604e33c21
domain,executor: store topN slow query in domain (#7646)
tiancaiamao
2018-09-12 11:01:48 +08:00
-
b58a977289
type: make decimal default precision visible in
show create table (#7667)
Lingyu Song
2018-09-12 10:29:07 +08:00
-
27047a0e2f
executor: remove *MVMap from agg executor (#7541)
HuaiyuXu
2018-09-11 21:31:48 +08:00
-
a82e8e548c
plan: split property to a single package (#7630)
Zhang Jian
2018-09-11 20:49:29 +08:00
-
e21f8f5fed
docs: Remove ROADMAP.md (#7673)
Shen Li
2018-09-11 19:36:23 +08:00
-
f497444389
server: support resigning ddl owner, use http method ddl/owner/resign (#7649)
winkyao
2018-09-11 15:18:17 +08:00
-
5ad005b941
types,expression: Fix parse time from string (#7654)
Du Chuan
2018-09-11 14:00:25 +08:00
-
e0de9caeda
docs/design: Infer the System Timezone of a TiDB cluster via TZ environment variable (#7656)
Zhexuan Yang
2018-09-11 13:44:35 +08:00
-
ef499e8efb
remove x-protocol in vendor (#7662)
Jack Yu
2018-09-11 13:28:29 +08:00
-
2c26243b4c
store/tikv,mysql: improve error message of GC life time (#7658)
tiancaiamao
2018-09-11 11:35:44 +08:00
-
4423937549
infoschema: fix default NUMBER_SCALE value of float type (#7602)
Lingyu Song
2018-09-11 10:38:35 +08:00
-
e7409e38ee
*: correct comment mistakes. (#7661)
kuafu
2018-09-11 09:41:30 +08:00
-
893d546222
expression: json builtin function archetypes (#7651)
xiaojian cai
2018-09-10 22:17:07 +08:00
-
d20eb2ddfc
docs: proposal a SQL planner based on the Volcano/Cascades model (#7543)
Zhang Jian
2018-09-10 22:00:17 +08:00
-
4212e44c03
metrics: register the metrics when TiDB starting up (#7642)
Jack Yu
2018-09-10 20:19:07 +08:00
-
8b1feeb9d4
Add two buildin function ( decode and encode) (#7622)
Emmett
2018-09-10 18:48:15 +08:00
-
d7d13091da
ranger: merge multiple EQ or In expressions if possible (#7577)
Kenan Yao
2018-09-10 17:46:37 +08:00
-
f312000f00
vendor: fix tipb dep version. (#7653)
lysu
2018-09-10 16:36:54 +08:00
-
96e44a80f8
executor, expression: calculating the default value for datetime should consider the time zone (#7655)
Zhang Jian
2018-09-10 16:11:07 +08:00
-
2d62584a0c
executer: make updateRecord easier to understand (#7557)
Jack Yu
2018-09-10 16:00:32 +08:00
-
30ae420242
expression: support builtin function json_contains_path (#7596)
xiangyu0xf
2018-09-09 12:32:15 +08:00
-
a34d69906f
stats: fix panic when updating by feedback (#7640)
Haibin Xie
2018-09-09 11:06:08 +08:00
-
b3d4ed79b9
server, mysql: return correct column name and column label name (#7600)
Kenan Yao
2018-09-08 13:06:14 +08:00
-
6fb1a637fb
expression: Fix some datetime related cases that is inconsistent with MySQL (#7636)
Du Chuan
2018-09-07 14:38:43 +08:00
-
8c44f562f5
metrics: add different labels for restricted SQL and general SQL (#7631)
Kenan Yao
2018-09-07 14:23:48 +08:00
-
3f5bd3bb28
expression: support builtin function json_contains (#7443)
xiaojian cai
2018-09-07 12:45:13 +08:00
-
b2bfd8f91a
executor: support load data with ignore lines (#7576)
xiaojian cai
2018-09-06 22:58:06 +08:00
-
c564ebb6e1
README.md: updated links and arch diagram (#7626)
Morgan Tocker
2018-09-06 06:07:24 -06:00
-
19e6d4510c
stats: fix compatibility of auto analyze period (#7633)
Haibin Xie
2018-09-06 19:14:27 +08:00
-
e7afbb2713
*: make analyze buckets number configurable (#7619)
Haibin Xie
2018-09-06 17:16:23 +08:00
-
7c6c279313
ddl: check only the range type partition (#7599)
ciscoxll
2018-09-06 16:55:18 +08:00
-
5dc1dbddfa
ddl: a little refactor in the reorganization stage of adding indices (#7598)
winkyao
2018-09-06 16:03:31 +08:00