mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-29 16:11:26 -07:00
Add tests users
This commit is contained in:
parent
31a5eb8739
commit
3d99d94193
2 changed files with 104 additions and 10 deletions
|
@ -0,0 +1,7 @@
|
|||
DELIMITER //
|
||||
DROP PROCEDURE IF EXISTS users_privs_db.get_all_items;
|
||||
CREATE PROCEDURE users_privs_db.get_all_items()
|
||||
BEGIN
|
||||
SELECT * from users_privs_db.t1;
|
||||
END //
|
||||
DELIMITER ;
|
Loading…
Add table
Add a link
Reference in a new issue