faf139eae1
executor: Fix losing the auth string on changing SSL/TLS requirements ( #25268 )
2021-06-10 23:22:29 +08:00
7f4f5c0236
*: Change dynamic privileges to non-experimental ( #24914 )
2021-05-28 23:29:36 +08:00
18cbfaac15
*: enable gosimple linter ( #24617 )
2021-05-14 09:15:38 +08:00
dc5c226423
execution: Fix issue 24439 Inconsistent error with MySQL for GRANT CREATE USER ON <specific db>.* ( #24485 )
2021-05-13 11:15:39 +08:00
90d02b2eed
*: add support for dynamic privileges ( #22778 )
2021-04-01 00:17:24 +08:00
17eca20f18
executor, privilege: fix failure on grant USAGE privilege operation ( #22748 )
2021-03-02 22:30:54 +08:00
28c9e9290b
*: gocritic fixes for commentFormatting ( #21578 )
2020-12-09 12:03:17 +08:00
8f0091ef17
privilege: fix atomic problem of GRANT and REVOKE ( #14219 )
2020-03-02 15:58:18 +08:00
e4eb58c86d
executor: grant table level privilege should check table exist ( #14540 )
2020-01-30 11:57:23 +08:00
39ed9f326a
executor: Speed up unit tests ( #14357 )
2020-01-06 21:20:09 +08:00
cd07c4550d
*: support certificate based authentication ( #13955 )
2019-12-23 11:37:29 +08:00
9a074ca8a7
executor: fix inconsistent of grants privileges with MySQL when executing grant all on ... ( #12330 )
2019-10-23 11:33:53 +08:00
62d37a8356
executor: fix the error message when granting to a non-exist user ( #10239 )
2019-05-05 22:11:38 +08:00
98b96cc769
executor: speedup unit tests by spliting them into separate suites ( #8618 )
2018-12-24 21:37:12 +08:00
558e02dbce
executor: fix grant operation in ANSI_QUOTES sql mode ( #8561 )
2018-12-04 20:55:24 +08:00
ce6a7150b3
executor: Support NO_AUTO_CREATE_USER sql mode ( #8160 )
2018-11-12 13:45:37 +08:00
89dda9d9a8
*: move parser to a separate repository ( #8036 )
2018-10-25 11:12:10 +08:00
67f920a650
executor: Improve the aesthetics of code review ( #6137 )
2018-03-31 17:06:19 +08:00
6f9457e373
executor: use tearDownTest instead of defer ( #4499 )
2017-09-12 01:02:41 -05:00
b4f20e6f0b
util/testkit: refine testkit ( #3177 )
2017-04-29 23:20:49 +08:00
2bac467c0d
with some spelling mistakes ( #2986 )
2017-04-05 10:34:09 +08:00
ef1b2c9ae6
executor: grant statement would create user if not exist ( #2756 )
2017-03-06 15:04:30 +08:00
92a0b89771
parser: grant select on test.* to 'test' ( #2757 )
2017-03-01 12:50:40 +08:00
f7c95f3f42
executor: grant statement allow pattern string in db and table name ( #2688 )
2017-02-22 22:59:18 +08:00
dcc7715ec2
*: support with grant option for grant statement ( #2647 )
2017-02-16 12:58:07 +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
138a40eca7
*: Support grant stmt in new plan.
2016-02-17 14:51:07 +08:00