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

Strange structure synchronization

forums forums SQLyog Sync tools, Migration, Scheduled Backup and Notifications Strange structure synchronization

  • This topic is empty.
Viewing 5 reply threads
  • Author
    Posts
    • #8697
      krypta
      Member

      Please take a look at the file in attachment. Is it normal to have in the left structure tree a “select to alter in first” while all the other voices are “select to alter in second”? If so, is there a rule for this behavior?

      Thanks in advance.

      Krypta.

    • #16696
      Ritesh
      Member

      This looks like a bug.

      Can you send us a sample SQL script to reproduce the error?

    • #16697
      krypta
      Member

      This is the sql script created by sqlyog for the left side:

      /* Alter table in Second database */ <- right alter table `galassia`.`tblsoci`, type=MyISAM; <- wrong and this is the one for the right side: /* Alter table in First database */ <- right alter table `galassia`.`tblsoci`, type=InnoDB; <- wrong The scripts should be: /* Alter table in Second database */ alter table `galassia`.`tblsoci`, type=InnoDB; /* Alter table in First database */ alter table `galassia`.`tblsoci`, type=MyISAM; The trouble seems to be that only the table type is to be modified. I tried to change a property of a column in the same table and the script was right. Hope this helps. Regards. Krypta.

    • #16698
      Ritesh
      Member

      My development team has confirmed the bug. We will be releasing v4.01 soon that will have this bug fixed.

    • #16699
      Ritesh
      Member

      We have released SQLyog 4.01 RC 1 that fixes the above bug.

      Just download it from http://www.webyog.com/sqlyog/SQLyog401Ent.exe.

      It would be nice if you could confirm the bug-fix.

    • #16700
      krypta
      Member

      It seems to be ok now.

      Thank you very much.

      Krypta.

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