From 496a78f616b10c1c5c4bd0398021232e9bffa77e Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 18 Nov 2006 23:10:11 +0000 Subject: Bug 304550: Bugzilla should always store data in MySQL as UTF-8 Patch By Max Kanat-Alexander r=LpSolit, a=justdave --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Constants.pm') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index ec1467136..5186fcbce 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -338,7 +338,7 @@ use constant ERROR_MODE_DIE_SOAP_FAULT => 2; # Data about what we require for different databases. use constant DB_MODULE => { - 'mysql' => {db => 'Bugzilla::DB::Mysql', db_version => '4.0.14', + 'mysql' => {db => 'Bugzilla::DB::Mysql', db_version => '4.1.2', dbd => 'DBD::mysql', dbd_version => '2.9003', name => 'MySQL'}, 'pg' => {db => 'Bugzilla::DB::Pg', db_version => '8.00.0000', -- cgit v1.2.3-24-g4f1b