Commit Graph

  • d2799801ae test: fix leak test (#6822) lysu 2018-06-12 17:14:22 +08:00
  • 28c80f34fd plan: change the value of descScanFactor (#6812) Yiding Cui 2018-06-12 16:33:52 +08:00
  • 0ab1b228c0 config, variable: add memory quota config for a query (#6788) Zhang Jian 2018-06-12 13:08:28 +08:00
  • 69fdc8d610 plan: fix a bug in predicate push down phase. (#6809) Yiding Cui 2018-06-12 10:26:26 +08:00
  • 95ac336e92 stroe: use first backoff error rather than last backoff error to generate mysql error (#6798) Zhexuan Yang 2018-06-11 22:57:28 +08:00
  • d85334d3e9 executor, session: replace new line and add user in query log (#6748) Ewan Chou 2018-06-11 20:38:36 +08:00
  • 1ac0c36985 *: speed up unit test (#6806) Ewan Chou 2018-06-11 16:29:30 +08:00
  • 37c41fd7ea *: support 'show privileges' (#6792) tiancaiamao 2018-06-11 15:43:14 +08:00
  • 9ec13e8898 table/tables: modify AddRecord to handle table partition (#6684) tiancaiamao 2018-06-11 11:06:36 +08:00
  • e3f1cfbf06 ddl:check column count limit when add column (#6778) ciscoxll 2018-06-11 09:34:12 +08:00
  • 08817bdb1b parser: support drop column cascade syntax, parse it and ignore it. (#6791) winkyao 2018-06-10 18:00:42 +08:00
  • 182b7eb11f importer: fix typo and a broken link (#6795) Caitin 2018-06-09 19:59:03 +08:00
  • b812cb517e expression, util: DecodeDecimal return real precision and frac (#6732) winkyao 2018-06-08 15:37:32 +08:00
  • 12d4c5aea5 *: support 'show master status' (#6785) tiancaiamao 2018-06-08 12:36:12 +08:00
  • 7029e5ee85 tidb-server: check run-ddl is false when using mocktikv (#6781) tiancaiamao 2018-06-08 11:31:17 +08:00
  • 8e00ca98f4 plan, parser: fix wrong LIMIT/ORDER BY check of the UNION statement (#6783) lysu 2018-06-08 10:52:08 +08:00
  • 39a8d0eb7a executor: support parallel projection (#6323) Zhang Jian 2018-06-07 22:50:54 +08:00
  • ce26287a2e plan: make "TIDB_SMJ" take effect even when no index can be used (#6454) Zhuomin Liu 2018-06-07 20:42:36 +08:00
  • 1082b1a0f3 plan: refine the result of EXPLAIN statement (#6755) Zhang Jian 2018-06-07 20:13:16 +08:00
  • db4888a697 plan, parser: fix the wrong result of the UNION statement (#6752) lysu 2018-06-07 17:08:26 +08:00
  • f56e130eed ddl, parser: support 'ALTER TABLE RENAME KEY TO' syntax (#6475) Du Chuan 2018-06-07 13:32:17 +08:00
  • 66c41128ca expression: improve constant folding of UDF if & ifnull (#6677) Zhuomin Liu 2018-06-07 11:38:57 +08:00
  • 5efab55a27 expression: Do not wrap a 'CAST As JSON' when input is already a JSON (#6678) Zhang Jian 2018-06-07 11:10:50 +08:00
  • a54ab4270c executor: gather all the error definitions together (#6772) Zhang Jian 2018-06-07 10:58:03 +08:00
  • 12a62e86b1 *: Fix select lock option for union statement (#6579) tiancaiamao 2018-06-06 22:17:09 +08:00
  • ac1be1d191 sessionctx/binloginfo: make TestMaxRecvSize more stable (#6771) tiancaiamao 2018-06-06 21:04:11 +08:00
  • 96a5109ebb types: handle NULL datum if we need convert it to string. (#6761) Yiding Cui 2018-06-06 20:15:48 +08:00
  • fbed209a94 Add max backoff option (#6770) Wenxuan Shi 2018-06-06 18:36:03 +08:00
  • 7227db3a0c executor: fix drop user bug (#6624) Zhexuan Yang 2018-06-06 17:13:28 +08:00
  • 8c7f5dcb3e ddl: find max row id of the table that is backfilling indices, and just backfill indices in range [startHandle, maxRowID]. (#6518) winkyao 2018-06-06 15:04:54 +08:00
  • 7314bdc69c session: support tso when use tidb_snapshot (#6749) Zhexuan Yang 2018-06-06 12:47:06 +08:00
  • 8a326cae76 expression, util: handle err instead of panic in EncodeDecimal (#6758) HuaiyuXu 2018-06-05 19:38:30 +08:00
  • f8722f93f0 store: print backoff wall clock time out (#6741) Zhexuan Yang 2018-06-05 16:08:20 +08:00
  • 006a6286bf plan: detect table alias duplication for 'JOIN' (#6716) Du Chuan 2018-06-05 15:25:49 +08:00
  • 3d31de4bdb printer: update 'TiKVMinVersion' to '2.1.0-alpha.1' (#6737) Zhang Jian 2018-06-05 14:36:32 +08:00
  • a8feebee39 executor: make admin check table error more readable. (#6617) winkyao 2018-06-05 14:16:30 +08:00
  • b8539dc62a plan, executor: fix the wrong result of merge join (#6753) Zhang Jian 2018-06-05 13:23:52 +08:00
  • 91493c9c31 expression: push builtin function IS_TRUE/IS_FALSE to TiKV (#6751) Zhang Jian 2018-06-05 12:38:46 +08:00
  • 7a97f6ab72 expression: add Partial1Mode/Partial2Mode/DedupMode for AggFunctionMode (#6743) HuaiyuXu 2018-06-05 11:37:55 +08:00
  • 1e82cb9632 store, kvencoder: add a options to disable txn local latches in mockTikvStore, which may cause lightning to be oom. (#6750) winkyao 2018-06-05 11:19:05 +08:00
  • 13050b4d60 server: fix fail to fetch profile by pprof (#6747) flipped 2018-06-04 22:06:19 +08:00
  • c348afebf1 stats: refine row count estimation (#6746) Haibin Xie 2018-06-04 20:45:30 +08:00
  • 30ff743f32 expression: push builtin function FLOOR down to TiKV (#6736) Zhang Jian 2018-06-04 20:28:30 +08:00
  • 1327ebbf96 ddl: year type should not has unsigned flag (#6745) winkyao 2018-06-04 18:38:17 +08:00
  • 7f755cdf13 add pull request template (#6718) Zhang Jian 2018-06-04 15:28:20 +08:00
  • 30f16016d1 types: fix unsigned decimal check and negative overflow bugs (#6721) lysu 2018-06-04 15:04:03 +08:00
  • 64e3acadee admin: admin check table do not use the timezone of session, it leads to false alarm. (#6699) winkyao 2018-06-04 14:14:04 +08:00
  • efb3827700 plan: stop finding best child task as soon as possible (#6735) Zhang Jian 2018-06-04 12:47:30 +08:00
  • f6a3c3f0a5 fix typo (#6738) Du Chuan 2018-06-03 23:28:15 +08:00
  • e2b23619f0 *: adding trace syntax support (#6644) Zhexuan Yang 2018-06-03 18:40:47 +08:00
  • 941f1185b3 expression: push ABS to tikv (#6571) Zhang Jian 2018-06-02 22:36:35 +08:00
  • c0cb89ea6b server: fix CI nil pointer panic (#6733) tiancaiamao 2018-06-02 22:18:13 +08:00
  • 46da21b5c1 *: support select tidb_is_ddl_owner, to figure out whether tidb instance is ddl owner (#6682) winkyao 2018-06-01 17:56:44 +08:00
  • 1a896a3b11 server: remove once.Do for HTTP server in tests (#6691) flipped 2018-06-01 15:28:57 +08:00
  • cbbb64a82f expression:fix cast decimal to decimal side affect (#6723) lysu 2018-06-01 14:39:40 +08:00
  • c9c90bd980 ddl, domain: unify logs (#6719) Lynn 2018-06-01 14:05:40 +08:00
  • 02d59ee2b3 parser: combine from and or into FromOrIn (#6724) yuananf 2018-06-01 11:36:11 +08:00
  • 4a36ef721c executor: DML use DatumRow (#6720) Jack Yu 2018-06-01 10:22:02 +08:00
  • 5b7d3c6a39 ddl: unify ddl log prefix (#6711) winkyao 2018-05-31 19:41:21 +08:00
  • c5f9740ed7 expression: fix err message of ErrOverflow in IntDivideDecimal (#6683) bb7133 2018-05-31 15:21:41 +08:00
  • a373f0cc4b plan: check schema name for column when create table (#6708) Du Chuan 2018-05-31 14:24:34 +08:00
  • 9b67f7c5e0 plan: check invalid task after physical optimization (#6702) Zhang Jian 2018-05-31 13:28:53 +08:00
  • bec5f3b047 ddl: wait for a while when some error occured to avoid retrying too many times. (#6601) winkyao 2018-05-30 22:14:58 +08:00
  • a54383b22e domain: change default delta update duration to 1 minute (#6700) Haibin Xie 2018-05-30 22:13:48 +08:00
  • d890ee682b *: add check when watching (#6671) Lynn 2018-05-30 21:48:35 +08:00
  • 68b96b9bbc chunk: fix typo in comment (#6705) 谷月轩 2018-05-30 20:54:00 +08:00
  • bd28eb0dea revert pr 6621 (#6690) Zhexuan Yang 2018-05-30 17:35:15 +08:00
  • 950268b2aa executor: don't output foreign keys in show create table statement. (#6693) winkyao 2018-05-30 16:14:51 +08:00
  • d963ee7348 parser: support 'ALL' for 'BIT_AND', 'BIT_OR', 'BIT_XOR' (#6685) Du Chuan 2018-05-30 14:03:48 +08:00
  • b5fa023caa util: Fix range construction for in predicate (#6667) Du Chuan 2018-05-30 13:36:13 +08:00
  • ce071f5dd3 refactor load data (#6665) Jack Yu 2018-05-29 21:19:14 +08:00
  • 55dd23fde1 types: check correctness of decimal's exponent part (#6631) lysu 2018-05-29 20:53:06 +08:00
  • 33b2a7abbf plan: fix row count estimation for limit (#6679) Haibin Xie 2018-05-29 20:17:14 +08:00
  • 0969cd5349 plan: Fix the empty result of join (#6669) Zhang Jian 2018-05-29 16:29:47 +08:00
  • 93efc51b96 *: unify the connection ID format in log (#6670) Ewan Chou 2018-05-29 00:31:16 +08:00
  • 36c3f0dd36 split write.go (#6660) Jack Yu 2018-05-28 14:29:42 +08:00
  • a214b754d1 plan, cmd: plan, cmd: improve the code readability of planner (#6654) Zhang Jian 2018-05-28 13:29:54 +08:00
  • 4607251d23 metrics:fix add index duration bucket dosen't work (#6478) ciscoxll 2018-05-28 10:33:00 +08:00
  • eaf82968c4 Executor: fix affected rows count when update (#6656) Du Chuan 2018-05-28 10:24:39 +08:00
  • d3a69d8b04 *: set rollback log to debug level (#6653) Ewan Chou 2018-05-26 22:11:27 +08:00
  • 1a7e9ecf52 Makefile: update coverage ignore list (#6651) Shen Li 2018-05-26 21:27:48 +08:00
  • fbba541156 *: move basic functions and definitions to model package, to make constructing dag request more easier. (#6652) winkyao 2018-05-26 20:39:22 +08:00
  • ff7c0cedb8 plan, parser: support JOIN hint for UPDATE/DELETE statements (#6626) Zhuomin Liu 2018-05-25 14:00:57 +08:00
  • 2bcef0fe71 server: support ComChangeUser (#6623) (#6638) Ewan Chou 2018-05-24 19:09:45 +08:00
  • 9150b0f25e executor, expression: fix a panic of MAX/MIN (#6632) Zhang Jian 2018-05-24 18:28:32 +08:00
  • cf0e1c9743 plan: fix a bug in rebuildRange when enabling prepare-plan-cache. (#6637) Yiding Cui 2018-05-24 17:24:30 +08:00
  • 21135fa5b2 store/tikv/gc_worker: Create new backoffer for each region (#6438) MyonKeminta 2018-05-24 16:49:13 +08:00
  • b314e120ec ddl:add check invalid update column test (#6567) ciscoxll 2018-05-24 16:41:43 +08:00
  • 067daa4ff7 expression: push CEIL down to TiKV (#6607) Zhang Jian 2018-05-24 16:12:58 +08:00
  • a4715d5d75 *: unflatten datum in checkIndexAndRecord, to fix admin check table false alarm (#6625) winkyao 2018-05-24 15:56:02 +08:00
  • 87ce884b2e *:check max/min timestamp bound with timezone aware (#6581) lysu 2018-05-24 15:27:38 +08:00
  • e705c18d19 expression: refine compare timestamp col with string constant (#6621) HuaiyuXu 2018-05-24 10:13:06 +08:00
  • 30fe5262b5 fix show create table display mistake (#6630) Zhexuan Yang 2018-05-23 22:31:06 +08:00
  • bcd3750f4b stats: refine stats log level (#6627) Haibin Xie 2018-05-23 20:33:30 +08:00
  • 426ae62f9e expression: fix wrong result of floor (#6620) Zhang Jian 2018-05-23 14:42:42 +08:00
  • d1bd647732 support high_priority for delete/update/replace into (#6592) Jack Yu 2018-05-23 12:35:16 +08:00
  • 4ea89b3505 expression: Fix the decimal fraction of DIV (#6590) Zhang Jian 2018-05-23 11:42:37 +08:00
  • 9f7fb424ef expression: fix wrong result of CEIL integer (#6606) Zhang Jian 2018-05-23 10:56:38 +08:00
  • f400c64e26 chunk: fix delete index in year type; (#6611) winkyao 2018-05-23 00:07:43 +08:00
  • ac5020dc33 server: do not log write error during hand shake. (#6605) Ewan Chou 2018-05-22 22:34:49 +08:00