Commit 06bfd147 authored by Bjorn Munch's avatar Bjorn Munch

upmerge 11766654

parents 4cb30723 a6212dda
...@@ -72,3 +72,13 @@ BEGIN ...@@ -72,3 +72,13 @@ BEGIN
mysql.user; mysql.user;
END|| END||
--
-- Procedure used by test case used to force all
-- servers to restart after testcase and thus skipping
-- check test case after test
--
CREATE DEFINER=root@localhost PROCEDURE force_restart()
BEGIN
SELECT 1 INTO OUTFILE 'force_restart';
END||
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment