Github user rhtyd commented on the issue:

    https://github.com/apache/cloudstack/pull/1667
  
    @abhinandanprateek can you reopen this for 4.9 branch, since it's a bugfix. 
LTS users should all be on innodb to avoid any replication issues, please also 
move the changes suitably to 4.9.0->4.9.1(.0) upgrade path sql. Otherwise LGTM.
    
    Tried on a local setup. To list tables that are on non-InnoDb engines:
    `SELECT table_schema,table_name,engine FROM information_schema.tables WHERE 
engine != 'InnoDB' AND table_schema NOT IN 
('mysql','performance_schema','information_schema');`
    
    Except for following tables, all should be on InnoDb engine.
    
    table_schema | table_name    | engine
    --- | --- | ---
    cloud        | op_lock              | MEMORY
    cloud        | op_nwgrp_work | MEMORY



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to