List:Bugs« Previous Message
From:Shane Bester Date:August 20 2009 10:03am
Subject:Re: bug mysql 5.2.32 insert semicolon html?
View as plain text  
Hi!

> 
> is it a bug?
> http://www.conaxxion.com/blog/2009/08/20/mysql-5-0-32-problem-insert-semicolon-html/
> 
> 

Not a bug.  Try making the field larger:

CREATE TABLE IF NOT EXISTS `tabla` (
`campo` char(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

INSERT INTO `tabla` (`campo` )VALUES ('15días');

regards,

-- 
Shane Bester, MySQL Senior Support Engineer
Sun Microsystems, Inc.
Cape Town, http://www.sun.com/mysql
Thread
bug mysql 5.2.32 insert semicolon html?Equipo Conaxxion S.A20 Aug 2009
  • Re: bug mysql 5.2.32 insert semicolon html?Shane Bester20 Aug 2009