summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2003-01-12 15:09:56 +0100
committerbugreport%peshkin.net <>2003-01-12 15:09:56 +0100
commit83f0e23415fc6bfe19168a89fe8603e587942667 (patch)
treeea1d384ed2b996424bec39fd4b7ad087a786c213 /checksetup.pl
parent52b2954e7fd06d732b6c25337fb9e3d36e8fbf56 (diff)
downloadbugzilla-83f0e23415fc6bfe19168a89fe8603e587942667.tar.gz
bugzilla-83f0e23415fc6bfe19168a89fe8603e587942667.tar.xz
Bug 188656 Change required mysqld minimum to 3.23.41
r=bbaetz,justdave a=justdave
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index a79b78a0d..68789f393 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -1238,7 +1238,7 @@ my $db_base = 'mysql';
if ($my_db_check) {
# Do we have the database itself?
- my $sql_want = "3.23.6"; # minimum version of MySQL
+ my $sql_want = "3.23.41"; # minimum version of MySQL
# original DSN line was:
# my $dsn = "DBI:$db_base:$my_db_name;$my_db_host;$my_db_port";