mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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 extract_table_from_file_name;
|
||||
|
||||
DELIMITER $$
|
||||
|
||||
CREATE DEFINER='root'@'localhost' FUNCTION extract_table_from_file_name (
|
||||
CREATE DEFINER='mariadb.sys'@'localhost' FUNCTION extract_table_from_file_name (
|
||||
path VARCHAR(512)
|
||||
)
|
||||
RETURNS VARCHAR(64)
|
||||
|
Reference in New Issue
Block a user