UDF test documented

This commit is contained in:
Juan Ferrer 2019-12-02 21:13:19 +01:00
parent 50bc2a1e37
commit 0be46b976c
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
/**
* Run this script and monitor server memory to make sure
* there are no memory leaks.
*/
DELIMITER $$
CREATE PROCEDURE udf_test(vLoops BIGINT)