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

Duplicate Table Data/structure

forums forums SQLyog SQLyog: Bugs / Feature Requests Duplicate Table Data/structure

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #24090
      peterlaursen
      Participant

      Confirmed that there is one or more issue with length of indexes specified on string type columns.

      I created an Index of length = 3 on a table and dublicated that table.

      In the dublicated table it became length = 767.

      SQLyog version 6.0 final.

    • #24091
      peterlaursen
      Participant

      addition:

      the SQL generated is like:

      “create table `peter`.`child_copy` ( KEY `child`( `child`))type=InnoDB”

      .. no lenght specification in the create statement!  the values '767' is probably the default for my server version!

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