refs #4409 Remove old recalc code #2300
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2300
Loading…
Reference in New Issue
No description provided.
Delete Branch "4409-binlog"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: refs #4409to refs #4409 Remove old recalc codeLa unica cosa a comentar es que aqui no has usado create or replace, pero imagino que no aporta nada
CREATE PROCEDURE
tmp
.ticket_recalc
@ -2626,2 +2625,3 @@
DECLARE vTicketFk INT;
CALL `vn`.`ticket_doRecalc`();
DECLARE cCur CURSOR FOR SELECT id FROM vn.ticket;
Nombre del cursor
@ -0,0 +22,4 @@
DECLARE CONTINUE HANDLER FOR NOT FOUND
SET vDone = TRUE;
OPEN cCur;
cCur -> cTickets