Commit Graph

  • 77e91d1327 executor: kill tidb [session id] can't stop executors and release resources quickly (#9844) Yuanjia Zhang 2019-04-01 16:51:24 +08:00
  • 873d9514bc expression: move FindIndexByName to parser (#9951) crazycs 2019-04-01 13:36:49 +08:00
  • 6125f49baf *: fix the read-only check for the prepare/execute statement (#9723) Jack Yu 2019-04-01 13:27:50 +08:00
  • 435a081401 executor: control Chunk size for TableReader&IndexReader&IndexLookup (#9452) Yuanjia Zhang 2019-04-01 13:13:39 +08:00
  • bf9570a1b8 types: fix incorrect time fraction parsing method (#9933) WangXiangUSTC 2019-04-01 12:51:35 +08:00
  • 4c91f53e1f planner: do not eliminate group_concat in aggregate elimination (#9967) HuaiyuXu 2019-04-01 12:21:19 +08:00
  • bab9e90db6 planner/core: raise warning for unmatched join hint (#9914) Haibin Xie 2019-04-01 11:53:40 +08:00
  • 8a7c60d406 ddl: fix data race of config.TreatOldVersionUTF8AsUTF8MB4 (#9960) crazycs 2019-04-01 11:34:08 +08:00
  • 833ccf8454 util,executor: use MutableString as key for DecimalSet (#9913) HuaiyuXu 2019-04-01 10:47:06 +08:00
  • 37c128b64f expression: set correct return field type of builtin CONVERT() (#9305) wuudjac 2019-03-31 15:11:20 +08:00
  • e31e8f1560 *: reduce runtime.growslice by preallocation (#9946) Keyi Xie 2019-03-31 10:31:06 +08:00
  • c612252667 executor, planner: add executor to support GRANT ROLE (#9721) Lingyu Song 2019-03-30 20:18:47 +08:00
  • 3d04337605 *: fix bugs when window function meets prepare (#9795) Yiding Cui 2019-03-30 20:11:16 +08:00
  • 4fd355cf01 CHANGELOG: pick changelog from v2.1.4 to v.2.1.7 (#9942) winkyao 2019-03-30 19:59:08 +08:00
  • 2e14068ee1 *: improve NULL count estimation for single column index (#9474) Kenan Yao 2019-03-30 19:22:30 +08:00
  • cebc7ffad9 types: refine the parsing logic of INTERVAL to correct DATE_ADD/DATE_SUB (#9874) b41sh 2019-03-30 05:34:37 -05:00
  • ffc97a7d04 sessionctx: add time zone check (#9822) WangXiangUSTC 2019-03-30 12:47:45 +08:00
  • 424995d1fa types: fix converting decimal to datetime and timestamp (#9899) Debiancc 2019-03-30 11:27:05 +08:00
  • b7589079bf store/tikv: Change log level of "skipping garbage collection" message (#9959) Kolbe Kegel 2019-03-29 20:09:09 -07:00
  • a3ff679f6e README: minor edit to intro paragraph (#9944) kxu 2019-03-29 19:56:49 -07:00
  • 8e0cfc290b config, server: Add http status host (#9814) Kolbe Kegel 2019-03-29 19:50:05 -07:00
  • 94f163d98e expression: fix issue that date_add and date_sub is incompatible with MySQL (#9702) Yuanjia Zhang 2019-03-29 17:57:29 +08:00
  • 4c76473529 docs: update /debug/zip document in tidb_http_api.md (#9948) winkyao 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) Yuanjia Zhang 2019-03-29 15:20:28 +08:00
  • 628dff08b7 *: only disable retry for write conflict (#9827) Jack Yu 2019-03-29 14:36:07 +08:00
  • 366bc8dedf executor/aggfuncs: add test for merge partial results (#9909) Haibin Xie 2019-03-28 19:35:28 +08:00
  • 94d15dbd59 ddl:show full columns for date, datetime, timestamp compatibility. (#9810) Keyi Xie 2019-03-28 16:43:01 +08:00
  • 39a21e9eea config: add test for config (#9850) crazycs 2019-03-28 16:27:46 +08:00
  • 538587a4a8 executor: fix group_concat for cases like group_concat(123,null) (#9921) HuaiyuXu 2019-03-28 14:24:23 +08:00
  • 5c7e70e7f5 metrics: adjust the parse & compile duration metrics (#9925) tiancaiamao 2019-03-28 13:23:14 +08:00
  • 26029778a5 executor: deep copy json into partial result (#9833) Zhang Jian 2019-03-28 12:54:19 +08:00
  • e3ee86d8d5 go.mod: update parser's version (#9917) WangXiangUSTC 2019-03-28 12:47:21 +08:00
  • ec69f3608d Update README.md (#9923) kxu 2019-03-27 18:28:37 -07:00
  • 7cabaac61d executor: using ToHashKey to check equality of decimal when count(distinct) (#9901) HuaiyuXu 2019-03-27 18:12:25 +08:00
  • 83ff58cd91 domain: make schema validator test more stable and fix planner test leak (#9904) crazycs 2019-03-27 16:12:57 +08:00
  • 1f018576bc server: ConnectionEvent error from plugins should not make TiDB exit (#9889) tiancaiamao 2019-03-27 15:15:11 +08:00
  • 7a1fe18da6 kv: refine ErrEntryTooLarge error msg (#9881) crazycs 2019-03-26 21:45:36 +08:00
  • 27daaa6d36 CHANGELOG: add release notes to v3.0.0-beta1 (#9895) winkyao 2019-03-26 16:23:30 +08:00
  • d54ca98bc8 README: Add more badge for README.md (#9825) Keyi Xie 2019-03-26 10:47:45 +08:00
  • 5025d582a7 fix invalid YEAR string is not compatible with Mysql (#9856) b41sh 2019-03-25 08:49:26 -05:00
  • c451f00814 *: fix utf8 charset upgrade compatibility (#9820) crazycs 2019-03-25 18:06:32 +08:00
  • d6490c1cab test: open coverpkg for coverrage, speed up the test, calculate more folder. (#9725) Keyi Xie 2019-03-25 16:36:14 +08:00
  • 5ffa06b6c3 *: unify and normalize the format of the log in the pkg of server (#9878) Lynn 2019-03-25 16:10:36 +08:00
  • 1154456af7 domain,owner: unify and normalize the format of the log (#9646) Keyi Xie 2019-03-25 15:50:15 +08:00
  • 0313cbbbde plugin: add audit plugin extension point (#9136) lysu 2019-03-25 15:18:34 +08:00
  • d39053d89e *: fix type of maxint64 (#9834) wjHuang 2019-03-25 14:52:27 +08:00
  • 99defc0c48 types: fix time_format is not compatible with MySQL (#9841) Zhuomin(Charming) Liu 2019-03-25 13:47:16 +08:00
  • 630671e41d privilege: add drop_priv check when truncate table (#9870) winkyao 2019-03-25 00:06:51 +08:00
  • d5f0d2bfdd binlog: revert commit for variable tidb_log_bin && add send binlog strategy config (#9864) WangXiangUSTC 2019-03-24 18:26:15 +08:00
  • 5ed3553bfb *: check more errors in test. (#9859) Keyi Xie 2019-03-24 16:16:46 +08:00
  • 9251724533 ddl, expression: disable nondeterministic function calls for generated columns (#9239) Du Chuan 2019-03-23 10:43:06 +08:00
  • 5137c4d215 types: replace RoundMode by int32 type (#9809) Song Guo 2019-03-23 10:20:14 +08:00
  • 655833380e domain: make leaktest happy (#9849) Lynn 2019-03-23 10:10:30 +08:00
  • d033259d45 ddl: add check for 'create table partition by range column' (#9527) tiancaiamao 2019-03-22 20:42:56 +08:00
  • b78490e403 *: use the unified log format for the remaining packages (#9743) Lynn 2019-03-22 16:34:47 +08:00
  • facadf717b store: use uniform log format for store package (#9664) Jack Yu 2019-03-22 15:24:45 +08:00
  • e53b56baaa remove an unnecessary argument (#9857) goroutine 2019-03-22 14:31:48 +08:00
  • f478af034c expression: fix overflow when signed + unsigned (#9840) wjHuang 2019-03-22 13:37:24 +08:00
  • 47a564be2f types:change Map to switch in GetFormatType (#9851) Keyi Xie 2019-03-22 12:09:05 +08:00
  • 32fdf46b1f util: use uniform log format for util package (#9668) Jack Yu 2019-03-22 10:33:03 +08:00
  • 34f53eb736 planner/core: fix privilege check for grant on table (#9828) tiancaiamao 2019-03-22 10:17:35 +08:00
  • 3d9bd0ed9d infoschema, util: fix idle sessions in processlist (#9854) Morgan Tocker 2019-03-21 19:36:26 -06:00
  • 961f0d2351 types: improve the code coverage (#9780) Keyi Xie 2019-03-21 20:32:32 +08:00
  • 4a5b3c2dfd session: use the uniform log format for session (#9517) Jack Yu 2019-03-21 19:28:16 +08:00
  • 1da14b93a9 infoschema: fix panic in 'SELECT * FROM information_schema.processlist' (#9842) tiancaiamao 2019-03-21 19:23:21 +08:00
  • dd3ca22854 planner, executor: support Change and ChangeExec (#9789) aliiohs 2019-03-21 06:04:08 -05:00
  • cca7ec3118 planner: tidy code (#9845) Keyi Xie 2019-03-21 18:23:27 +08:00
  • b4cc3e4893 fix str_to_date func compatible issues 9773 (#9819) b41sh 2019-03-21 15:00:29 +08:00
  • 778c3f4a5a privilege, executor: add SET ROLE and CURRENT_ROLE support (#9581) Lingyu Song 2019-03-21 13:11:27 +08:00
  • e829920934 planner: fix plus prefix for select constant (#9707) wjHuang 2019-03-21 10:51:59 +08:00
  • 915b12c968 executor: fix window function when order by item contain NULL (#9800) Yiding Cui 2019-03-20 21:06:08 +08:00
  • 9071c7b5b9 update go.mod (#9794) WangXiangUSTC 2019-03-20 14:27:40 +08:00
  • 490d405e30 server: add /debug/zip api to get useful debuginfo at once (#9651) lysu 2019-03-20 13:35:41 +08:00
  • a460628095 config: fix config toml file check-mb4-value-in-utf8 problem (#9802) crazycs 2019-03-20 10:08:05 +08:00
  • 821af9e9f6 executor: control Chunk size for Joiners (#9614) Yuanjia Zhang 2019-03-19 21:30:21 +08:00
  • deeba355bc infoschema: replace logger with zap logger and refine slow log (#9740) crazycs 2019-03-19 20:28:57 +08:00
  • 0b28f30cfd planner: improve row count estimation for index range containing correlated columns (#9738) Kenan Yao 2019-03-19 15:38:59 +08:00
  • 0cafb707ee ddl: using pingcap/log and unify the log format (#9659) crazycs 2019-03-19 14:54:42 +08:00
  • 637347ef07 domain: remove the MockFailure (#9758) Lynn 2019-03-19 13:15:36 +08:00
  • 1ef9dae1ac Fixed TestSlowQueryZapLogger to work with negative UTC offset timezones (#9787) Kolbe Kegel 2019-03-18 17:55:10 -07:00
  • cb83d4cf1a *: update pingcap/errors version (#9761) lysu 2019-03-18 18:17:56 +08:00
  • 451f54e25e statistics: unify log format in package statistics (#9534) Yuanjia Zhang 2019-03-18 16:59:56 +08:00
  • 988ffd070b test: fix go vet and run go vet regularly (#9712) Keyi Xie 2019-03-18 15:39:37 +08:00
  • 875ae5e32d ddl: remove wait time after canceling a job (#9648) Lynn 2019-03-18 14:49:22 +08:00
  • 63eb329e52 types: improve test coverage in types/json (#9697) Keyi Xie 2019-03-18 13:56:28 +08:00
  • b8a7328940 executor: fix slow log output format (#9759) crazycs 2019-03-18 13:40:04 +08:00
  • d3f39759dc table: replace logger with zap logger (#9514) Kenan Yao 2019-03-18 11:29:19 +08:00
  • 20463d6da9 domain: make schema validator test more stable. (#9520) Lynn 2019-03-15 17:35:55 +08:00
  • 3a48d9c877 executor: add window function NTILE (#9682) Yiding Cui 2019-03-15 16:01:56 +08:00
  • 5f8c4c71dd planner/core: fix the stats of window function (#9592) Yiding Cui 2019-03-15 15:39:34 +08:00
  • 9187e3d9e5 Fix last_day function (#9746) Fox 2019-03-15 15:31:13 +08:00
  • 06183393ed *: create sql bind table during bootstrap (#9008) liyuzhou 2019-03-15 14:37:37 +08:00
  • 4454461609 planner: fix point get with PK and UK (#9737) Jack Yu 2019-03-15 12:54:29 +08:00
  • 7a20e65e51 expression: fix panic when wrap cast for window func (#9719) Haibin Xie 2019-03-15 11:06:48 +08:00
  • 546702328d util/testkit: add concurrent test toolkit (#9645) lysu 2019-03-14 19:24:40 +08:00
  • ba26012231 expression: using pingcap/log and unify the log format (#9507) Yiding Cui 2019-03-14 19:05:27 +08:00
  • 792429d330 binlog: update config for backward compatibility (#9688) WangXiangUSTC 2019-03-14 16:53:16 +08:00
  • c5c30912db statistics: set correlation when loading needed column histogram (#9701) Kenan Yao 2019-03-14 16:28:53 +08:00
  • fa00255e2e fix goroutine leak in chunk size control test (#9718) Yuanjia Zhang 2019-03-14 15:58:09 +08:00
  • f738ba24ad executor: replace logger with zap logger (#9521) Haibin Xie 2019-03-14 15:14:38 +08:00