Re: Error while altering a table

2003-09-12 Thread Paul DuBois
At 1:04 PM -0400 9/12/03, [EMAIL PROTECTED] wrote: ...just a shot in the dark, but isn't 'description' a reserved word? If so, um, maybe a bug/inconsistency between table types. If not, ramble on. DESC and DESCRIBE are reserved, but DESCRIPTION is not... -- Paul DuBois, Senior Technical Writer

Re: Error while altering a table

2003-09-12 Thread Tbird67ForSale
...just a shot in the dark, but isn't 'description' a reserved word? If so, um, maybe a bug/inconsistency between table types. If not, ramble on. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Error while altering a table

2003-09-12 Thread Heikki Tuuri
Irwin, do you have in my.cnf default-character-set=... set to something else than latin1? Can you make a small test case which demonstrates the problem? Can you test with MySQL-4.0.15, and if the error happens also there, please post the output of SHOW INNODB STATUS after that unsuccessful ALT