1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

mysqlslap.result, mysqlslap.test:

Post-commit fix.
This commit is contained in:
gshchepa/uchum@gleb.loc
2007-09-27 13:15:15 +05:00
parent 590d289591
commit 1d12cdfcc4
2 changed files with 3 additions and 0 deletions

View File

@ -216,3 +216,4 @@ DROP SCHEMA IF EXISTS `mysqlslap`;
#
DROP PROCEDURE IF EXISTS p1;
CREATE PROCEDURE p1() SELECT 1;
DROP PROCEDURE p1;