diff options
Diffstat (limited to 'Bugzilla/DB')
-rw-r--r-- | Bugzilla/DB/Mysql.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/DB/Mysql.pm b/Bugzilla/DB/Mysql.pm index 983cb3b06..77127630c 100644 --- a/Bugzilla/DB/Mysql.pm +++ b/Bugzilla/DB/Mysql.pm @@ -47,7 +47,7 @@ use Bugzilla::Error; # This module extends the DB interface via inheritance use base qw(Bugzilla::DB); -use constant REQUIRED_VERSION => '3.23.41'; +use constant REQUIRED_VERSION => '4.0.14'; use constant PROGRAM_NAME => 'MySQL'; use constant MODULE_NAME => 'Mysql'; use constant DBD_VERSION => '2.9003'; |