Skip to content

Commit

Permalink
Bug 868867: Require DBD::mysql 4.032
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed Sep 9, 2023
1 parent 82e01ee commit 8fb0d25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bugzilla/Constants.pm
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ use constant DB_MODULE => {

# For UTF-8 support. 4.001 makes sure that blobs aren't
# marked as UTF-8.
version => '4.001',
version => '4.032',
},
name => 'MySQL'
},
Expand All @@ -569,7 +569,7 @@ use constant DB_MODULE => {

# For UTF-8 support. 4.001 makes sure that blobs aren't
# marked as UTF-8.
version => '4.001',
version => '4.032',
},
name => 'MariaDB'
},
Expand Down

0 comments on commit 8fb0d25

Please sign in to comment.