mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-9077 sys schema . use 'mariadb.sys'@'localhost' as definer for views
This commit is contained in:
@ -17,7 +17,7 @@ DROP FUNCTION IF EXISTS format_bytes;
|
||||
|
||||
DELIMITER $$
|
||||
|
||||
CREATE DEFINER='root'@'localhost' FUNCTION format_bytes (
|
||||
CREATE DEFINER='mariadb.sys'@'localhost' FUNCTION format_bytes (
|
||||
-- We feed in and return TEXT here, as aggregates of
|
||||
-- bytes can return numbers larger than BIGINT UNSIGNED
|
||||
bytes TEXT
|
||||
|
Reference in New Issue
Block a user