Commit Graph

570 Commits

Author SHA1 Message Date
113cbf2cdc *: Address comments 2015-09-20 22:59:43 +08:00
1400803273 Merge remote-tracking branch 'origin/master' into shenli/create-user 2015-09-20 16:25:54 +08:00
428c629dee stmts: Add missing files 2015-09-20 16:22:14 +08:00
227c9a16d1 *: Support basic create user statement
Support create user with authstring
2015-09-20 16:20:11 +08:00
4213406796 Merge pull request #201 from pingcap/coocood/parser-where-cleanup
parser: make WhereClauseOptional return Expression.
2015-09-20 15:50:04 +08:00
bda68363c2 parser: fix test case 2015-09-20 15:45:32 +08:00
8b6093a190 parser: add test case for where clause in select
where clause in update and delete is already covered in parser_test.go.
2015-09-20 15:41:33 +08:00
a4df8a99d1 Merge pull request #206 from pingcap/qiuyesuifeng/fix-show-stmt-bug
stmt/stmts: fix show stmt use current db bug.
2015-09-20 15:20:23 +08:00
28b0c73407 tidb_test: address comment. 2015-09-20 15:08:07 +08:00
746d8ce4b2 tidb_test: address comment. 2015-09-20 14:57:57 +08:00
e6339e52fc stmt/stmts: fix show stmt use current db bug. 2015-09-20 14:05:25 +08:00
a3d9409f6b Merge pull request #198 from pingcap/qiuyesuifeng/golint-makefile
Add golint package get in makefile and update ci.
2015-09-20 13:37:54 +08:00
609bbac4a4 parser: Support CreateUser syntax 2015-09-20 11:28:57 +08:00
0ddf7b8921 Merge pull request #195 from pingcap/shenli/set-password
Shenli/set password
2015-09-20 11:26:28 +08:00
f9794831aa Merge pull request #205 from pingcap/goroutine/update-roadmap
roadmap: Change status of MySQL protocol to checked.
2015-09-20 11:12:50 +08:00
15d1899478 *: Address comment 2015-09-20 11:11:39 +08:00
a3214e8537 Remove WIP tag 2015-09-20 10:58:06 +08:00
a19fa6d03d roadmap: Change status of MySQL protocol to checked.
Since we have already support MySQL protocol.
2015-09-20 09:57:56 +08:00
2f8235688f Merge pull request #202 from pingcap/coocood/rset-cleanup
rset: remove redundant rset layer.
2015-09-20 09:52:50 +08:00
732ebf6b48 rset: remove redundant rset layer.
Clean up.
2015-09-20 00:15:05 +08:00
3953692391 parser: make WhereClauseOptional return Expression.
WhereClauseOptional is used as Expression more than WhereRset.
2015-09-19 23:30:09 +08:00
4b80cd2c70 *: Address comments 2015-09-19 18:49:41 +08:00
03313d8a96 travis: update ci. 2015-09-19 17:15:02 +08:00
bb157634a1 makefile: tiny clean up. 2015-09-19 17:04:03 +08:00
df5e6318dd makefile: add golint get to makefile. 2015-09-19 16:53:22 +08:00
b2ab5e5b1a stmts: Support SET PASSWORD and add unittest 2015-09-19 10:50:22 +08:00
00bf40f760 Merge pull request #182 from pingcap/siddontang/correlated-subquery
refactor subquery to support correlated subquery
2015-09-19 10:00:21 +08:00
fd672f4e3e Merge pull request #191 from pingcap/shenli/add-user-table
tidb-server: Add bootstrap method to create user table.
2015-09-19 09:44:11 +08:00
c36b66b6d4 tidb-server: Address comment 2015-09-18 23:59:43 +08:00
773970f073 tidb: add subquery test 2015-09-18 20:47:17 +08:00
2921451e46 tidb-server: Address comment 2015-09-18 17:34:17 +08:00
7b90a3b6b1 WIP: Support set password 2015-09-18 17:32:49 +08:00
58a4956276 *: use Wrap to not miss error msg 2015-09-18 15:59:42 +08:00
7059052680 expressions: Address comment 2015-09-18 15:48:10 +08:00
922ffc9eab Merge pull request #192 from pingcap/shenli/builtin-info
expressions: Extract builtin information functions to builtin_info.go
2015-09-18 14:55:36 +08:00
d9a8c7e4f2 *: use RowStack to rector and simplify outer query 2015-09-18 14:52:05 +08:00
146f1835cd expressions: Extract builtin information functions to builtin_info.go 2015-09-18 13:54:53 +08:00
8d1c563556 tidb-server: Add bootstrap methord to create. user table.
1. Create mysql.user table and add default user.
2. Change tidb-server unittest port to 4001 to prevent conflict with
tidb-server default port.
2015-09-18 13:26:37 +08:00
63f147decf Merge pull request #187 from pingcap/siddontang/null-safe-compare
support null safe <=> compare
2015-09-18 12:46:31 +08:00
0fb2455f18 Merge pull request #186 from Unknwon/make-server-target
Makefile: able to specify binary location
2015-09-18 12:39:04 +08:00
08b755a171 Merge pull request #190 from pingcap/zimuxia/bit-unit-test
table: Add the bit unit test
2015-09-18 12:10:06 +08:00
xia
3e14f60186 table: update test 2015-09-18 11:47:04 +08:00
xia
a337b5858e Merge remote-tracking branch 'origin/master' 2015-09-18 11:27:35 +08:00
529bafe62f Merge pull request #189 from pingcap/shenli/remove-tidb-server-binary
tidb-server: Remove tidb-server binary file from repo
2015-09-18 11:20:32 +08:00
xia
b3837beee4 table: add the bit unit test 2015-09-18 10:55:03 +08:00
ae54282940 *: rename files outer_query -> row_stack 2015-09-18 10:50:25 +08:00
295f5ed576 tidb-server: Remove tidb-server binary file from repo 2015-09-18 10:36:19 +08:00
dc1d41f635 tidb: add null eq test 2015-09-18 07:32:52 +08:00
9bcc099368 expressions: support NullEQ comparison 2015-09-18 07:04:05 +08:00
0e7bec82cd parser: support null eq <=> 2015-09-18 07:03:38 +08:00