|
|
8d9647dee5
|
privileges: fix create temporary tables privilege (#29279)
|
2021-11-01 16:46:51 +08:00 |
|
|
|
c1ec51e049
|
privilege: add Event and Routine privilege on db level (#28690)
|
2021-10-13 14:07:27 +08:00 |
|
|
|
77e63887f2
|
[parser] mysql: add references priv in AllColumnPrivs (#1358)
|
2021-10-09 14:53:23 +08:00 |
|
|
|
a1ff6f89c9
|
[parser] Create TMP Tables issue fix (#1359)
|
2021-10-09 14:53:23 +08:00 |
|
|
|
d1694fad47
|
[parser] Grant lock tables issue fix (#1316)
|
2021-10-09 14:53:23 +08:00 |
|
|
|
70855c9d0e
|
[parser] Added ReferencesPriv to DB and Table level, see tidb issue 26703 (#1304)
|
2021-10-09 14:53:23 +08:00 |
|
|
|
397683047e
|
[parser] parser: Fix tidb issue 24439 Inconsistent error with MySQL for GRANT CREATE USER ON <specific db>.* (#1224)
* add StaticGlobalOnlyPrivs
* fix
|
2021-10-09 14:53:23 +08:00 |
|
|
|
0b7ab92e3a
|
[parser] mysql: small privileges refactor (#1198)
* mysql: extract privs out
Signed-off-by: xhe <xw897002528@gmail.com>
* mysql: add priv.String()
Signed-off-by: xhe <xw897002528@gmail.com>
* mysql: add privs.Has()
Signed-off-by: xhe <xw897002528@gmail.com>
* mysql: add p.SetString() and p.ColumnString()
Signed-off-by: xhe <xw897002528@gmail.com>
* mysql: add NewPrivFromSetEnum/Column
Signed-off-by: xhe <xw897002528@gmail.com>
* *: add license
Co-authored-by: kennytm <kennytm@gmail.com>
* *: complete the license
Signed-off-by: xhe <xw897002528@gmail.com>
Co-authored-by: kennytm <kennytm@gmail.com>
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2021-10-09 14:53:23 +08:00 |
|