mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-22 14:01:44 -07:00
change filter name to user_accounts
This commit is contained in:
parent
71abdd7567
commit
db43c34f63
5 changed files with 98 additions and 98 deletions
|
@ -1,7 +1,7 @@
|
|||
DELIMITER //
|
||||
DROP PROCEDURE IF EXISTS users_privs_db.get_all_items;
|
||||
CREATE PROCEDURE users_privs_db.get_all_items()
|
||||
DROP PROCEDURE IF EXISTS user_accounts_db.get_all_items;
|
||||
CREATE PROCEDURE user_accounts_db.get_all_items()
|
||||
BEGIN
|
||||
SELECT * from users_privs_db.t1;
|
||||
SELECT * from user_accounts_db.t1;
|
||||
END //
|
||||
DELIMITER ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue