Commit Graph

8026 Commits

Author SHA1 Message Date
dcf4cbb2f1 expression: rewrite builtin string function: REVERSE (#4042) 2017-08-11 16:21:35 +08:00
0bf26a1df7 expression: Refactor return sig.setSelf(sig), errors.Trace(c.verifyArgs(args)) (#4123) 2017-08-11 14:12:45 +08:00
ff2ea377e7 expression: rewrite builtin function: MUL (#4118) 2017-08-11 13:53:59 +08:00
eb7eb4325c expression, plan: rewrite builtin function: IS TRUE && IS FALSE (#4086) 2017-08-11 13:26:56 +08:00
1f75c7f14b ast, expression: add builtin function: CHARACTER_LENGTH (#4113) 2017-08-11 09:12:31 +08:00
b0d488fa8f expression: fix json ci. (#4140) 2017-08-10 21:17:06 +08:00
172d7fc3af expression: rewrite builtin function: LOCATE (#4088) 2017-08-10 19:21:38 +08:00
c301d9c929 expression: rewrite builtin function: ISNULL (#4127) 2017-08-10 17:17:42 +08:00
c51d0f57ed *: support JSON in new expression architecture (#4089) 2017-08-10 15:56:53 +08:00
32f0881cc6 tidb-server: fix #4125, flag boolean help usage add default false (#4129)
* tidb-server: fix #4125, flag boolean help usage add default false
2017-08-10 02:28:40 -05:00
2df67b639a coprocessor: open ifnull pushdown. (#4126) 2017-08-10 14:28:08 +08:00
2ca8e239fd expression: rewrite builtin string function: LPAD, RPAD (#4036) 2017-08-10 14:20:32 +08:00
678c6924be *: support priority for SELECT HIGH_PRIORITY statement (#4119)
*: support priority for SELECT HIGH_PRIORITY statement
2017-08-10 01:09:57 -05:00
0d4fbd80f5 expression: rewrite builtin function: LAST_INSERT_ID (#4093) 2017-08-10 13:54:11 +08:00
b521240c8e expression: rewrite builtin string function: INSTR (#4052) 2017-08-10 12:47:10 +08:00
3b94ee1f59 expression: rewrite builtin function: CONV (#4100) 2017-08-10 11:18:10 +08:00
bf97933508 expression: rewrite builtin function: MD5, SHA1, SHA2 (#4109) 2017-08-10 10:48:46 +08:00
68f58dc38b expression: rewrite builtin function: AES_ENCRYPT, AES_DECRYPT (#4085) 2017-08-10 10:19:47 +08:00
3991f38cd0 executor: fix statement label and recover test (#4116) 2017-08-09 23:30:47 +08:00
50665d5f47 ddl: Handle the error of ErrClientConnClosing (#4117) 2017-08-09 22:29:07 +08:00
5077f46036 expression: rewrite builtin function: COMPRESS, UNCOMPRESS, UNCOMPRESSED_LENGTH (#4095) 2017-08-09 20:56:53 +08:00
f0fd27c5b5 expression: rewrite builtin function: SLEEP (#4096) 2017-08-09 19:37:17 +08:00
2ed02b287d expression: rewrite builtin function: CHAR_LENGTH (#4105)
* expression: rewrite builtin funtion 'CHAR_LENGTH'
2017-08-09 19:29:32 +08:00
3cb7728103 ddl: add generated check in onDropColumn (#4104) 2017-08-09 19:16:57 +08:00
c7c248eb91 executor: change struct row to []types.Datum (#4072) 2017-08-09 18:37:57 +08:00
6660621236 plan: print desc in explain. (#4108) 2017-08-09 17:35:37 +08:00
973565e29a domain: Fix the correctness issues after using etcd to sync schema version (#4073) 2017-08-09 17:09:52 +08:00
1eebb87156 ddl: remove backgroud worker, use delete-range to speed up something. (#3993) 2017-08-09 16:59:25 +08:00
3347eaca69 ddl: tiny clean up (#4103) 2017-08-09 16:30:50 +08:00
611695bf7a statistics: fix bug when update stats delta (#4098) 2017-08-09 15:58:38 +08:00
f1dc796de4 plan: fix horrible insert bug. (#4102) 2017-08-09 15:48:09 +08:00
171aea2fad plan: keep error message consistent with MySQL (#3962) (#4082) 2017-08-09 14:24:42 +08:00
06c4f6e275 expression: function SUBSTR/LEFT/RIGHT should manipulate bytes when parameter is a binary (#4033) 2017-08-09 13:21:19 +08:00
f1da1cdb82 expression, types: fix issue #3923, builtin function TimeDiff compability and bug. (#4018)
expression, types: fix issue #3923, builtin function TimeDiff compability and bug.
2017-08-09 11:48:28 +08:00
6a80a69a4c travis: move gitcookie.sh to .travis.yml (#4092) 2017-08-09 10:29:11 +08:00
18f84dd3c6 expression, plan: rewrite builtin arithmetic function: MINUS (#4077) 2017-08-08 22:30:11 +08:00
861c8c9beb plan: fix a bug when prune extra handle column (#4079) 2017-08-08 21:46:56 +08:00
bda5c44c97 expression: rewrite builtin string function: CHAR (#4041) 2017-08-08 21:05:44 +08:00
b41c1d4483 domain: make test stable (#4090) 2017-08-08 20:41:10 +08:00
171c47857f executor: fix double desc read. (#4087) 2017-08-08 20:12:10 +08:00
1566fd7a99 store/tikv: update gc_worker init. (#3997) 2017-08-08 19:34:53 +08:00
3e1efa634f plan: push property across semijoin. (#4083) 2017-08-08 18:24:26 +08:00
3c11ac5128 *: fix race with atomic global variables. (#4076)
* fix race.
2017-08-08 14:30:04 +08:00
f24b2dee5e Update ROADMAP.md 2017-08-08 11:26:04 +08:00
3d7c74f1a4 expression, plan: rewrite builtin arithmetic function: PLUS (#3858) 2017-08-07 22:02:31 +08:00
d880419acf plan: use the literal value as column name in SELECT when it is NULL of STRING (#3994) 2017-08-07 21:36:46 +08:00
5a469c08e7 expression: rewrite builtin string function: BIN (#4039) 2017-08-07 21:12:43 +08:00
77d7ee841e expression: enable json functions pushdown. (#3793) 2017-08-07 19:51:30 +08:00
bc56dcabc5 plan: make sort's cost right (#4070) 2017-08-07 19:18:42 +08:00
8f276bb120 plan: split test case for type infer (#4066) 2017-08-07 17:59:13 +08:00