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

New Engine Management

forums forums SQLyog SQLyog BETA Discussions New Engine Management

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

      After testing SQLyog 5.2 beta2 on Linux with MySQL 5.1.11 installed, I observed an imperfection.

      SQLyog shows the ndb-cluster engine as an option though ndb is not enabled in configuration!

      The system response is very clear and unambigious:

      Code:
      show variables like 'have_ndb%';

      /* returns
      Variable_name Value
      ————— ——–
      have_ndbcluster DISABLED
      */

      select * from information_schema.engines where engine = 'ndbcluster';

      /*returns
      ENGINE SUPPORT COMMENT TRANSACTIONS XA SAVEPOINTS
      ———- ——– ——————————– ———— —— ———-
      ndbcluster DISABLED Clustered, fault-tolerant tables NO NO NO
      */

      .. so I guess we did not use the correct ” WHERE SUPPORT = 'ENABLED' ” ..

    • #22367
      peterlaursen
      Participant

      no change between beta2 and non-public beta3.

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