Commit Graph

26 Commits

Author SHA1 Message Date
0af8520a78 sessionctx/variable: remove dependency on context package. (#2064)
Makes using session variable easier and faster.
Prepare for use session variable to handle data truncated error.
2016-11-23 14:39:48 +08:00
1c6c145f94 *: Set custom verbose flag to true (#1956)
* *: set custom verbose flag to true

* *: update .gitignore
2016-11-05 18:00:13 +08:00
3e3ae885f4 *: make race with debug level (#1687)
* *: make race with debug level

* *: fix the problem of compatibility on the Mac

* ddl: pass make race
2016-09-05 15:42:47 +08:00
d2b4ad8814 *: Pass make race (#1521) 2016-07-29 18:45:55 +08:00
0450ba0b47 *: unify "See url" format (#1391)
* *: unify "See url" format
2016-07-05 11:21:10 +08:00
08034540f0 *: Add leak test
* *: add leak test and tiny clean up

* *: unify test format and add leak test

Conflicts:
	store/localstore/compactor_test.go
	mysql/error_test.go
*: add leak test
2016-04-07 20:53:45 +08:00
e697aa3e7e *: Unify import check format and unify test format 2016-04-06 10:47:44 +08:00
xia
6aacddd44e *: unify error format 2016-03-31 16:20:47 +08:00
515f193bd2 *: Remove coldef package
There are lots of redundancies between ast and coldef. So we remove
coldef.
2016-03-05 19:11:04 +08:00
3a25f68469 *: replace interface with Datum in ast.Row. 2016-03-02 15:32:42 +08:00
b5fbabc05e *: Remove plan.go/stmt.go/rset.go
Move interface into ast and remove interfaces.
2016-03-01 13:53:48 +08:00
a66bc590bc util/codec: remove stringFlag 2015-12-11 12:47:20 +08:00
1569edef98 privileges: Address comment 2015-10-30 23:07:36 +08:00
a77e4df407 *: Add privilege check for drop table. 2015-10-30 14:00:02 +08:00
e7a7a0b035 *: Add a test util function to compare unordered string slice 2015-10-28 17:34:10 +08:00
7309adf048 *: Add test case for show grants plan and fix a few bugs 2015-10-28 16:52:58 +08:00
0d1abd5f0b *: Implement ShowGrants for UserPrivileges and add some test cases 2015-10-28 13:27:49 +08:00
09b66390cf *: Support show grants syntax and add ShowGrant interface to UserPrivileges 2015-10-27 22:01:07 +08:00
d7f1e153d3 *: Replace errors.Errorf with errors.New 2015-10-27 14:59:10 +08:00
36119a90e2 privileges: Replace panic with error. 2015-10-27 14:09:34 +08:00
e907d2f84e privileges: Address comment 2015-10-27 13:06:22 +08:00
9df627b816 privilege: Address comment 2015-10-23 16:38:21 +08:00
35f2e98449 *: Refactor privileges
Address comments
2015-10-22 11:31:35 +08:00
138497aaf5 *: Add privilege checker and unit tests. 2015-10-20 16:46:58 +08:00
fd9bcc6f98 privilege: backup 2015-10-20 08:42:36 +08:00
aab178446e privilege: Add privilege checker interface 2015-10-19 22:25:04 +08:00