mirror of https://github.com/apache/cloudstack.git
CS-14589: change engine and row_format for op_lock op_nwgrp_work during the db upgrade
This commit is contained in:
parent
b4b86f3859
commit
74aa4974c0
|
|
@ -26,3 +26,8 @@ DROP INDEX `i_host__allocation_state` ON `cloud`.`host`;
|
|||
UPDATE `cloud`.`network_offerings` SET display_text='Offering for Isolated networks with Source Nat service enabled' WHERE name='DefaultIsolatedNetworkOfferingWithSourceNatService' and `cloud`.`network_offerings`.default=1;
|
||||
UPDATE `cloud`.`network_offerings` SET display_text='Offering for Isolated networks with no Source Nat service' WHERE name='DefaultIsolatedNetworkOffering' and `cloud`.`network_offerings`.default=1;
|
||||
UPDATE `cloud`.`network_offerings` SET display_text='Offering for Shared networks' WHERE name='DefaultSharedNetworkOffering' and `cloud`.`network_offerings`.default=1;
|
||||
|
||||
|
||||
|
||||
ALTER TABLE `cloud`.`op_lock` ENGINE=MEMORY, ROW_FORMAT = FIXED;
|
||||
ALTER TABLE `cloud`.`op_nwgrp_work` ENGINE=MEMORY, ROW_FORMAT = FIXED;
|
||||
|
|
|
|||
Loading…
Reference in New Issue