|
|
e85fa46431
|
localstore: clean up
|
2015-11-03 16:01:54 +08:00 |
|
|
|
a2c3ae9e50
|
structure api: Remove all lock keys.
|
2015-11-03 15:54:29 +08:00 |
|
|
|
5b7d18d541
|
*: Unify behavior of both local store and HBase
Please enter the commit message for your changes. Lines starting
Conflicts:
kv/index_iter.go
|
2015-11-03 15:44:35 +08:00 |
|
|
|
95bedb2022
|
Merge pull request #503 from pingcap/siddontang/cleanup-it-next
clean up iterator Next
|
2015-11-03 11:23:26 +08:00 |
|
|
|
795d6491b5
|
*: clean up iterator Next
|
2015-11-03 11:19:24 +08:00 |
|
|
|
c49df394e1
|
Merge pull request #485 from pingcap/zimuxia/date-sub
Support date_sub function
|
2015-11-03 09:46:27 +08:00 |
|
|
|
448e05c50f
|
Merge pull request #499 from pingcap/c4pt0r/refactor-iterator
*: refactor iterator interface
|
2015-11-02 22:02:07 +08:00 |
|
|
|
66017137d9
|
*: address review comments
refactor iterator
|
2015-11-02 21:52:46 +08:00 |
|
|
|
bec6314275
|
*: address review comments
refactor iterator interface
|
2015-11-02 21:46:34 +08:00 |
|
|
|
c0b198b908
|
*: refactor iterator interface
Next() shouldn't return a new iterator.
|
2015-11-02 21:40:08 +08:00 |
|
|
|
2cd30ece11
|
Merge pull request #487 from pingcap/shenli/add-privs-step4
*: Add privilege check for drop table.
|
2015-11-02 09:58:47 +08:00 |
|
|
|
df4cc43703
|
expression: update comments
|
2015-10-31 17:09:01 +08:00 |
|
|
|
bf05654dc4
|
Merge pull request #486 from pingcap/shenli/dev-charset
*: Support character string literal
|
2015-10-31 10:34:20 +08:00 |
|
|
|
1569edef98
|
privileges: Address comment
|
2015-10-30 23:07:36 +08:00 |
|
|
|
ba5a6b806a
|
parser: Address comment
|
2015-10-30 22:59:29 +08:00 |
|
|
|
5037c8194f
|
Merge pull request #481 from pingcap/qiuyesuifeng/index-exist
*: add check index exist.
|
2015-10-30 20:49:43 +08:00 |
|
|
|
f6e54fd7e9
|
*: Address comment
|
2015-10-30 19:19:31 +08:00 |
|
|
|
b6ee1409fb
|
*: Address comments
|
2015-10-30 19:07:44 +08:00 |
|
|
|
02ca547df9
|
kv: add test.
|
2015-10-30 18:49:59 +08:00 |
|
|
|
a8d0629139
|
*: address comment.
|
2015-10-30 18:49:39 +08:00 |
|
|
|
3133528c0a
|
Merge pull request #488 from pingcap/siddontang/cleanup-table
remove unnecessary db arg.
|
2015-10-30 18:37:14 +08:00 |
|
|
|
4bf9078438
|
*: address comment.
|
2015-10-30 15:53:56 +08:00 |
|
|
|
3278e885d6
|
*: remove unnecessary db arg.
|
2015-10-30 15:07:54 +08:00 |
|
|
|
480f7f358c
|
*: use a const int value instead of string
|
2015-10-30 14:50:12 +08:00 |
|
|
|
a77e4df407
|
*: Add privilege check for drop table.
|
2015-10-30 14:00:02 +08:00 |
|
|
|
414ae7b732
|
*: rename DateCast to DateArith
|
2015-10-30 13:30:44 +08:00 |
|
|
|
3871b0afbd
|
*: Support character string literal
See: https://dev.mysql.com/doc/refman/5.7/en/charset-literal.html
|
2015-10-30 12:21:57 +08:00 |
|
|
|
c7e3951f73
|
expression: update the variable name in evalArgs
|
2015-10-30 11:48:36 +08:00 |
|
|
|
ebd6cce017
|
expression: rename date_add_test.go to date_cast_test.go and
add date_sub operation test
|
2015-10-30 11:30:16 +08:00 |
|
|
|
a1de92a96b
|
expression: add date_sub operation
|
2015-10-30 11:28:10 +08:00 |
|
|
|
47677955e5
|
expression: rename date_add.go to date_cast.go and rename VisitDateAdd
to VisitDateCast
|
2015-10-30 11:24:37 +08:00 |
|
|
|
a6f146564e
|
Merge pull request #473 from pingcap/shenli/show-grants
Shenli/show grants
|
2015-10-30 08:46:57 +08:00 |
|
|
|
a43c4a1bd5
|
Merge pull request #484 from pingcap/shenli/fix-issue-177
*: Record selectList at the first time running SelectStmt.Plan.
|
2015-10-30 08:39:37 +08:00 |
|
|
|
c49e04eee1
|
parser: add date_sub function test
|
2015-10-29 20:34:30 +08:00 |
|
|
|
77f8b4e4da
|
parser: add date_sub function
|
2015-10-29 20:34:01 +08:00 |
|
|
|
59cd541484
|
*: Record selectList at the first time running SelectStmt.Plan.
Fix https://github.com/pingcap/tidb/issues/177
|
2015-10-29 19:05:43 +08:00 |
|
|
|
5f87fe2ea5
|
Merge pull request #480 from pingcap/siddontang/cleanup-meta
cleanup meta
|
2015-10-29 18:53:42 +08:00 |
|
|
|
9387fef784
|
Merge pull request #478 from pingcap/qiuyesuifeng/tiny-cleanup
Tiny clean up.
|
2015-10-29 18:51:13 +08:00 |
|
|
|
69a1435aa4
|
Merge pull request #483 from pingcap/goroutine/clean-up-meta
ddl: Rename TMeta to Meta and clean up
|
2015-10-29 18:27:10 +08:00 |
|
|
|
e2b0b88589
|
ddl: Rename TMeta to Meta
Clean up
|
2015-10-29 18:23:45 +08:00 |
|
|
|
0c9a4e324b
|
*: cleanup meta and structure.
|
2015-10-29 17:25:05 +08:00 |
|
|
|
4252f8984e
|
*: add check index exist.
|
2015-10-29 17:20:57 +08:00 |
|
|
|
a3851001f4
|
structure: remove lock keys in Inc
|
2015-10-29 17:01:57 +08:00 |
|
|
|
7ea5f16b95
|
Merge pull request #464 from pingcap/qiuyesuifeng/convert-cleanup
Refactor convertToInt/ToInt64 and convertToUint/ToUint64.
|
2015-10-29 15:23:33 +08:00 |
|
|
|
8756780698
|
Merge pull request #477 from pingcap/zimuxia/unify-assign
*: unify expression.Assignment in parser
|
2015-10-29 14:38:50 +08:00 |
|
|
|
da556cbaa4
|
*: unify expression.Assignment in parser
|
2015-10-29 14:24:37 +08:00 |
|
|
|
89e20fcfec
|
Merge pull request #474 from pingcap/zimuxia/replace-func
Replace func
|
2015-10-29 09:55:20 +08:00 |
|
|
|
ad94d351e5
|
expression: keep replace in order in builtin
|
2015-10-29 09:29:57 +08:00 |
|
|
|
372f30ada7
|
testutil: Fix a bug and add few test cases.
|
2015-10-28 22:11:20 +08:00 |
|
|
|
784a677317
|
expression: handle DataItem nil
|
2015-10-28 21:08:38 +08:00 |
|