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:
@ -22,7 +22,7 @@ DELIMITER $$
|
||||
-- Before that, user variables could have any length.
|
||||
--
|
||||
-- Based on Paul Dubois' suggestion in Bug #78823/Bug #22011361.
|
||||
CREATE DEFINER='root'@'localhost' FUNCTION quote_identifier(in_identifier TEXT)
|
||||
CREATE DEFINER='mariadb.sys'@'localhost' FUNCTION quote_identifier(in_identifier TEXT)
|
||||
RETURNS TEXT CHARSET UTF8
|
||||
COMMENT '
|
||||
Description
|
||||
|
Reference in New Issue
Block a user