Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Duplicate Table Data/structure
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.
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!