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

a little bug!

forums forums SQLyog SQLyog: Bugs / Feature Requests a little bug!

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #7888
      bass
      Member

      Hi!

      I noticed that when I click on a tablename on the left databasetree, at the right side

      result some information about the table. These informations includes some DDL information

      with CREATE TABLE STATEMENT.

      For my table it looks like:

      Create Table


      CREATE TABLE `table` (

      `field1` varchar(32) NOT NULL

      `field2` varchar(32) default '0'

      PRIMARY KEY ('field1`),

      KEY `ConnType` (`field2`)

      TYPE=MyISAM

      Now, there is missing the “)” bracket bevor TYPE=MyISAM!!!

      Bye,

      Bass

      PS: sorry if my english isn't so good….

    • #14184
      CalEvans
      Member

      Son of a gun. You are correct. I never noticed this. (Shows how much I pay attention to details! 🙂

      =C=

Viewing 1 reply thread
  • You must be logged in to reply to this topic.