upmerge 11766654

This commit is contained in:
Bjorn Munch 2011-08-22 14:36:52 +02:00
commit 06bfd1476d

View file

@ -72,3 +72,13 @@ BEGIN
mysql.user;
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||