Commit Graph

  • 6e7d75299d test: refine test (#7414) crazycs 2018-08-16 17:05:59 +08:00
  • 3d7d81c868 fix etcd watcher goroutine leak test failure (#7408) lysu 2018-08-16 15:15:01 +08:00
  • 5fbf5ce613 util/mock: optimize mock.NewContext (#7411) Ewan Chou 2018-08-16 14:51:52 +08:00
  • bbec68304e executor,table: support replace operation for table partition (#7309) tiancaiamao 2018-08-16 13:28:50 +08:00
  • 1ebf316bd4 domain: handling assignments in server info (#7412) Lynn 2018-08-16 11:40:10 +08:00
  • 7f286f5c12 types: add one more space to make json pretty (#7389) xiaojian cai 2018-08-16 11:04:39 +08:00
  • 82a6c1085c *: introduce the concept of physical ID, code refactory (#7374) tiancaiamao 2018-08-16 10:33:24 +08:00
  • 1f8710762d execute/insert: refine data truncate error msg (#7401) crazycs 2018-08-16 00:02:45 +08:00
  • 29addca221 stats: log detailed stats info for query feedback (#7293) Haibin Xie 2018-08-15 22:01:44 +08:00
  • 9fc67b9a9f store TiDB server info to PD and add http api handle (#7082) crazycs 2018-08-15 12:51:00 +08:00
  • 4684eec521 parser: support to character option to load data statement (#7391) Lingyu Song 2018-08-15 11:05:43 +08:00
  • 016006f5c5 expression: handle max_allowed_packet warnings for to_base64 function. (#7266) mengnan 2018-08-15 10:49:20 +08:00
  • f18176f806 util/testkit: make the msg of failed check more readable (#7386) Yiding Cui 2018-08-15 09:24:58 +08:00
  • 5404e2eaae ddl: add admin check before drop table using building flag. (#7343) crazycs 2018-08-14 21:44:57 +08:00
  • 34b0c6cb6d mocktikv: add the batch put and batch delete for raw client (#7330) liukun 2018-08-14 19:22:28 +08:00
  • 1afd12762d plan: fix admin check index panic when index contains pkIsHandle column. (#7350) winkyao 2018-08-14 17:29:56 +08:00
  • 360ef5cee7 expression: tiny change to extend SimpleRewriter's ability (#7373) Yiding Cui 2018-08-14 15:22:38 +08:00
  • d1f2587903 *: admin check table return tidb specific error code. (#7363) winkyao 2018-08-14 13:54:16 +08:00
  • 7523566bc9 executor: CheckIndexRangeExec should set the types of index columns (#7376) Zhang Jian 2018-08-14 13:33:43 +08:00
  • fc89a6421a expression,ddl: fix fraction part handle of current_timestamp (#7355) lysu 2018-08-14 13:20:01 +08:00
  • 9667eca8e4 executor: MaxOneRow operator should keep its promise (#7375) Zhang Jian 2018-08-14 12:44:07 +08:00
  • bfceb5072f support of character in create table statement (#7378) Lingyu Song 2018-08-14 01:14:38 +08:00
  • 97ae3b336f sessionctx/binloginfo: add a test for partitioned table (#7381) tiancaiamao 2018-08-14 00:10:57 +08:00
  • e43e548a34 infoschema: fix bug of column size of set and enum type (#7347) Lingyu Song 2018-08-13 19:35:36 +08:00
  • 396b242744 store: no need to assign timezone name to dagReq again (#7368) Zhexuan Yang 2018-08-13 19:15:52 +08:00
  • cf5e392b24 executor: change joinResultGenerator to joiner (#7323) Zhang Jian 2018-08-13 19:03:58 +08:00
  • 87b16fca27 support for flush status (#7369) Lingyu Song 2018-08-13 16:38:36 +08:00
  • 0b031145c8 remove redundency code (#7370) crazycs 2018-08-13 16:19:09 +08:00
  • 1d567efcca executor: fix group_concat when chunk size is set to 1 (#7328) HuaiyuXu 2018-08-13 15:59:30 +08:00
  • f98ef22ded expression, executor: add a new interface MergePartialResult for the new aggregation framework (#7281) HuaiyuXu 2018-08-13 14:54:06 +08:00
  • 9e1ae02df7 ddl: fix panic in checkRangePartitioningKeysConstraints when patition by range columns (#7366) winkyao 2018-08-13 14:07:51 +08:00
  • d1246b3c91 ddl: notify stats worker when truncate table (#7356) Haibin Xie 2018-08-13 13:53:22 +08:00
  • 87625923e0 sessionctx: supports set character_set_results = null (#7353) Lingyu Song 2018-08-12 00:31:01 +08:00
  • 51e86a3f4b variable: modify default max chunk size to 32 (#7358) lysu 2018-08-11 11:16:15 +08:00
  • e3952d6eb8 *: collect execution details and output them in slow query log (#7302) Ewan Chou 2018-08-10 21:06:20 +08:00
  • 410246a346 *: make partitioned table use statistics (#7340) tiancaiamao 2018-08-10 18:20:25 +08:00
  • 593810e259 table: fix show index for the partitioned table (#7346) ciscoxll 2018-08-10 03:19:10 -05:00
  • 0d18ac2c18 infoschema: fix bug when apply rename table diff (#7336) Haibin Xie 2018-08-10 12:30:23 +08:00
  • 3efb8d7dfd util/charset: Add utf8mb4 as alias for utf8 (#7339) Morgan Tocker 2018-08-09 21:48:12 -06:00
  • 07c75d49ee docs: refine the pull request template (#7332) Ewan Chou 2018-08-10 11:33:06 +08:00
  • 3e8815f960 variable: Change the default value of charset/collation to utfbmb4/utf8mb4_bin (#7198) Shen Li 2018-08-10 10:41:56 +08:00
  • be2c276fe4 executor, plan: remove Exists (#7207) Yiding Cui 2018-08-09 22:45:24 +08:00
  • b449589a7b Makefile: fix gofail go get repo path (#7341) lysu 2018-08-09 22:27:48 +08:00
  • 00839ceeec stats: support loading partition stats (#7305) Haibin Xie 2018-08-09 20:00:03 +08:00
  • fe6e710877 ddl: make check all versions norma (#7319) Lynn 2018-08-09 18:58:29 +08:00
  • 702a116a5e admin: fix admin check table false alarm in the case that index contains pkIsHandle column (#7317) winkyao 2018-08-09 17:37:47 +08:00
  • 22519aefc2 *: update import path from coreos/gofail to etcd-io/gofail to fix ci (#7329) winkyao 2018-08-09 15:48:01 +08:00
  • 18aae131bf test: fix data race in executor_test.go/checkRequestClient (#7326) winkyao 2018-08-09 10:02:13 +08:00
  • cd458038f5 infoschema: fix information schema data race (#7318) Haibin Xie 2018-08-08 21:55:51 +08:00
  • 6569264176 rewrite CheckHandleExists to refactor partition (#7321) Jack Yu 2018-08-08 18:33:09 +08:00
  • 359df6ecc2 variable, ddl: add session variable 'tidb_ddl_reorg_priority' to set operation priority of ddl reorg (#7116) winkyao 2018-08-08 17:16:05 +08:00
  • af7fed9b38 executor: fix group_concat(a) when a is null (#7287) HuaiyuXu 2018-08-08 15:38:37 +08:00
  • b39b5f579f executor: refactor joinResultGenerator to handle the unmatched outer records (#7288) Zhang Jian 2018-08-08 15:16:24 +08:00
  • 2babfd9df7 plan: make USE INDEX(PRIMARY) works on the integer primary key (#7298) Zhang Jian 2018-08-08 14:22:36 +08:00
  • 3a3845fb24 *: support admin show ddl (#7274) Lynn 2018-08-07 18:23:41 +08:00
  • 61b4ff2321 ddl: add fsp checking for time/timestamp/datetime column definition (#7294) lysu 2018-08-07 16:39:54 +08:00
  • f6dbad0f5c *: move the dirty table modification to table package (#7289) tiancaiamao 2018-08-07 15:38:01 +08:00
  • 6e33d2e3b7 expression: fix behavior for builtin 'LTrim', 'RTrim' and 'Trim' (#7291) Du Chuan 2018-08-07 15:07:02 +08:00
  • ae2e3ac0a7 table: remove useless MemoryTable implement (#7292) Jack Yu 2018-08-07 13:54:27 +08:00
  • 4b7a77e2c1 perfschema: simplify performance schema (#7263) Jack Yu 2018-08-07 11:45:49 +08:00
  • 016b92d576 add timeout for make race (#7283) Jack Yu 2018-08-07 10:46:47 +08:00
  • 9813c71498 *: support update operation for table partition (#7166) tiancaiamao 2018-08-07 10:34:20 +08:00
  • 2225e01264 ddl:add constraints check when creating table partition (#7164) ciscoxll 2018-08-06 21:22:33 -05:00
  • 5a0fd2db46 ddl: GetDDLJobs should return a sort job. (#7254) crazycs 2018-08-06 21:32:29 +08:00
  • 326baacb93 ddl: batch check the constrains when we add a unique-index. (#7132) winkyao 2018-08-06 20:39:31 +08:00
  • 44e6c3c2e1 plan, stats: fix inconsistent row count estimation (#7233) Haibin Xie 2018-08-06 17:39:33 +08:00
  • a7fc9c323e distsql: disable read committed isolation level (#7280) Ewan Chou 2018-08-06 13:07:06 +08:00
  • 88bf9f7ba0 admin: support prefix index in admin check table. (#7241) winkyao 2018-08-06 11:57:46 +08:00
  • d261b6a5fc ddl:In non-strict sql mode, fix column type is text /blob/json default value null not processed. (#7230) ciscoxll 2018-08-05 22:20:46 -05:00
  • 7e48ab1284 executor: skip inner rows when the join keys contains NULL (#7255) Zhang Jian 2018-08-06 02:59:23 +08:00
  • 6178cfd225 *: fixed some typo. (#7277) xiaojian cai 2018-08-05 13:50:51 +08:00
  • 7223353efa plan: remove planBuilder.err (#7260) Zhang Jian 2018-08-03 13:08:29 +08:00
  • 130f53b316 *: partitioned table should not use PointGetPlan (#7261) tiancaiamao 2018-08-03 12:57:13 +08:00
  • 30a6cc305b ddl, metrics: add worker info to the log (#7201) Lynn 2018-08-03 11:15:26 +08:00
  • a5af7a0e1f *: remove variable 'tidb_import_data' and rename SessionVars.ImportingData to LightningMode (#7262) winkyao 2018-08-03 10:00:03 +08:00
  • 9eb197f754 executor: remove the old evaluate logic of stream agg (#7251) HuaiyuXu 2018-08-03 08:34:28 +08:00
  • 5d96d56de7 plan: fix a bug when eliminating projection (#7257) Yiding Cui 2018-08-03 00:01:43 +08:00
  • 90e4d02152 privilege/privileges: sort user records in privilege cache (#7211) tiancaiamao 2018-08-02 22:05:41 +08:00
  • 0f4aba1942 Switch checks to use retool. Fix goword and errcheck (#7240) Greg Weber 2018-08-02 06:20:27 -07:00
  • 55d8eff758 executor: fix admin cleanup index for non-unique handles in a unique index (#7248) Jack Yu 2018-08-02 17:23:14 +08:00
  • 53ffa1703e *: fix data race in the file of prepare_test.go (#7232) Lynn 2018-08-02 17:07:50 +08:00
  • 270ed29e4d model: implement UnmarshalJSON for CIStr (#7252) tiancaiamao 2018-08-02 16:58:47 +08:00
  • b98e089bb2 plan: fix a bug when prepare cache enabled (#7235) Yiding Cui 2018-08-02 16:24:02 +08:00
  • 67e724a5fe executor: fix a bug of update with outer join (#7177) lysu 2018-08-02 13:47:56 +08:00
  • 6287b24f43 expression: handle max_allowed_packet warnings for space function. (#7210) H 2018-08-02 12:57:06 +08:00
  • cc1c3be983 plan: update comment wording (#7238) Caitin 2018-08-02 10:10:40 +08:00
  • 5e7aa1d97d infoschema,executor: add PROCESSLIST table to INFORMMATION_SCHEMA database (#7236) tiancaiamao 2018-08-01 22:48:33 +08:00
  • 62461a77b7 util/chunk: fix TruncateTo again (#7234) Ewan Chou 2018-08-01 21:53:18 +08:00
  • 791d6909da tikvclient,mocktikv: add batch put API for raw kv (#7135) liukun 2018-08-01 17:17:15 +08:00
  • fd7e5274b6 executor: panic recover for analyze worker (#7214) tiancaiamao 2018-08-01 16:57:20 +08:00
  • 1285088127 executor, plan: support analyze partition table (#7190) Haibin Xie 2018-08-01 16:39:08 +08:00
  • a37acaf0d4 expression: update wording in comments (#7220) Caitin 2018-08-01 16:16:38 +08:00
  • 44a2ad7f0f expression, plan: rename Column.Position to Column.UniqueID (#7218) Yiding Cui 2018-08-01 15:44:21 +08:00
  • 606bef7be6 stats: calculate the scalar info for histogram after local update (#7215) Haibin Xie 2018-08-01 13:37:15 +08:00
  • d5c5115220 executor: fix firstrow/max/min(bit col) error (#7206) HuaiyuXu 2018-08-01 12:59:40 +08:00
  • d410159e06 util/chunk: fix chunk truncate (#7216) Ewan Chou 2018-08-01 12:22:11 +08:00
  • 581edd4cac executor: set the correct handle in DirtyDB when executing update statements (#7209) Lynn 2018-08-01 11:36:22 +08:00
  • 5944432c0d ddl: Refactor add index reorganization related code (#7184) Shen Li 2018-08-01 11:17:49 +08:00
  • e5f26cdeaf types: fix a bug in decimal multiplication (#7208) winkyao 2018-07-31 22:15:27 +08:00
  • b4a0275268 ddl: fix data race in schema_test (#7203) Lynn 2018-07-31 21:43:15 +08:00