summaryrefslogtreecommitdiff
path: root/testing/mysql/mysqld-post.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mysql/mysqld-post.sh')
-rwxr-xr-xtesting/mysql/mysqld-post.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/mysql/mysqld-post.sh b/testing/mysql/mysqld-post.sh
deleted file mode 100755
index 8dc9c4eea..000000000
--- a/testing/mysql/mysqld-post.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-while true; do
- response=`/usr/bin/mysqladmin -uUNKNOWN_USER ping 2>&1` && break
- echo "$response" | grep -q "mysqld is alive" && break
- sleep 1
-done