1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-15851 Stop creating mysql.host table

Changed bootstrap scripts, adjusted result files.
This commit is contained in:
Vladislav Vaintroub
2018-08-16 18:12:13 +01:00
parent 734db318ac
commit ead9a34a3e
54 changed files with 29 additions and 492 deletions

View File

@@ -7079,12 +7079,6 @@ call procedure2();
ControlRev
NULL
drop procedure procedure2;
SELECT
(SELECT user FROM mysql.user
WHERE h.host in (SELECT host FROM mysql.user)
) AS sq
FROM mysql.host h GROUP BY h.host;
sq
#
# MDEV-7846:Server crashes in Item_subselect::fix
#_fields or fails with Thread stack overrun