summaryrefslogtreecommitdiffstats
path: root/contrib/mysqld-watcher.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/mysqld-watcher.pl')
-rwxr-xr-xcontrib/mysqld-watcher.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/mysqld-watcher.pl b/contrib/mysqld-watcher.pl
index be93dcbb5..ff580a7ef 100755
--- a/contrib/mysqld-watcher.pl
+++ b/contrib/mysqld-watcher.pl
@@ -9,7 +9,7 @@
# mysqld-watcher.pl - a script that watches the running instance of
# mysqld and kills off any long-running SELECTs against the shadow_db
#
-use 5.10.1;
+use 5.14.0;
use strict;
use warnings;