refs #2687 feat: comments
gitea/salix/pipeline/pr-test There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2024-02-14 09:32:44 +01:00
parent b9a624d9cd
commit fb1d11af17
3 changed files with 0 additions and 6 deletions

View File

@ -1,6 +1,4 @@
DELIMITER $$
$$
CREATE OR REPLACE DEFINER=`root`@`localhost` PROCEDURE `util`.`tx_commit`(IN tx BOOL)
BEGIN
/**

View File

@ -1,6 +1,4 @@
DELIMITER $$
$$
CREATE OR REPLACE DEFINER=`root`@`localhost` PROCEDURE `util`.`tx_rollback`(tx BOOL)
BEGIN
/**

View File

@ -1,8 +1,6 @@
DELIMITER $$
$$
CREATE OR REPLACE DEFINER=`root`@`localhost` PROCEDURE `util`.`tx_start`(tx BOOL)
BEGIN
/**