Commit Graph

7347 Commits

Author SHA1 Message Date
aec4814ffe expression: fix painc on substring_index (#7806) 2018-10-08 22:07:06 +08:00
78303cbb4d planner/core: separate aggPrune from aggPushDown (#7676) 2018-10-08 19:51:09 +08:00
f33e04f486 expression: make sysdate unfoldable (#7838) 2018-10-08 16:47:45 +08:00
177c155161 plan: exclude IsNull from constant propagation (#7835) 2018-10-08 14:47:13 +08:00
d5d8ba09a3 stats: fix combined index low-bound check (#7814) 2018-10-08 14:30:43 +08:00
05666f5ad3 session: set Sleep state for process info (#7826) 2018-10-08 12:38:55 +08:00
c16a94d136 infoschema: engines table improved (#7831) 2018-10-08 11:07:58 +08:00
5baedaa21c expression, types: fix some corner case when parsing string to datetime (#7701) 2018-10-08 10:35:52 +08:00
f13ae27c0f fix a dead link (#7829) 2018-10-08 09:45:46 +08:00
73cab9252d Fix some misspells (#7830) 2018-10-08 09:40:03 +08:00
99c4a15ce4 parser: add complex query bench (#7815) 2018-09-30 16:38:16 +08:00
f81851f83c ast, plan: return error when the arg of VALUES() function is not a column (#7817) 2018-09-30 16:15:11 +08:00
95ccd01cc3 Change logo to the new design (#7823) 2018-09-30 15:33:01 +08:00
bb8ba440e8 admin: fix admin check table compare bug (#7818) 2018-09-30 11:42:06 +08:00
eb617c5f9f change the backoff base time of BoRegionMiss to 2m (#7775) 2018-09-29 12:02:51 +08:00
6a1e94ffa6 domain: fast new a etcd session when the session is stale in the schemaVersionSyncer (#7774) 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) 2018-09-27 18:39:13 +08:00
86416be62f executor: fix point get null values (#7790) 2018-09-27 18:21:15 +08:00
yj
1771d67570 ddl: allow enum to append values (#7767) 2018-09-27 18:02:05 +08:00
bca8c2709f expression: fix cast unsigned integer to decimal (#7792) 2018-09-27 17:18:46 +08:00
eb0c6636cd Add *.fail.go to .gitignore (#7772) 2018-09-27 13:02:56 +08:00
6ef7db512c sessionctx: Change pfs default to OFF (#7788) 2018-09-27 11:15:01 +08:00
8917a15fe1 util/timeutil: fix get tz at mojave (#7784) 2018-09-27 09:43:18 +08:00
9fd4072acb expression: add builtin function json_length (#7739) 2018-09-27 09:23:45 +08:00
05b37de16e *: use chunk grow for simple executor (#7540) 2018-09-27 09:07:51 +08:00
081920da93 planner,executor: support admin show slow command (#7785) 2018-09-26 19:28:53 +08:00
af3b782231 planner: fix compatibility issue that update subquery table should be forbidden (#7783) 2018-09-26 18:59:55 +08:00
cfd4544801 ddl:support show create table with compression (#7782) 2018-09-26 18:13:03 +08:00
1f84db5cd7 add windows build support (#7773) 2018-09-26 17:09:13 +08:00
4b5d83bcc4 domain: add recent slow queries queue and ShowSlowQuery() function (#7692) 2018-09-26 15:09:31 +08:00
b098b47b0b parser,ast: parse admin show slow statement (#7688)
Add the following new syntax:
* admin show slow top [internal | all] N
* admin show slow recent N
2018-09-26 14:04:54 +08:00
f387dfff09 add force priority config (#7777) 2018-09-25 20:28:28 +08:00
c8102f2263 docs/design: add proposal docs for constraint propagation enhancement (#7648) 2018-09-25 18:05:11 +08:00
257d1b4c82 docs: add a proposal for radix hash join (#7761) 2018-09-25 15:21:23 +08:00
0f8ee9df48 metric: add slow log metric (#7759) 2018-09-25 13:26:29 +08:00
869e20138a plan: refine the handle check to use point get plan for prepare statement (#7732) 2018-09-25 11:32:12 +08:00
e79bd946ed *: change package name from plan to planner (#7760) 2018-09-25 11:16:39 +08:00
0001d2a3e0 plan: return table dual when filter is false/null (#7756) 2018-09-25 10:33:58 +08:00
16864f95b4 ddl, metrics: remove DDL version in metrics (#7737) 2018-09-23 22:58:20 +08:00
f457f24e21 ast: fix format bug for some expressions (#7770) 2018-09-23 22:43:08 +08:00
038ac639ba expression: ECB/CBC modes with 128/192/256-bit key length for AES (#7425) 2018-09-23 22:09:02 +08:00
7b4686d8c2 expression, plan: aggressive constant fold for null parameter expression to simplify outer join (#7696) 2018-09-23 19:46:52 +08:00
83a923e796 stats: support dump stats for partition table (#7753) 2018-09-22 09:52:47 +08:00
1c5adf402f fix show processlist (#7765) 2018-09-21 14:59:21 +08:00
77ef4855ff kv: optimize IsPoint (#7722) 2018-09-21 12:41:32 +08:00
334e9254d3 *: add a variable to force statement priority of TiDB server (#7694) 2018-09-20 23:48:40 +08:00
cc09ecab22 util: add WithRecovery util method (#7666) 2018-09-20 20:21:02 +08:00
56713821ff plan: fix a problem caused by union's schema (#7680)
Before this commit. Union use the schema of its `Children[0]`.
The `Columns` information is correct.
But the `unique key information` is not, obviously.
2018-09-20 19:36:14 +08:00
115c345593 expression: fix incorrect uniquote json escapse (#7745) 2018-09-20 16:22:40 +08:00
4a444efa9a ddl: fix add index on timestamp column bug (#7724) 2018-09-20 15:49:10 +08:00