Help - Search - Members - Calendar
Full Version: Create Table Generated Query Error
Webyog Forums > SQLyog > SQLyog BETA Discussions
Costin
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
Confirmed with 5.1 beta2.
Is that the version that you are using too?
peterlaursen
Looks like this happens with CREATE TABLE only - I cannot trigger this bug with ALTER TABLE or CHANGE TABLETYPE.
peterlaursen
Looks to me like a truncation taking place because of a buffer variable being too short!
Ritesh
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.
Invision Power Board © 2001-2008 Invision Power Services, Inc.