bug mysql 5.2.32 insert semicolon html?

bug mysql 5.2.32 insert semicolon html?

am 20.08.2009 09:56:02 von equipo

--001636eedee8420c2204718e15e1
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

hi:

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


bye

--001636eedee8420c2204718e15e1--

Re: bug mysql 5.2.32 insert semicolon html?

am 20.08.2009 10:03:01 von Shane Bester

Hi!

>
> is it a bug?
> http://www.conaxxion.com/blog/2009/08/20/mysql-5-0-32-proble m-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

--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs@m.gmane.org