Alexey Botchkov
e9fd327ee3
MDEV-17399 Add support for JSON_TABLE.
...
The specific table handler for the table functions was introduced,
and used to implement JSON_TABLE.
2021-04-21 10:21:43 +04:00
Marko Mäkelä
50a11f396a
Merge 10.4 into 10.5
2020-08-01 14:42:51 +03:00
Sergei Golubchik
153cd6a27f
MDEV-23237 mariadb.sys has too many privileges
...
don't GRANT UPDATE ON mysql.global_priv TO mariadb.sys@localhost;
2020-07-31 09:00:05 +02:00
Sergei Golubchik
13038e4705
Merge branch '10.4' into 10.5
2020-05-09 20:43:36 +02:00
Oleksandr Byelkin
0253ea7f22
MDEV-19650: Privilege bug on MariaDB 10.4
...
Also fixes:
MDEV-21487: Implement option for mysql_upgrade that allows root@localhost to be replaced
MDEV-21486: Implement option for mysql_install_db that allows root@localhost to be replaced
Add user mariadb.sys to be definer of user view
(and has right on underlying table global_priv for
required operation over global_priv
(SELECT,UPDATE,DELETE))
Also changed definer of gis functions in case of creation,
but they work with any definer so upgrade script do not try
to push this change.
2020-05-07 10:54:56 +02:00
Alexander Barkov
a1e330de5a
MDEV-21743 Split up SUPER privilege to smaller privileges
2020-03-10 23:49:47 +04:00
Oleksandr Byelkin
646d1ec83a
Merge branch '10.3' into 10.4
2020-02-11 14:40:35 +01:00
Oleksandr Byelkin
fafb35ee51
MDEV-20076: SHOW GRANTS does not quote role names properly
...
Quotes added to output.
2020-02-05 17:22:26 +01:00
Oleksandr Byelkin
c07325f932
Merge branch '10.3' into 10.4
2019-05-19 20:55:37 +02:00
Oleksandr Byelkin
c51f85f882
Merge branch '10.2' into 10.3
2019-05-12 17:20:23 +02:00
Sergei Golubchik
4abb8216a0
MDEV-17658 change the structure of mysql.user table
...
Implement User_table_json.
Fix scripts to use mysql.global_priv.
Fix tests.
2018-12-12 00:31:44 +01:00
Oleksandr Byelkin
de745ecf29
MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations
2018-07-04 19:13:55 +02:00
Michael Widenius
a7abddeffa
Create 'main' test directory and move 't' and 'r' there
2018-03-29 13:59:44 +03:00