mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-28 21:31:27 -07:00
initial commit
This commit is contained in:
parent
9fcbbaad81
commit
76a1adffef
108 changed files with 8729 additions and 42 deletions
5
tests/integration/mysql_user/files/create-procedure.sql
Normal file
5
tests/integration/mysql_user/files/create-procedure.sql
Normal file
|
@ -0,0 +1,5 @@
|
|||
USE bar;
|
||||
DELIMITER ;;
|
||||
CREATE PROCEDURE `procedure` ()
|
||||
SELECT * FROM bar;;
|
||||
DELIMITER ;
|
Loading…
Add table
Add a link
Reference in a new issue