Costin
Mar 12 2006, 01:49 PM
Hey,
This is what the log says:
/*[15:27:44][ 0 ms]*/ create table `cl`.`USER` ( `UserID` int UNSIGNED NOT NULL AUTO_INCREMENT , `UserName` varchar (32) NOT NULL , `Password` char (32) NOT NULL , PRIMARY KEY ( `UserID` ) )ngine=InnoDB row_format=dynamic
I was trying to create a simple table, using the new table window. It seems to miss the E in Engine and the space before it.
peterlaursen
Mar 13 2006, 08:07 AM
Confirmed with 5.1 beta2.
Is that the version that you are using too?
peterlaursen
Mar 13 2006, 08:31 AM
Looks like this happens with CREATE TABLE only - I cannot trigger this bug with ALTER TABLE or CHANGE TABLETYPE.
peterlaursen
Mar 13 2006, 08:42 AM
Looks to me like a truncation taking place because of a buffer variable being too short!
Ritesh
Mar 13 2006, 09:13 AM
Fixed in BETA 3 development tree.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.