Tatsuki SUGIURA
sugi****@users*****
2006年 10月 4日 (水) 17:15:30 JST
Index: slashjp/Slash/DB/MySQL/MySQL.pm diff -u slashjp/Slash/DB/MySQL/MySQL.pm:1.13 slashjp/Slash/DB/MySQL/MySQL.pm:1.14 --- slashjp/Slash/DB/MySQL/MySQL.pm:1.13 Wed Aug 30 17:54:09 2006 +++ slashjp/Slash/DB/MySQL/MySQL.pm Wed Oct 4 17:15:30 2006 @@ -1,7 +1,7 @@ # This code is a part of Slash, and is released under the GPL. # Copyright 1997-2005 by Open Source Technology Group. See README # and COPYING for more information, or see http://slashcode.com/. -# $Id: MySQL.pm,v 1.13 2006/08/30 08:54:09 sugi Exp $ +# $Id: MySQL.pm,v 1.14 2006/10/04 08:15:30 sugi Exp $ package Slash::DB::MySQL; use strict; @@ -21,7 +21,7 @@ use Encode; use Slash::LDAPDB; -($VERSION) = ' $Revision: 1.13 $ ' =~ /\$Revision:\s+([^\s]+)/; +($VERSION) = ' $Revision: 1.14 $ ' =~ /\$Revision:\s+([^\s]+)/; # Fry: How can I live my life if I can't tell good from evil? @@ -303,7 +303,6 @@ my($self) = @_; $self->SUPER::sqlConnect(); $self->{_dbh}->{mysql_enable_utf8} = 1; - $self->{_dbh}->do( "SET NAMES utf8"); } ########################################################