refactor: refs #6499 Added comments
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
cba0e55846
commit
b8e6cc9f9c
|
@ -5,7 +5,7 @@ CREATE OR REPLACE DEFINER=`root`@`localhost` PROCEDURE `vn`.`balanceNestTree_add
|
||||||
)
|
)
|
||||||
BEGIN
|
BEGIN
|
||||||
/**
|
/**
|
||||||
* Agrega u nuevo nodo hijo a un nodo existente dentro de la estructura
|
* Agrega un nuevo nodo hijo a un nodo existente dentro de la estructura
|
||||||
* de árbol de vn.balanceNestTree.
|
* de árbol de vn.balanceNestTree.
|
||||||
*
|
*
|
||||||
* @param vSelf Identificador del nodo
|
* @param vSelf Identificador del nodo
|
||||||
|
|
Loading…
Reference in New Issue