Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Create Table Generated Query Error

forums forums SQLyog SQLyog BETA Discussions Create Table Generated Query Error

  • This topic is empty.
Viewing 4 reply threads
  • Author
    Posts
    • #9531
      Costin
      Member

      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.

    • #20841
      peterlaursen
      Participant

      Confirmed with 5.1 beta2.

      Is that the version that you are using too?

    • #20842
      peterlaursen
      Participant

      Looks like this happens with CREATE TABLE only – I cannot trigger this bug with ALTER TABLE or CHANGE TABLETYPE.

    • #20843
      peterlaursen
      Participant

      Looks to me like a truncation taking place because of a buffer variable being too short!

    • #20844
      Ritesh
      Member

      Fixed in BETA 3 development tree.

Viewing 4 reply threads
  • You must be logged in to reply to this topic.