0e23da6e7c
*: create a user using tidb_auth_token authentication ( #38585 )
...
ref pingcap/tidb#38504
2022-10-31 11:47:59 +08:00
17c7bcc85e
executor: fix the missing Grantor when querying mysql.tables_priv ( #38461 )
...
close pingcap/tidb#38293
2022-10-20 11:39:54 +08:00
671fe70876
executor: grant privilege to table now check table existence use case insensitive ( #36778 )
...
close pingcap/tidb#34610
2022-08-02 13:06:05 +08:00
65e0b8e541
client: KV requests with source label ( #34833 )
...
close pingcap/tidb#33963
2022-07-01 19:46:39 +08:00
e1f9e0affe
executor: fix panic when granting privilege to a non-exists user ( #35365 )
...
close pingcap/tidb#35310
2022-06-14 16:52:33 +08:00
395ccbe22d
privilege: limit the privileges in memory schemas ( #35260 )
...
close pingcap/tidb#35205
2022-06-13 18:42:32 +08:00
dce5064e9e
parser, executor: consistently lower identity hostnames ( #33172 )
...
close pingcap/tidb#33061
2022-05-25 12:36:46 +08:00
2258bc54c4
txn: Add EnterNewTxn and OnStmtStart methods to TxnManager ( #34263 )
...
close pingcap/tidb#34390
2022-05-07 21:02:32 +08:00
1bf64c60f4
*: Refactor FieldType structure ( #33569 )
...
close pingcap/tidb#32116
2022-04-26 19:28:51 +08:00
e45387309b
executor: fix error msg of granting non-table level privilege ( #29321 )
2021-11-23 15:05:50 +08:00
8f7ed14050
executor: fix drop role not work as expected in the show result. ( #29667 )
2021-11-15 09:41:06 +08:00
55a38a1c76
*: tiny clean up the RecordSet NewChunk() method ( #29232 )
2021-11-02 20:02:51 +08:00
a9c249feb1
executor: grant to non-existent table with at least create privilege ( #29273 )
2021-11-01 09:22:50 +08:00
555907823d
executor: support GRANT/REVOKE ON non-existent table ( #28882 )
2021-10-19 11:40:42 +08:00
94e30df8e2
parser: fix compiling, add unit tests ( #28700 )
2021-10-11 23:15:25 +08:00
e52dbd6b7d
domain, executor: make flush privilege propagate via etcd ( #27958 )
2021-09-30 13:34:47 +08:00
74b329402d
executor: return error for GRANT ALL ON performance_schema.* ( #28219 )
2021-09-27 21:26:47 +08:00
a7cba16084
privileges: fix case sensitive compare of dbname when grant in table level ( #27738 )
2021-09-08 13:48:57 +08:00
7755d25aba
*: Integrate SkyWalking-eyes to check license headers in CI and fix licenses headers ( #27198 )
2021-08-16 18:52:00 +08:00
a27d306e65
go.mod: update parser to version 20210728060616 ( #26696 )
2021-07-29 15:30:17 +08:00
2b192e3149
topsql: refine collect information for DDL and internal SQL ( #26047 )
2021-07-15 16:13:36 +08:00
f23e1004ac
*: Support for caching_sha2_password authentication ( #24991 )
2021-07-05 11:15:28 +08:00
9cf25b6c24
executor: check privilege before adding ( #23519 )
2021-07-01 10:09:26 +08:00
7f4f5c0236
*: Change dynamic privileges to non-experimental ( #24914 )
2021-05-28 23:29:36 +08:00
c287bcb48c
executor: Add plugin column to mysql.user ( #24894 )
2021-05-28 16:33:36 +08:00
bfdad7c752
*: milisecond test and infoschema fix ( #24820 )
2021-05-24 18:27:34 +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
5e9e0e6e37
*: consitent get infoschema ( #24230 )
2021-05-10 21:00:36 +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
b226130926
session: fix linearizability for non-autocommit async-commit txn ( #22879 )
...
* fix linearizability for non-autocommit async-commit txntxn
Signed-off-by: Yilin Chen <sticnarf@gmail.com >
* add IsExplicit flag
Signed-off-by: Yilin Chen <sticnarf@gmail.com >
* set missing cases
Signed-off-by: Yilin Chen <sticnarf@gmail.com >
* remove redundant assignment
Signed-off-by: Yilin Chen <sticnarf@gmail.com >
* revert go sum change
Signed-off-by: Yilin Chen <sticnarf@gmail.com >
* fmt
Signed-off-by: Yilin Chen <sticnarf@gmail.com >
* clarify comment
Signed-off-by: Yilin Chen <sticnarf@gmail.com >
Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com >
2021-02-24 13:32:48 +08:00
4172f473da
*: adapt new api for the executor package ( #22644 )
...
Signed-off-by: xhe <xw897002528@gmail.com >
2021-02-04 17:32:15 +08:00
9e16c59ef0
privileges: support require SAN ( #17539 )
2020-06-05 11:24:43 +08:00
8f0091ef17
privilege: fix atomic problem of GRANT and REVOKE ( #14219 )
2020-03-02 15:58:18 +08:00
344c48d3b4
*: change field name 'password' to 'authentication_string' in mysql.user ( #14598 )
2020-02-19 11:58:42 +08:00
e4eb58c86d
executor: grant table level privilege should check table exist ( #14540 )
2020-01-30 11:57:23 +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
073ab9b6a3
*: refactor RestrictedSQLExecutor ( #11904 )
2019-08-28 19:17:19 +08:00
6d51ad33fd
*: Optimize struct memory usage by adjust field order ( #11629 )
2019-08-13 17:20:53 +08:00
abbca5375e
*: add trace support for subquery ( #11182 )
...
Test pass, auto merge by Bot
2019-07-24 19:03:47 +08:00
d244723a5e
executor: remove unused structure RecordBatch ( #10891 )
2019-06-26 15:26:16 +08:00
78881f6d2d
executor: execute some statement (create user grant etc) would commit current transaction automically ( #10707 )
2019-06-06 15:45:48 +08:00
62d37a8356
executor: fix the error message when granting to a non-exist user ( #10239 )
2019-05-05 22:11:38 +08:00
e9653675dd
*: remove errors.Trace in main handle path ( #10033 )
2019-04-04 14:27:15 +08:00
00c4ff4fa9
*: refactor Executor.Next() to receive RecordBatch ( #8994 )
2019-01-14 15:04:36 +08:00
c137cada68
*: change golang.org/x/net/context to standard context ( #8579 )
2018-12-05 13:54:00 +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
32b1dbd8d5
*: rename "github.com/pkg/errors" to "github.com/pingcap/errors" ( #8136 )
...
We import "github.com/pkg/errors" in the code, and actually put
the "github.com/pingcap/errors" there in the vendor path.
That's a dirty hack, and prevent the introduce of Go module.
2018-11-01 16:09:07 +08:00