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

Sqlyog Crashes When Executing An Sql

forums forums SQLyog SQLyog: Bugs / Feature Requests Sqlyog Crashes When Executing An Sql

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #10492
      pcdinh
      Member

      Sqlyog 6.0.6 Beta 1 on Windows XP SP2, MySQL 5.0.45 can crashes easily simply by executing the following sql queries

      create table a (a int, b int);

      create table b (a int, b int);

      insert into a values (1,1),(2,1),(3,1);

      insert into b values (1,1), (3,1);

      update a left join b on a.a=b.a set a.b=2, b.b=2 where (a.b=1 and b.b=1) or b.a is NULL;

      It can be reproducible in Sqlyog 6.0.5 as well.

    • #24707
      peterlaursen
      Participant

      Crash confirmed and reproduces on Vista, SQLyog 6.06 b2 (not_released) and MySQL 5.0.45.

      The table`a`is created, but not `b`.

      Our internal 6.1 development build does not crash here!

    • #24708
      peterlaursen
      Participant

      fixed in development tree. It is the 'autocomplete' thread that crashes the program actually and will happen with single-char tablenames only.

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