Commit Graph

  • 8b9457baf2 owner: Update the interval of printing log (#4485) Lynn 2017-09-11 22:37:38 +08:00
  • bc0f2d4755 util/systimemon: fix test race (#4494) Ewan Chou 2017-09-11 19:39:18 +08:00
  • 3b83192fa5 session_test: move out test of affect_rows (#4492) Han Fei 2017-09-11 18:25:37 +08:00
  • d11591fc16 session: move err_rollback test. (#4412) Han Fei 2017-09-11 16:37:52 +08:00
  • 0fd962f297 expression, plan: rewrite builtin funcs setvar, getvar (#4479) HuaiyuXu 2017-09-11 16:18:33 +08:00
  • d4bfcf0272 expression: rewrite builtin function: CONVERT_TZ (#4463) Jian Zhang 2017-09-11 15:48:50 +08:00
  • 200fe45550 stats: prework for analyze push down (#4478) Haibin Xie 2017-09-11 14:06:21 +08:00
  • acc81043ae expression: Fix cast( date as datetime) error (#4484) Du Chuan 2017-09-11 10:35:58 +08:00
  • 3cd019b39c expression: rewrite builtin function: FROM_UNIXTIME (#4454) HuaiyuXu 2017-09-08 17:01:28 +08:00
  • 88e1666ac6 *: change the log package to logrus (#4452) Ewan Chou 2017-09-08 13:45:07 +08:00
  • 1be6d2478f expression,util/types: update time Add() implementation (#4267) tiancaiamao 2017-09-08 00:17:15 -05:00
  • 7cdbcebec0 executor: fix a order by bug (#4470) tiancaiamao 2017-09-07 23:44:38 -05:00
  • 0e438de9ff *: move sample collector from executor to stats (#4468) Haibin Xie 2017-09-08 12:21:10 +08:00
  • 504a3c4a56 distsql: prework for analyze pushdown (#4471) Haibin Xie 2017-09-08 11:32:04 +08:00
  • ebfcd7d90a expression: rewrite builtin function: CONVERT (#4417) Jian Zhang 2017-09-08 11:08:39 +08:00
  • d585abb2c1 expression: add timezone for CastAsTime (#4465) HuaiyuXu 2017-09-08 00:01:08 +08:00
  • 48c0ecae1c expression: rewrite builtin function: FIELD (#4419) Jian Zhang 2017-09-07 20:13:09 +08:00
  • d82a36b562 expression: rewrite builtin function: INSERT (#4414) Jian Zhang 2017-09-07 19:26:59 +08:00
  • 2736812381 expression: rewrite builtin function: EXPORT_SET (#4434) Jian Zhang 2017-09-07 18:02:15 +08:00
  • 29f7b570c4 expression: rewrite "fieldTp2EvalTp()" to use "mysql.TypeXXX" instead of "TypeClass" (#4467) Jian Zhang 2017-09-07 16:46:18 +08:00
  • fc209cb1df *: rewrite hex and bit literals (#4415) Wenxuan Shi 2017-09-07 16:28:24 +08:00
  • 20a928e03e ddl: Add a limit for columns in a table (#4464) Lynn 2017-09-07 16:06:32 +08:00
  • f380a746c9 expression: rewrite builtin function: EXTRACT (#4456) HuaiyuXu 2017-09-07 15:48:45 +08:00
  • 06001ed1c1 fix race test compile issue (#4461) Wenxuan Shi 2017-09-07 15:37:34 +08:00
  • 31a48f8d75 server: SSL/TLS support (#3716) Wenxuan Shi 2017-09-07 13:36:28 +08:00
  • 3e125a4ccb ddl: Add the txn entry limit (#4458) Lynn 2017-09-07 13:27:30 +08:00
  • 8cb0ceb5c1 plan: rewrite "hashCode()" for "requiredProp" (#4460) Jian Zhang 2017-09-07 12:55:00 +08:00
  • cf1076badb vendor: update vendor for tipb (#4459) Haibin Xie 2017-09-07 12:32:54 +08:00
  • e44227333d use tmp session in gc_worker. (#4453) qupeng 2017-09-07 11:05:06 +08:00
  • 4e580249db expression: rewrite "HashCode()" for "Column" (#4457) Jian Zhang 2017-09-07 10:01:05 +08:00
  • 9f040b850c expression: rewrite builtin function: INTERVAL (#4421) HuaiyuXu 2017-09-07 00:02:49 +08:00
  • 62b6a9961b expression: rewrite builtin function: FORMAT (#4416) Jian Zhang 2017-09-06 20:01:00 +08:00
  • ffa8405879 plan: let "allocID()" return int to make performance happy (#4441) Jian Zhang 2017-09-06 17:19:08 +08:00
  • dba58e97fc executor: IndexLookUpExecutor refactor (#4305) tiancaiamao 2017-09-06 03:45:10 -05:00
  • c1384a26b7 executor, types: format output (#4418) lkk2003rty 2017-09-06 16:00:03 +08:00
  • 7fc07a4a88 plan: fix a but about limit pushdown (#4449) Han Fei 2017-09-06 15:29:05 +08:00
  • 0b04d1c6c7 expression: rewrite builtin JSON functions under the new framework. (#4367) qupeng 2017-09-06 14:42:35 +08:00
  • 44f716fb13 ddl: Remove TODO about check all versions to handle the waiting time problem (#4271) Lynn 2017-09-06 13:59:24 +08:00
  • 9a2fa138f4 should use strings.Contains() instead of strings.Index() (#4447) Fiisio 2017-09-06 12:59:30 +08:00
  • a8af81385c should use bytes.Equal(rows[i-1].key, rows[i].key) instead (#4446) Fiisio 2017-09-06 12:51:07 +08:00
  • 7fb7263678 Optimize merging array elements (#4444) Fiisio 2017-09-06 12:38:24 +08:00
  • 8dbc36cd2a should use bytes.Equal(batch.keys[0], c.primary()) instead (#4443) Fiisio 2017-09-06 12:22:44 +08:00
  • e3cbcad807 should use time.Since instead of time.Now().Sub (#4445) Fiisio 2017-09-06 12:15:24 +08:00
  • ee23ae54a6 Fixed word misspelled (#4448) Fiisio 2017-09-06 12:03:51 +08:00
  • e7e40193f9 distsql,store/tikv: fix analyze table OOM (#4399) tiancaiamao 2017-09-05 07:56:44 -05:00
  • 92bea5afa4 expression: rewrite builtin function: INTDIV (#4213) lkk2003rty 2017-09-05 20:03:02 +08:00
  • 75230f9f1d types, plan: return ErrInvalidDefault when date type column option of create table statement has a now() default value (#4430) winkyao 2017-09-05 17:02:47 +08:00
  • 5f00460cf8 expression, plan: rewrite builtin func get_format (#4422) HuaiyuXu 2017-09-05 15:09:22 +08:00
  • 6ad9d35219 *: rewrite builtin function: CURRENT_TIME (#4360) HuaiyuXu 2017-09-05 14:42:47 +08:00
  • 952aafd403 *: Add operation of admin show ddl jobs (#4316) Lynn 2017-09-05 13:07:51 +08:00
  • 0513ab378d expression: rewrite builtin function: TIME_TO_SEC, SEC_TO_TIME (#4342) Wenxuan Shi 2017-09-04 22:36:04 -05:00
  • 778b221d2e Support client specified collation (#4409) mxlxm 2017-09-05 10:08:30 +08:00
  • bc0efef751 executor: Fix DEFAULT output in SHOW CREATE TABLE (#4427) Wenxuan Shi 2017-09-04 20:20:16 -05:00
  • 3f773bad90 plan: fix bug when push topn down. (#4413) Yiding Cui 2017-09-04 17:10:24 +08:00
  • f3134bede9 codec: use reference instead of value copy of "[]types.Datum" (#4408) Jian Zhang 2017-09-04 11:30:47 +08:00
  • ae30c4dcbc support "UPDATE IGNORE", update conflicts generate warning (#4397) Liao Qiang 2017-09-04 11:13:18 +08:00
  • de86e7d897 expression, plan: rewrite builtin function: FOUND_ROWS, DATABASE, CURRENT_USER, USER, CONNECTION_ID, VERSION (#4395) HuaiyuXu 2017-09-02 08:30:13 +08:00
  • 55bbc41069 expression: adjust getFunction context.Context param position (#4400) winkyao 2017-09-01 16:03:19 +08:00
  • 82c9c3002a expression: rewrite builtin function:GET_LOCK, RELEASE_LOCK (#4398) winkyao 2017-09-01 12:54:16 +08:00
  • f0aad43fec expression: change isDeterministic to canBeFolded (#4393) Jian Zhang 2017-08-31 20:35:13 +08:00
  • 378e337ace README: update status badge to Pre-GA (#4392) Shen Li 2017-08-31 17:47:47 +08:00
  • 861d844732 expression: rewrite builtin function: UNIX_TIMESTAMP (#4297) Wenxuan Shi 2017-08-31 02:50:17 -05:00
  • 334dd056c7 *: update vendor for tipb. (#4391) qupeng 2017-08-31 15:41:24 +08:00
  • e6985a2f0f expression, types: add NumberToDuration function, use it when cast int as duration, and check whether date is zero and returns error. partically fix #4340 (#4387) winkyao 2017-08-31 15:24:51 +08:00
  • 67967f8378 mysql: Upgrade version to 0.9.0 (#4388) Shen Li 2017-08-31 15:14:44 +08:00
  • 2b1886797e expression: tiny fix. (#4386) Han Fei 2017-08-31 14:59:59 +08:00
  • a68d3ad1ee executor: "INSERT IGNORE" generate warnings for duplicate-key error (#4381) Liao Qiang 2017-08-31 14:29:28 +08:00
  • 1317f2e190 mock-tikv: clean code. (#3405) Han Fei 2017-08-31 12:32:14 +08:00
  • 9ae2639077 expression: NOW() should be folded in constant folding stage (#4385) Jian Zhang 2017-08-31 12:23:11 +08:00
  • 19a13dec6f stats: update handle version before update stats (#4361) Haibin Xie 2017-08-31 11:42:05 +08:00
  • 87baaaf73e plan: fix bugs when do natural join or join with using. (#4382) Yiding Cui 2017-08-31 10:06:32 +08:00
  • d739d7fd17 *: support sig push down in mocktikv. (#4364) Han Fei 2017-08-30 20:28:12 +08:00
  • 2ae9abefad expression: partial fix #4340, support date time format when parse duration (#4380) winkyao 2017-08-30 19:43:42 +08:00
  • b0189e49b8 expression, plan: refine timestamp index selection (#4383) Han Fei 2017-08-30 19:27:00 +08:00
  • 46c1a0e3c3 support INSERT IGNORE with strict sql mode produces warning instead of error (#4376) Liao Qiang 2017-08-30 17:02:35 +08:00
  • f4b06bf897 Ignore debug binary of VSCode (#4377) Wenxuan Shi 2017-08-30 03:23:22 -05:00
  • 7f6d60a037 expression: builtin function OCT() handle binary value mistakenly. (#4369) winkyao 2017-08-30 10:48:36 +08:00
  • 271f0c0338 executor, types: format output (#4372) lkk2003rty 2017-08-30 10:34:50 +08:00
  • e6283e9fc6 parser: fix #4354, support empty bit-value literal syntax b'' (#4370) winkyao 2017-08-30 10:03:34 +08:00
  • c50bfbce0b *: rewrite builtin function: STR_TO_DATE (#4357) HuaiyuXu 2017-08-30 08:30:57 +08:00
  • 62c8d39d93 expression: fix float literals and binary literals (#4365) Wenxuan Shi 2017-08-29 06:44:52 -05:00
  • 09b5ddcea9 executor: index join key should be encoded comparable. (#4363) Yiding Cui 2017-08-29 19:31:58 +08:00
  • dd0626e970 domain: close auto analyze (#4366) Haibin Xie 2017-08-29 19:07:19 +08:00
  • c9b62fbdda expression: add json into builtin if function. (#4203) qupeng 2017-08-29 17:32:10 +08:00
  • 962b32c5e3 expression: rewrite builtin function: PERIOD_ADD, PERIOD_DIFF (#4309) Jian Zhang 2017-08-29 16:23:10 +08:00
  • f564022e59 expression: set pb code for signatures. (#4358) Han Fei 2017-08-29 13:45:31 +08:00
  • b23e3b0594 plan: reverse the logic of func "exprHasSetVar" (#4352) Jian Zhang 2017-08-29 12:50:34 +08:00
  • b7aa9137b2 expression: rewrite builtin function: MAKE_SET, QUOTE (#4318) Jian Zhang 2017-08-29 10:06:19 +08:00
  • 71694b0597 types: fix EvalDuration not support time format in int #4341 (#4349) xiaojian cai 2017-08-29 00:09:17 +08:00
  • f02a615bed expression: remove useless error return (#4347) Han Fei 2017-08-28 20:34:30 +08:00
  • 29cf5d92c0 executor: fix batch insert on duplicate key (#4344) Lynn 2017-08-28 18:42:37 +08:00
  • 8d66f5b08b expression: rewrite builtin function: RLIKE (#4331) Jian Zhang 2017-08-28 16:02:19 +08:00
  • ea29a1c30d expression: Support more types when getting default flen and decimal (#4236) Wenxuan Shi 2017-08-28 02:26:07 -05:00
  • f18f4b40b2 expression: rewrite builtin function: BIT_COUNT (#4332) Jian Zhang 2017-08-28 15:16:14 +08:00
  • 882f341db1 types: remove useless code in datum.go (#4335) Jian Zhang 2017-08-28 11:09:30 +08:00
  • 499b2566fe expression: rewrite builtin function: DATE_FORMAT (#4312) Jiaxing Liang 2017-08-27 19:27:11 -07:00
  • c27a3db4a5 parser: fix bug for parsing builtin UTC_TIME/UTC_TIMESTAMP/CUR_TIME/CURRENT_TIME/CURRENT_TIMESTAMP (#4306) Du Chuan 2017-08-28 10:14:30 +08:00
  • 43bc0a2f4a expression: rewrite builtin function TIMESTAMP (#4327) Du Chuan 2017-08-27 23:29:14 +08:00
  • ff8072e458 paser, executor: add date literal(#3909) (#4046) dreamquster 2017-08-27 21:16:47 +08:00
  • 6ee6dd6c84 server: minor log info corrections (#4319) xiaojian cai 2017-08-27 20:05:54 +08:00