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

Sqlyog Does Not Support Mysql Cluster (ndb Storage Engine)

forums forums SQLyog SQLyog: Bugs / Feature Requests Sqlyog Does Not Support Mysql Cluster (ndb Storage Engine)

  • This topic is empty.
Viewing 3 reply threads
  • Author
    Posts
    • #9682
      danielr
      Member

      When viewing the advanced properties of a table the Engine is shown correctly as “ndbcluster”, but the Advanced properties of the Alter Table window does not support to set this storage engine.

      <_<

    • #21617
      Ritesh
      Member

      This is a known issue. We dont provide interface to change table type to *NDB Cluster* as of now.

      Implementing this option is in our TO-DO list.

    • #21618
      cap10morgan
      Member

      Has this been fixed as of v. 5.16? If not, when is it planned to be fixed?

      Are there any other outstanding issues with using SQLyog Enterprise on a MySQL NDB cluster? We're possibly moving to one in the next three months.

      Thanks!

    • #21619
      peterlaursen
      Participant

      We plan to implement support for all storage engines with 5.17.

      With MySQL 5.1 we will query the information_schema.engines table

      With earlier MySQL version we will parse the returns of an appropriate SHOW statement

      .. all to get a list of the ENGINES available.

      .. and if your system returns NDB as an ENGINE that is installed and active it will appear in the dialogues and dropdowns.

      http://www.webyog.com/forums//index.php?sh…view=getnewpost

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