mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-13 09:02:26 +01:00
CS-14589: change engine and row_format for op_lock op_nwgrp_work during the db upgrade
This commit is contained in:
parent
4310a8d9a8
commit
051416ec5a
@ -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…
x
Reference in New Issue
Block a user