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:
@@ -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
|
||||
|
Reference in New Issue
Block a user