summaryrefslogtreecommitdiff
path: root/mysql-test/include/mtr_check.sql
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2012-02-06 18:42:18 +0100
committerSergei Golubchik <sergii@pisem.net>2012-02-06 18:42:18 +0100
commit2bcb4184ef5598f6fcb4fd1aa53eca1a8cb6ecb2 (patch)
tree3f966e3aa774e50bb185a106288d117814f614f1 /mysql-test/include/mtr_check.sql
parent6f0101186d9b7e01a38027c1d67c12b78c0d09aa (diff)
downloadmariadb-git-2bcb4184ef5598f6fcb4fd1aa53eca1a8cb6ecb2.tar.gz
remove few obscure, unused, or misused mtr features
Diffstat (limited to 'mysql-test/include/mtr_check.sql')
-rw-r--r--mysql-test/include/mtr_check.sql9
1 files changed, 0 insertions, 9 deletions
diff --git a/mysql-test/include/mtr_check.sql b/mysql-test/include/mtr_check.sql
index 939a3215fd5..aa0d91a9cf8 100644
--- a/mysql-test/include/mtr_check.sql
+++ b/mysql-test/include/mtr_check.sql
@@ -76,12 +76,3 @@ BEGIN
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||