Commit Graph

8129 Commits

Author SHA1 Message Date
4fd355cf01 CHANGELOG: pick changelog from v2.1.4 to v.2.1.7 (#9942) 2019-03-30 19:59:08 +08:00
2e14068ee1 *: improve NULL count estimation for single column index (#9474) 2019-03-30 19:22:30 +08:00
cebc7ffad9 types: refine the parsing logic of INTERVAL to correct DATE_ADD/DATE_SUB (#9874) 2019-03-30 18:34:37 +08:00
ffc97a7d04 sessionctx: add time zone check (#9822) 2019-03-30 12:47:45 +08:00
424995d1fa types: fix converting decimal to datetime and timestamp (#9899) 2019-03-30 11:27:05 +08:00
b7589079bf store/tikv: Change log level of "skipping garbage collection" message (#9959) 2019-03-30 11:09:09 +08:00
kxu
a3ff679f6e README: minor edit to intro paragraph (#9944) 2019-03-30 10:56:49 +08:00
8e0cfc290b config, server: Add http status host (#9814) 2019-03-30 10:50:05 +08:00
94f163d98e expression: fix issue that date_add and date_sub is incompatible with MySQL (#9702) 2019-03-29 17:57:29 +08:00
4c76473529 docs: update /debug/zip document in tidb_http_api.md (#9948) 2019-03-29 16:39:20 +08:00
97f88f70d5 expression: fix issue that results of unix_timestamp()-unix_timestamp(now()) is wrong and not stable (#9884) 2019-03-29 15:20:28 +08:00
628dff08b7 *: only disable retry for write conflict (#9827) 2019-03-29 14:36:07 +08:00
366bc8dedf executor/aggfuncs: add test for merge partial results (#9909) 2019-03-28 19:35:28 +08:00
94d15dbd59 ddl:show full columns for date, datetime, timestamp compatibility. (#9810) 2019-03-28 16:43:01 +08:00
39a21e9eea config: add test for config (#9850) 2019-03-28 16:27:46 +08:00
538587a4a8 executor: fix group_concat for cases like group_concat(123,null) (#9921) 2019-03-28 14:24:23 +08:00
5c7e70e7f5 metrics: adjust the parse & compile duration metrics (#9925)
From current observation, parse cost more than 160us in general,
and compile may take long if it involves subquery or allocate table ID.
Adjust related metrics to be more accurate.
2019-03-28 13:23:14 +08:00
26029778a5 executor: deep copy json into partial result (#9833) 2019-03-28 12:54:19 +08:00
e3ee86d8d5 go.mod: update parser's version (#9917) 2019-03-28 12:47:21 +08:00
kxu
ec69f3608d Update README.md (#9923)
Update README with latest and most accurate feature descriptions and formatting changes to facilitate more community engagement and support.
2019-03-28 09:28:36 +08:00
7cabaac61d executor: using ToHashKey to check equality of decimal when count(distinct) (#9901) 2019-03-27 18:12:25 +08:00
83ff58cd91 domain: make schema validator test more stable and fix planner test leak (#9904) 2019-03-27 16:12:57 +08:00
1f018576bc server: ConnectionEvent error from plugins should not make TiDB exit (#9889) 2019-03-27 15:15:11 +08:00
7a1fe18da6 kv: refine ErrEntryTooLarge error msg (#9881) 2019-03-26 21:45:36 +08:00
27daaa6d36 CHANGELOG: add release notes to v3.0.0-beta1 (#9895) 2019-03-26 16:23:30 +08:00
d54ca98bc8 README: Add more badge for README.md (#9825) 2019-03-26 10:47:45 +08:00
5025d582a7 fix invalid YEAR string is not compatible with Mysql (#9856) 2019-03-25 21:49:26 +08:00
c451f00814 *: fix utf8 charset upgrade compatibility (#9820) 2019-03-25 18:06:32 +08:00
d6490c1cab test: open coverpkg for coverrage, speed up the test, calculate more folder. (#9725) 2019-03-25 16:36:14 +08:00
5ffa06b6c3 *: unify and normalize the format of the log in the pkg of server (#9878) 2019-03-25 16:10:36 +08:00
1154456af7 domain,owner: unify and normalize the format of the log (#9646) 2019-03-25 15:50:15 +08:00
0313cbbbde plugin: add audit plugin extension point (#9136) 2019-03-25 15:18:34 +08:00
d39053d89e *: fix type of maxint64 (#9834) 2019-03-25 14:52:27 +08:00
99defc0c48 types: fix time_format is not compatible with MySQL (#9841) 2019-03-25 13:47:16 +08:00
630671e41d privilege: add drop_priv check when truncate table (#9870) 2019-03-25 00:06:51 +08:00
d5f0d2bfdd binlog: revert commit for variable tidb_log_bin && add send binlog strategy config (#9864) 2019-03-24 18:26:15 +08:00
5ed3553bfb *: check more errors in test. (#9859) 2019-03-24 16:16:46 +08:00
9251724533 ddl, expression: disable nondeterministic function calls for generated columns (#9239) 2019-03-23 10:43:06 +08:00
5137c4d215 types: replace RoundMode by int32 type (#9809) 2019-03-23 10:20:14 +08:00
655833380e domain: make leaktest happy (#9849) 2019-03-23 10:10:30 +08:00
d033259d45 ddl: add check for 'create table partition by range column' (#9527) 2019-03-22 20:42:56 +08:00
b78490e403 *: use the unified log format for the remaining packages (#9743) 2019-03-22 16:34:47 +08:00
facadf717b store: use uniform log format for store package (#9664) 2019-03-22 15:24:45 +08:00
e53b56baaa remove an unnecessary argument (#9857) 2019-03-22 14:31:48 +08:00
f478af034c expression: fix overflow when signed + unsigned (#9840) 2019-03-22 13:37:24 +08:00
47a564be2f types:change Map to switch in GetFormatType (#9851) 2019-03-22 12:09:05 +08:00
32fdf46b1f util: use uniform log format for util package (#9668) 2019-03-22 10:33:03 +08:00
34f53eb736 planner/core: fix privilege check for grant on table (#9828)
Fix https://github.com/pingcap/tidb/issues/9781
In this SQL: GRANT SELECT ON t1 TO 'nonsuper', the database name of
visit info should be set to current database.
2019-03-22 10:17:35 +08:00
3d9bd0ed9d infoschema, util: fix idle sessions in processlist (#9854)
additionally fixed a bug where i_s column heading is not in caps.
2019-03-22 09:36:26 +08:00
961f0d2351 types: improve the code coverage (#9780) 2019-03-21 20:32:32 +08:00