Error in DBUpdate-to-1.0.mysql.sql of RC2

Hello, in file DBUpdate-to-1.0.mysql.sql there is an sql error in the alter statement beginning in line 100. ALTER TABLE charset MODIFY name VARCHAR (200) NOT NULL, charset VARCHAR (50) NOT NULL, comment VARCHAR (250) ; should be ALTER TABLE charset MODIFY name VARCHAR (200) NOT NULL, MODIFY charset VARCHAR (50) NOT NULL, MODIFY comment VARCHAR (250) ; Bye, Andreas -- --------------- professional INTERNET services -------------- EastLink GmbH - Augustusburger Strasse 1 - D-09111 Chemnitz voice: +49-180-5432060 fax: +49-371-4320626 www.eastlink.de

Hi Andreas, On Mon, Jan 20, 2003 at 01:57:59PM +0100, Andreas Haase wrote:
in file DBUpdate-to-1.0.mysql.sql there is an sql error in the alter statement beginning in line 100.
ALTER TABLE charset MODIFY name VARCHAR (200) NOT NULL, charset VARCHAR (50) NOT NULL, comment VARCHAR (250) ;
should be
ALTER TABLE charset MODIFY name VARCHAR (200) NOT NULL, MODIFY charset VARCHAR (50) NOT NULL, MODIFY comment VARCHAR (250) ;
Thanks Andreas! :) I fixed it.
Andreas
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Perfection is our goal, excellence will be tolerated. -- J. Yahl
participants (2)
-
Andreas Haase
-
Martin Edenhofer