updated integration tests

This commit is contained in:
Ben Mildren 2020-07-10 15:48:29 +01:00
parent 815ad0de99
commit e4faab0e57
120 changed files with 2326 additions and 2281 deletions

View file

@ -1,5 +0,0 @@
USE bar;
DELIMITER ;;
CREATE PROCEDURE `procedure` ()
SELECT * FROM bar;;
DELIMITER ;