|
|
4c3b015edd
|
stmts: Support grant column scope privilege
|
2015-10-02 23:09:56 +08:00 |
|
|
|
2eb08c0033
|
Merge remote-tracking branch 'origin/master' into shenli/add-priv-step2
|
2015-10-02 15:37:04 +08:00 |
|
|
|
a656533fcf
|
*: Finish table scope privilege grant statement
|
2015-10-02 15:16:58 +08:00 |
|
|
|
e56365ed25
|
stmts: Finish grant db scope privilege
|
2015-09-30 22:36:51 +08:00 |
|
|
|
f1423500d3
|
*: Finish grant global privilege and add uinttest
|
2015-09-30 17:08:43 +08:00 |
|
|
|
49ae9493e3
|
stmts: ShowStmt uses SetCondition to binds like or where
|
2015-09-28 10:49:31 +08:00 |
|
|
|
8a870d2699
|
*: Support grant statement syntax
Finish syntax parser.
TODO: Implement GrantStmt.Exec()
|
2015-09-28 00:14:06 +08:00 |
|
|
|
198099d378
|
*: Create privilege tables in bootstrap stage
Prepare for grant statement.
|
2015-09-27 17:46:36 +08:00 |
|
|
|
4b5f87c98a
|
*: rename EmptyFieldList to more sense FromDual name
Dual is a dummy table, `select 1, 2` is equivalent to `select 1, 2 from
dual`, and dual is widely known.
|
2015-09-24 08:02:43 +08:00 |
|
|
|
48deaeb38a
|
stmts: use GetIdentValue to support qualified name
|
2015-09-22 17:17:31 +08:00 |
|
|
|
604d78da45
|
stmts: delete where support qualified name
|
2015-09-22 14:40:01 +08:00 |
|
|
|
50fb972258
|
*: support show collation
|
2015-09-22 09:20:36 +08:00 |
|
|
|
e91233533e
|
expression: fix import
|
2015-09-21 18:55:17 +08:00 |
|
|
|
37cf491651
|
*: Address comments
|
2015-09-21 15:54:12 +08:00 |
|
|
|
2c2e025305
|
Merge pull request #207 from pingcap/shenli/create-user
Support basic create user statement
|
2015-09-21 09:43:46 +08:00 |
|
|
|
85d13c7e82
|
stmts: Address comments
|
2015-09-20 23:19:05 +08:00 |
|
|
|
113cbf2cdc
|
*: Address comments
|
2015-09-20 22:59:43 +08:00 |
|
|
|
e68f558e11
|
*: merge master and fix conflict
|
2015-09-20 19:29:46 +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 |
|
|
|
e6339e52fc
|
stmt/stmts: fix show stmt use current db bug.
|
2015-09-20 14:05:25 +08:00 |
|
|
|
2c31d4a139
|
merge from master and fix conflict
|
2015-09-20 13:00:25 +08:00 |
|
|
|
0ddf7b8921
|
Merge pull request #195 from pingcap/shenli/set-password
Shenli/set password
|
2015-09-20 11:26:28 +08:00 |
|
|
|
15d1899478
|
*: Address comment
|
2015-09-20 11:11:39 +08:00 |
|
|
|
732ebf6b48
|
rset: remove redundant rset layer.
Clean up.
|
2015-09-20 00:15:05 +08:00 |
|
|
|
0c81acb99a
|
*: support show variables where syntax
|
2015-09-19 22:09:59 +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 |
|
|
|
7b90a3b6b1
|
WIP: Support set password
|
2015-09-18 17:32:49 +08:00 |
|
|
|
d9a8c7e4f2
|
*: use RowStack to rector and simplify outer query
|
2015-09-18 14:52:05 +08:00 |
|
|
|
0dcf4c92f1
|
Merge pull request #183 from pingcap/zimuxia/autocommit
*: add autocommit judgment and test
|
2015-09-17 17:48:44 +08:00 |
|
|
|
1bd9a1e740
|
*: rename SetStatus to SetStatusFlag
|
2015-09-17 16:47:53 +08:00 |
|
|
|
587e5d6250
|
*: update IsAutocommit and SetStatus
|
2015-09-17 16:04:08 +08:00 |
|
|
|
c6df21ad68
|
*: Address comments
|
2015-09-17 15:01:53 +08:00 |
|
|
|
f6e34c31b5
|
stmts: Fix bug for update when JoinTable with alias table name.
Fix bug found in beego/orm
|
2015-09-17 13:07:18 +08:00 |
|
|
|
6fb768fbcb
|
*: refactor OuterQuery
|
2015-09-16 22:13:12 +08:00 |
|
|
|
b594a96902
|
stmts: Rename id to handle
|
2015-09-16 19:53:30 +08:00 |
|
|
|
be97fcb58f
|
Merge pull request #168 from pingcap/shenli/fix-update-multiple-table
stmts: Fix bug in update single-table syntax but with multiple tables
|
2015-09-16 19:50:34 +08:00 |
|
|
|
6ec054f446
|
stmts: Address comments and modify a unit test case
|
2015-09-16 17:53:12 +08:00 |
|
|
|
e6e120697e
|
*: fix outer query for order by
|
2015-09-16 17:25:08 +08:00 |
|
|
|
a2ab4307ac
|
Merge branch 'master' into zimuxia/status-in-trans
Conflicts:
tidb_test.go
|
2015-09-16 15:37:01 +08:00 |
|
|
|
73df308a03
|
*: remove DisableAutocommit and rename IsAutocommit to ShouldAutocommit
|
2015-09-16 15:31:29 +08:00 |
|
|
|
279c160fc0
|
plans,stmts: use a single OuterQuery in one select flow.
|
2015-09-16 15:21:41 +08:00 |
|
|
|
70cfab15d7
|
stmts: Fix bug in update single-table syntax but with multiple tables
Fix bug found in beego/orm
|
2015-09-16 14:58:03 +08:00 |
|
|
|
bee6991a78
|
*: support outer query for correlated sub query.
|
2015-09-16 12:05:42 +08:00 |
|
|
|
116098baf9
|
plan: Closes plans that do not return in Recordset, adds some docs.
|
2015-09-15 21:37:26 +08:00 |
|
|
|
e5d9130b77
|
plan: remove Do method.
|
2015-09-15 19:54:59 +08:00 |
|
|
|
70ac9d2e4f
|
stmts: Address comments
|
2015-09-15 16:11:39 +08:00 |
|
|
|
bc216912f0
|
Merge remote-tracking branch 'origin/master' into shenli/issue-108
Conflicts:
parser/parser_test.go
|
2015-09-15 16:04:04 +08:00 |
|