|
|
16c008bc70
|
*: move tests. (#4604)
|
2017-09-22 17:38:40 +08:00 |
|
|
|
069cc8b222
|
expression: open new expression framework by default (#4595)
|
2017-09-22 15:29:42 +08:00 |
|
|
|
74ab097d59
|
expression: fix a panic in buildSubquery. (#4596)
|
2017-09-21 05:57:05 -05:00 |
|
|
|
c9e17e8317
|
plan: wrap CAST on generation expressions. (#4501)
* plan: wrap CAST on generation expressions.
|
2017-09-20 19:49:34 +08:00 |
|
|
|
c92b124aa9
|
*: make test leak great again (#4543)
|
2017-09-20 17:07:32 +08:00 |
|
|
|
b22e639c4a
|
session_test: move some tests. (#4574)
|
2017-09-19 20:33:51 +08:00 |
|
|
|
117ff28207
|
*: move InitLogger from SetUpSuite to TestT (#4532)
|
2017-09-15 15:16:22 +08:00 |
|
|
|
3f48f3a130
|
session_test, executor_test: move tests of schema change. (#4505)
|
2017-09-13 21:07:24 +08:00 |
|
|
|
6f9457e373
|
executor: use tearDownTest instead of defer (#4499)
|
2017-09-12 01:02:41 -05:00 |
|
|
|
88e1666ac6
|
*: change the log package to logrus (#4452)
|
2017-09-08 00:45:07 -05:00 |
|
|
|
7cdbcebec0
|
executor: fix a order by bug (#4470)
|
2017-09-07 23:44:38 -05:00 |
|
|
|
0b04d1c6c7
|
expression: rewrite builtin JSON functions under the new framework. (#4367)
|
2017-09-06 14:42:35 +08:00 |
|
|
|
952aafd403
|
*: Add operation of admin show ddl jobs (#4316)
* *: implement "admin show ddl jobs"
|
2017-09-05 13:07:51 +08:00 |
|
|
|
3f773bad90
|
plan: fix bug when push topn down. (#4413)
|
2017-09-04 17:10:24 +08:00 |
|
|
|
881d76840b
|
plan,executor: calculate generated columns in CRUD. (#3951)
|
2017-08-23 14:52:43 +08:00 |
|
|
|
ff34a46446
|
store/tikv: implement MVCCStore interface using leveldb backend (#3970)
|
2017-08-22 03:48:42 -05:00 |
|
|
|
fce58065d7
|
parser,plan,ast: fix #4239, concatenates string literals which placed each other, and use first string as projection name (#4252)
|
2017-08-21 12:37:27 +08:00 |
|
|
|
3e1728b4b8
|
plan: let union plan not change the original type. (#4235)
|
2017-08-18 20:00:01 +08:00 |
|
|
|
43215118af
|
*: support time constant push down in mocktikv (#4176)
|
2017-08-18 14:15:41 +08:00 |
|
|
|
b6c65888ba
|
expression: rewrite builtin function: INET_ATON, INET_NTOA, INET6_ATON, INET6_NTOA (#4130)
* rewrite builtin ip functions
|
2017-08-15 12:39:01 +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 |
|
|
|
f0fd27c5b5
|
expression: rewrite builtin function: SLEEP (#4096)
|
2017-08-09 19:37:17 +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 |
|
|
|
171c47857f
|
executor: fix double desc read. (#4087)
|
2017-08-08 20:12:10 +08:00 |
|
|
|
3c11ac5128
|
*: fix race with atomic global variables. (#4076)
* fix race.
|
2017-08-08 14:30:04 +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 |
|
|
|
feecc6ed02
|
plan: fix bug when access cond is not scalar function (#4044)
|
2017-08-05 17:28:31 +08:00 |
|
|
|
059f6dd2f1
|
executor, expression, plan: remove rowMeta from row (#3758)
|
2017-08-04 18:37:31 +08:00 |
|
|
|
ab53786d33
|
*: Define the schema change at the table level (#3999)
|
2017-08-04 17:53:38 +08:00 |
|
|
|
3d8d1d6f45
|
*: refine tests. (#4016)
|
2017-08-04 00:15:20 +08:00 |
|
|
|
9a40975437
|
executor, expression: fix floor and ceil when handle int overflow (#3980) (#3981)
|
2017-08-03 19:01:00 +08:00 |
|
|
|
722c450ec3
|
executor: Make union test stable (#4001)
|
2017-08-03 13:57:39 +08:00 |
|
|
|
3243b46b62
|
types: handle zero value in RoundFrac (#3989)
|
2017-08-02 20:59:33 +08:00 |
|
|
|
8adac8fe6c
|
*: set low priority for expensive SQL and high priority for point get (#3881)
|
2017-08-02 13:53:36 +08:00 |
|
|
|
6921161fde
|
types, expression: cast string as time (#3977)
fix issue #3942
TiDB doesn't treat '.' as a special point, '.' is the fractional seconds part delimiter
|
2017-08-01 23:35:20 +08:00 |
|
|
|
d0dcb5b0a6
|
expression, parser: fix issue #3691, cast compatibility (#3894)
|
2017-08-01 16:47:38 +08:00 |
|
|
|
01c1d4c5c5
|
executor: truncate the trailing spaces for "CHAR[(M)]" types (#3878)
|
2017-08-01 16:15:25 +08:00 |
|
|
|
2745333435
|
parser,plan: support \N shortcut for null (#3943)
|
2017-08-01 14:16:43 +08:00 |
|
|
|
3527750130
|
expression, executor, plan: rewrite builtin function trim. (#3936)
|
2017-08-01 10:54:31 +08:00 |
|
|
|
dff73cc6e4
|
*: Modify the Makefile for go vet (#3900)
|
2017-07-30 23:02:52 -05:00 |
|
|
|
9f66dd1931
|
expression, executor, plan: rewrite builtin function ltrim and rtrim. (#3939)
|
2017-07-30 21:10:38 -05:00 |
|
|
|
8df4f7f753
|
expression, executor: revert typeinfer of cast and binary ops && add TestUnaryNot (#3941)
|
2017-07-29 09:44:45 +08:00 |
|
|
|
240dcf8bc1
|
*: rewrite bitNeg using new expression evaluation architecture (#3937)
|
2017-07-28 19:14:55 +08:00 |
|
|
|
640e34dc97
|
*: rewrite unary not using new expression evaluation architecture (#3925)
|
2017-07-28 15:34:51 +08:00 |
|
|
|
e4c104b291
|
expression, executor, plan: rewrite builtin function PI (#3846)
|
2017-07-28 11:30:10 +08:00 |
|
|
|
4203eba42b
|
*: rewrite logicalXor using new expression evaluation architecture (#3899)
|
2017-07-27 19:52:07 +08:00 |
|
|
|
b88d3c2bb1
|
expression, executor: fix duration column <cmp> constant(#3884) (#3918)
|
2017-07-27 19:13:32 +08:00 |
|
|
|
5ae3ae9e42
|
*: rewrite bitAnd using new expression evaluation architecture (#3901)
|
2017-07-27 06:01:18 -05:00 |
|
|
|
0d9ea869c2
|
*: fix set/get var race (#3913)
* *: fix set/get var race
|
2017-07-27 16:08:20 +08:00 |
|