• msvensson@pilot.mysql.com's avatar
    WL#4189 · d918988b
    msvensson@pilot.mysql.com authored
     - dynamic configuration support
     - safe process
     - cleanups
     - create new suite for fedarated
    d918988b
have_federated_db.inc 150 Bytes
if (`select (support = 'YES' or support = 'DEFAULT')=0 from information_schema.engines where engine = 'federated'`)
{
  skip Need federated engine;
}