|
|
952aafd403
|
*: Add operation of admin show ddl jobs (#4316)
* *: implement "admin show ddl jobs"
|
2017-09-05 13:07:51 +08:00 |
|
|
|
ae30c4dcbc
|
support "UPDATE IGNORE", update conflicts generate warning (#4397)
|
2017-09-04 11:13:18 +08:00 |
|
|
|
31819a8dcb
|
parser, expression: implement builtin function: LAST_DAY (#4290)
|
2017-08-23 16:34:35 +08:00 |
|
|
|
ff34a46446
|
store/tikv: implement MVCCStore interface using leveldb backend (#3970)
|
2017-08-22 03:48:42 -05:00 |
|
|
|
3f8334e188
|
*: provide SHOW PLUGINS statement with a dummy implementation (#4278)
|
2017-08-22 10:58:47 +08: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 |
|
|
|
a88ebb1cf6
|
*: use structure to store user identity (#4078)
*: use structure to store user identity
|
2017-08-14 03:37:36 -05:00 |
|
|
|
1f75c7f14b
|
ast, expression: add builtin function: CHARACTER_LENGTH (#4113)
|
2017-08-11 09:12:31 +08:00 |
|
|
|
7874e989eb
|
*: support natural join. (#3861)
|
2017-08-01 13:56:29 +08:00 |
|
|
|
26f622d1a7
|
plan, executor: implement ExplainInfo() interface for data source operators (#3953)
|
2017-08-01 13:08:24 +08:00 |
|
|
|
e94996addf
|
*: add parser support for multiple tables renaming (#3892)
|
2017-07-27 20:01:24 +08:00 |
|
|
|
c0c95199cd
|
plan: implement ExplainInfo() interface for simple operators (#3883)
|
2017-07-26 20:28:58 +08:00 |
|
|
|
b938ea28ba
|
ast: improve ast test coverage to exceed 80 percent (#3870)
ast: improve ast test coverage to exceed 80 percent
* ast: govet cleanup
|
2017-07-25 20:17:10 +08:00 |
|
|
|
71773cf33c
|
*: change "AndAnd", "OrOr" to "LogicAnd", "LogicOr" respectively (#3874)
|
2017-07-25 15:53:02 +08:00 |
|
|
|
a19ad3f480
|
ddl: support create index with type and comment (#3814)
|
2017-07-20 19:01:14 +08:00 |
|
|
|
d8aaa222c8
|
*: make SET TRANSACTION ISOLATION LEVEL READ COMMITTED take effect (#3619)
|
2017-07-17 19:16:23 +08:00 |
|
|
|
bde940f399
|
Add a tidb_version() function to show tidb-server info (#3592)
|
2017-07-17 17:07:54 +08:00 |
|
|
|
bc713303fc
|
ddl: fix modify column behavior about primary / unique key (#3748)
|
2017-07-17 15:49:57 +08:00 |
|
|
|
f024ebbdca
|
*: support show stats_buckets (#3720)
|
2017-07-12 17:37:53 +08:00 |
|
|
|
f212ef1705
|
* support show stats_histogram (#3683)
|
2017-07-11 15:49:11 +08:00 |
|
|
|
aa41e3aaf4
|
*: support show stats (#3633)
|
2017-07-06 16:51:59 +08:00 |
|
|
|
467a01a2d0
|
*: support drop stats (#3615)
* plan, executor: support drop stats
* ast: add comment
* address comment
* address comment
|
2017-07-05 17:01:36 +08:00 |
|
|
|
bffbc00302
|
*: log some crucial sql for user/privilege related operations. (#3557)
|
2017-06-29 19:01:16 +08:00 |
|
|
|
2b4a3ce5e6
|
parser: parse "select HIGH_PRIORITY ..." statement (#3466)
|
2017-06-26 17:19:10 +08:00 |
|
|
|
4bc3cf7a48
|
*: support using clause in join statement. (#3372)
|
2017-06-12 17:14:13 +08:00 |
|
|
|
ddc2ffcfa5
|
parser: add generated column grammar. (#3428)
|
2017-06-09 14:31:35 +08:00 |
|
|
|
6962814a29
|
add json_type function and compare json with primitive types. (#3307)
|
2017-05-24 15:21:40 +08:00 |
|
|
|
b3c43e52ca
|
*: retry commit for prepared statement when schema change (#3297)
|
2017-05-21 10:42:10 +08:00 |
|
|
|
213954d2e7
|
*: add specified columns for LOAD DATA INFILE Syntax (#3240)
* : add specified columns for LOAD DATA INFILE Syntax
|
2017-05-15 16:40:47 +08:00 |
|
|
|
9b8a445aa8
|
*: parse more lock options in alter table statement (#3260)
* *: parse more lock options in alter table statement and ignore them
|
2017-05-15 14:29:13 +08:00 |
|
|
|
588bf60f0c
|
*: support analyze index (#3156)
|
2017-05-01 19:42:46 +08:00 |
|
|
|
dab95523c0
|
fixed comments warning in ast (#3185)
|
2017-04-29 23:15:32 +08:00 |
|
|
|
78d4520199
|
*: resolve conflict on 'in' and add builtin position (#3079)
|
2017-04-19 21:30:48 +08:00 |
|
|
|
59154905aa
|
*: rename table-driven tests name. (#3081)
|
2017-04-19 10:02:57 +08:00 |
|
|
|
9a22e6830b
|
typeinferer code cleanup (#3039)
|
2017-04-14 18:46:26 +08:00 |
|
|
|
1ec85a7b1c
|
*: add three more builtin definitions (#3016)
|
2017-04-10 14:26:16 +08:00 |
|
|
|
aaa6184670
|
*: implement index nested loop join (#2945)
|
2017-04-01 15:12:20 +08:00 |
|
|
|
f66c46953d
|
*: remove MySQL enterprise functions definition. (#2973)
|
2017-03-31 18:03:19 +08:00 |
|
|
|
7739d97697
|
Sort Merge Join (#2850)
parser/plan/executor: Added Merge Join operator with Hints
|
2017-03-22 21:42:16 +08:00 |
|
|
|
779a38b61c
|
*: parse and ignore lock option in alter table statement (#2811)
|
2017-03-11 15:47:28 +08:00 |
|
|
|
b2f8a6fceb
|
parser: parse kill statement (#2734)
|
2017-02-27 13:58:02 +08:00 |
|
|
|
61868f44dc
|
*: Support the statement of "create table ... like" (#2707)
|
2017-02-22 23:57:04 +08:00 |
|
|
|
16fa15d890
|
*: support revoke statement (#2661)
|
2017-02-21 22:05:50 +08:00 |
|
|
|
657a74fdf6
|
*: add parser and definition for all unsupported builtin funcs (part 6) (#2679)
|
2017-02-21 11:47:39 +08:00 |
|
|
|
3294103a37
|
*: add parser and definition for all unsupported builtin funcs (part 7) (#2680)
|
2017-02-21 11:23:43 +08:00 |
|
|
|
a202e5085a
|
*:add parser and definition for: (#2677)
BENCHMARK, CHARSER, COERCOBILITY, COLLATION, ROW_COUNT, SESSION_USER, SYSTEM_USER
:q!
|
2017-02-20 10:41:32 +08:00 |
|
|
|
41afe4e934
|
*: add parser and definition for: (#2667)
|
2017-02-19 17:07:22 +08:00 |
|
|
|
a8d185d8cb
|
*: add parser and definition for all unsupported builtin funcs (part 3) (#2657)
|
2017-02-17 16:49:42 +08:00 |
|
|
|
7f8f16f27c
|
*: add parser and definition for all unsupported builtin funcs (part 2) (#2655)
|
2017-02-17 10:58:33 +08:00 |
|
|
|
2f07f7141d
|
*: Support basic aes_encrypt/aes_decrypt function. (#2640)
|
2017-02-16 14:03:44 +08:00 |
|