Commit Graph

  • 7648317dad store: correct comments mistake. (#9190) Jaewan Park 2019-01-28 10:42:33 +09:00
  • 35fce9397a stats: log auto analyze fail reason (#9178) Zhang Jian 2019-01-25 19:44:48 +08:00
  • 3984ad65db statistics: log the reason when triggering auto analyze (#9176) HuaiyuXu 2019-01-25 18:57:59 +08:00
  • c83a0ceb95 config: add a config item to control whether TiDB check the mb4 character in utf8 (#9175) winkyao 2019-01-25 14:39:30 +08:00
  • 46bebb4db1 server: return correct response if pass specified (#9140) Morgan Tocker 2019-01-24 19:14:23 +08:00
  • c8727a97cd binlog: update pumps client && open log (#9163) WangXiangUSTC 2019-01-24 14:33:47 +08:00
  • 5c65128632 ddl: make the leak test stable (#9139) winkyao 2019-01-23 13:01:55 +08:00
  • 36176be874 *: improve syntax error code & message compatibility (#9103) lysu 2019-01-23 10:46:29 +08:00
  • 6ee643e404 README: Remove infinite (#9144) Morgan Tocker 2019-01-22 11:48:19 +08:00
  • cfb63114c2 ddl: restricting altering the utf8 charset to utf8mb4 (#9107) ciscoxll 2019-01-22 11:20:16 +08:00
  • 63936cc1fa ddl: resolve the charset by the order: table->database->server (#9105) winkyao 2019-01-21 19:56:40 +08:00
  • 89f4e640fb *: remove unused tidb/terror (#9138) lysu 2019-01-21 19:03:22 +08:00
  • 776c90fa79 planner: check null and empty for != any(subq) and = all(subq) (#9106) Kenan Yao 2019-01-21 16:17:48 +08:00
  • c371e66e3b store/tikv: use new backoffer for async commit batches (#9119) disksing 2019-01-21 14:55:57 +08:00
  • 818ec911c5 admin: fix admin check table err when add column not null, then add index on the column (#9108) crazycs 2019-01-20 22:44:10 +08:00
  • c9b6adbbf5 types: remove not used CoerceDatum (#9122) Xuanwo 2019-01-20 09:50:08 +08:00
  • 443c103f4f cancel the context to avoid memory leaks (#9121) Shafreeck Sea 2019-01-18 22:47:02 +08:00
  • 54b6de0880 planner: improve error messages for mysql compat (#9112) Morgan Tocker 2019-01-18 07:58:46 -05:00
  • ed5fae7aad *: add release note 3.0.0-beta to CHANGLOG.md (#9117) Jack Yu 2019-01-18 18:44:26 +08:00
  • 0fdc526b42 planner: support window function frame clause (#9004) Haibin Xie 2019-01-18 16:46:54 +08:00
  • 5f8265a8f9 server: adjust the result of curl * (#9104) Keyi Xie 2019-01-17 20:13:24 +08:00
  • 572ad80e23 planner: set correct mysql error code (#9095) Morgan Tocker 2019-01-17 00:01:03 -07:00
  • 0e098d538e executor: introduce projInjector for postOptimize (#9097) HuaiyuXu 2019-01-17 13:46:56 +08:00
  • b339c02831 planner,expression: use constraint propagation in partition pruning (#8885) tiancaiamao 2019-01-17 11:09:41 +08:00
  • 59c7b69187 ddl: disallow alter table on view (#8890) Andrew 2019-01-17 00:57:21 +08:00
  • f522de2e8f ddl: support "or replace" option when create view (#8856) Andrew 2019-01-16 19:54:22 +08:00
  • 47ea05d017 executor,planner: adjust the result of 'admin show ddl' (#9020) Keyi Xie 2019-01-16 18:02:55 +08:00
  • 083b818bf4 ddl: fix NO_ZERO_DATE handled incorrectly (#8765) Lingyu Song 2019-01-16 17:47:53 +08:00
  • ec833bc4d2 *: fix some lints produced by golangci-lint (#8999) Ryan Leung 2019-01-16 16:44:49 +08:00
  • 365264cd21 ddl: add restore deleted table (#7937) crazycs 2019-01-16 15:37:33 +08:00
  • cf456f07d3 store/tikv/scan: Cut the scan range by region before sending request to TiKV (#9070) MyonKeminta 2019-01-16 10:46:40 +08:00
  • 33b4c3e3c8 executor: fix csv parser (#9005) Lingyu Song 2019-01-15 22:46:23 +08:00
  • cb43fc9516 domain: fix stats worker cannot recover from panic (#9072) Haibin Xie 2019-01-15 20:22:58 +08:00
  • c2d349ccc0 ddl: fix changes the table charset error (#9065) ciscoxll 2019-01-15 15:57:31 +08:00
  • 3835bef7ae executor: support window func for aggregate without frame clause (#8899) Haibin Xie 2019-01-15 15:23:17 +08:00
  • f18e034de9 store/tikv: Support RawReverseScan (#8352) kamijin_fanta 2019-01-15 15:57:04 +09:00
  • dca815c1c5 expression: return error when doing ResolveIndices (#8929) Yiding Cui 2019-01-15 14:34:06 +08:00
  • e6a0eb9246 executor: support "show create table" for View (#8865) Andrew 2019-01-15 13:31:22 +08:00
  • 41838ceb28 x-server: remove the X Server (#9038) Jack Yu 2019-01-15 10:59:41 +08:00
  • 463d44c2bc executor: reset hasMatch flag for each outer row in merge join (#9046) Kenan Yao 2019-01-14 21:29:31 +08:00
  • 3c98f69266 *: support select partition for partition table (#8990) crazycs 2019-01-14 20:55:52 +08:00
  • 82d2726300 planner, statistics: build new histogram using range information (#7921) Yiding Cui 2019-01-14 20:33:36 +08:00
  • 15b29dd71a executor: add column character sets when show create table (#8866) Andrew 2019-01-14 19:59:47 +08:00
  • d298902371 tikvclient: use global config instead write them again (#9040) qupeng 2019-01-14 19:46:27 +08:00
  • f20c849857 types: support sql_mode ALLOW_INVALID_DATES (#9027) Zejun Li 2019-01-14 19:34:22 +08:00
  • 89532cd9dd *: update errcheck (#9048) Zejun Li 2019-01-14 19:17:23 +08:00
  • 4a901db388 plan/executor: handle optimizer hint properly for cartesian join (#9037) Kenan Yao 2019-01-14 18:00:32 +08:00
  • 44fd7d4670 ddl: modify different character sets varchar type column maximum length limit (#8818) ciscoxll 2019-01-14 17:39:50 +08:00
  • 53707ce43b *: tiny update CONTRIBUTING.md (#8814) tiancaiamao 2019-01-14 17:19:07 +08:00
  • 4b98ad6f29 *: integrate plugin framework with TiDB (#9006) lysu 2019-01-14 16:53:41 +08:00
  • 9f346a3add planner, executor: return err when INSERT/UPDATE/ANALYZE/DELETE a view (#8848) HuaiyuXu 2019-01-14 15:47:48 +08:00
  • 00c4ff4fa9 *: refactor Executor.Next() to receive RecordBatch (#8994) lysu 2019-01-14 15:04:36 +08:00
  • 319656c407 tikvclient: support to batch grpc message to TiKVs (#8986) qupeng 2019-01-14 13:59:15 +08:00
  • e1381b41e8 plugin: introduce plugin framework (#8788) lysu 2019-01-14 10:08:50 +08:00
  • 8ac79f3f6e executor: improve trace format='row' (#9029) tiancaiamao 2019-01-13 16:34:58 +08:00
  • 1d00f7512f cmd: add plugin package tool (#9007) lysu 2019-01-13 09:18:17 +08:00
  • 4b71d19735 docs/design: add proposal for plugin framework (#8802) lysu 2019-01-13 09:06:17 +08:00
  • 504b10c27c server: try graceful close connection first (#8711) crazycs 2019-01-11 18:44:53 +08:00
  • 73655f64a1 session: skip the SQL execution if transaction is aborted and reset aborted status in retry (#8942) Jack Yu 2019-01-11 15:26:51 +08:00
  • 30e8c8db40 expression:add support for JSON_MERGE_PRESERVE (#8931) Liang Tang 2019-01-11 15:03:57 +08:00
  • 786a9d54a3 expression,util/encrypt: add support for AES OFB mode (#8605) Nithish Sankaranarayanan 2019-01-11 11:52:57 +05:30
  • b552bf8b98 Log duration using seconds instead of the default Duration.String(). It would help the log collector to parse the duration. (#9015) Liu Xiao 2019-01-11 13:17:42 +08:00
  • a9de2093e5 util/codec, types: add new method to get comparable hash key from MyDecimal (#8930) Yuanjia Zhang 2019-01-11 11:01:15 +08:00
  • 098c5db9d6 tikv/gc_worker: Add support for distributed GC (#6833) MyonKeminta 2019-01-11 00:41:53 +08:00
  • 8b4c998815 executor: separate RadixHashJoinExec from HashJoinExec (#8979) HuaiyuXu 2019-01-10 20:11:43 +08:00
  • d6d97259ec planner/core: fix a bug that check update privilege use wrong AsName and DBName (#9003) tiancaiamao 2019-01-10 17:49:25 +08:00
  • 68ddb7f0e6 *: fix the lower bound when converting numbers less than 0 to unsigned integers (#8544) exialin 2019-01-10 16:04:07 +08:00
  • 858b200e9a variable: remove tidb_ddl_reorg_worker_cnt and tidb_ddl_reorg_batch_size session level. (#8941) crazycs 2019-01-10 15:12:22 +08:00
  • 3b40b14dc3 infoschema: move perfschema to infoschema directory, tiny refactor (#8982) tiancaiamao 2019-01-10 13:58:32 +08:00
  • 0bc0f7d95b expression: throw "too big precision" error for CAST(AS TIME) (#8907) Zhang Jian 2019-01-09 19:44:35 +08:00
  • bb2d56ab73 parser: add SHOW CREATE USER syntax (#8970) Hunter Lin 2019-01-09 11:21:30 +08:00
  • f209843184 stats: fix histogram bound overflow error (#8984) Haibin Xie 2019-01-09 10:57:55 +08:00
  • 692693a1ff server, tidb-server: improve unix socket handling (#8836) Morgan Tocker 2019-01-08 18:51:26 -07:00
  • c68ee73183 gomod: update tidb-tools version (#8945) Andrew 2019-01-08 20:33:36 +08:00
  • 74b2c1477d ddl: modify cancel drop column ddl test (#8897) ciscoxll 2019-01-08 20:06:48 +08:00
  • da31a461e7 ddl: fix cancel rename index ddl error (#8610) ciscoxll 2019-01-08 19:29:47 +08:00
  • ddda6b460a session: upgrade tidb_max_chunk_size to new low bound value (#8969) lysu 2019-01-08 18:52:12 +08:00
  • abf00fc346 sessionctx/variable: fix select variable return wrong result when variable is only global scope variable (#8968) crazycs 2019-01-08 16:18:05 +08:00
  • 021f7538bb sessionctx/variable: fix select variable return wrong result when variable is only global scope variable (#8968) crazycs 2019-01-08 15:46:53 +08:00
  • a81e312fbc executor: support parallel building hash table for radixHashJoin (#8927) HuaiyuXu 2019-01-08 14:59:44 +08:00
  • 971629b947 parser: update parser version (#8973) leoppro 2019-01-08 13:39:34 +08:00
  • 76de7f1cee README: change release icon always show the latest tag (#8974) crazycs 2019-01-08 13:31:46 +08:00
  • 884db0ab3d types: fix the incorrect behavior of "%y"/"%Y" for STR_TO_DATE() (#8517) FateTHarlaown 2019-01-08 12:37:30 +08:00
  • 106bc7efc6 executor: return error if autoid overflows shard bits. (#8936) winkyao 2019-01-08 12:19:35 +08:00
  • 8468e7ec51 CONTRIBUTING: '/' -> '/' (#8954) invzhi 2019-01-07 19:50:43 +08:00
  • 9b02455874 Makefile: build gofail to tools/bin (#8952) zyguan 2019-01-07 19:20:08 +08:00
  • aeb68f23a6 ddl: fix rename table compatibility (#8960) LanceLi 2019-01-07 19:03:14 +08:00
  • 23c1946d21 planner/core: support named window (#8937) Haibin Xie 2019-01-07 15:35:57 +08:00
  • 39e1dfe4c2 parser: better error message #133 (#8950) Hunter Lin 2019-01-07 12:14:46 +08:00
  • 084aa5a030 config: add initChunkSize config item, make chunk start with 32 (#8480) lysu 2019-01-07 11:14:47 +08:00
  • 243d611cc4 Revert "gcworker: let gofail in gcworker run serially, make ci happy" (#8944) Lynn 2019-01-07 11:01:06 +08:00
  • 78a51a4626 executor: support "show columns from" for view (#8863) Andrew 2019-01-05 21:32:32 +08:00
  • 081a2c5ccc planner, privilege: check user priv on SET GLOBAL (#8837) Morgan Tocker 2019-01-04 19:32:10 -07:00
  • cfff96555e Handling insertion issue when the dropping column's flag is not null and its state is 'WriteOnly' (#8791) Lynn 2019-01-05 09:28:44 +08:00
  • 0c75c43010 fix typo (#8943) 姚钢强 2019-01-05 09:05:52 +08:00
  • 7ee6811d97 planner: added support for error in visitInfo (#8855) Morgan Tocker 2019-01-04 00:15:18 -07:00
  • 3708a8306c expression: constraint propagate for '>' and monotonous function (#8640) tiancaiamao 2019-01-04 14:06:51 +08:00
  • e0b30fe9ba planner,executor: support show create database if not exists syntax (#8926) Lonng 2019-01-04 13:31:05 +08:00
  • cef6e75be8 infoschema: add initial support for views (#8892) Morgan Tocker 2019-01-03 21:32:48 -07:00
  • 6d098d4ff6 gcworker: let gofail in gcworker run serially, make ci happy (#8912) winkyao 2019-01-04 12:18:12 +08:00