Help - Search - Members - Calendar
Full Version: New Engine Management
Webyog Forums > SQLyog > SQLyog BETA Discussions
peterlaursen
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' " ..
peterlaursen
no change between beta2 and non-public beta3.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.