File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ CREATE TABLE `cloud`.`op_lock` (
398398 ` waiters` int NOT NULL DEFAULT 0 COMMENT ' How many have the thread acquired this lock (reentrant)' ,
399399 PRIMARY KEY (` key` ),
400400 INDEX ` i_op_lock__mac_ip_thread` (` mac` , ` ip` , ` thread` )
401- ) ENGINE= Memory DEFAULT CHARSET= utf8;
401+ ) ENGINE= InnoDB DEFAULT CHARSET= utf8;
402402
403403CREATE TABLE `cloud `.` configuration` (
404404 ` category` varchar (255 ) NOT NULL DEFAULT ' Advanced' ,
@@ -1793,7 +1793,7 @@ CREATE TABLE `cloud`.`op_nwgrp_work` (
17931793 INDEX ` i_op_nwgrp_work__taken` (` taken` ),
17941794 INDEX ` i_op_nwgrp_work__step` (` step` ),
17951795 INDEX ` i_op_nwgrp_work__seq_no` (` seq_no` )
1796- ) ENGINE= MEMORY DEFAULT CHARSET= utf8;
1796+ ) ENGINE= InnoDB DEFAULT CHARSET= utf8;
17971797
17981798CREATE TABLE `cloud `.` op_vm_ruleset_log` (
17991799 ` id` bigint unsigned UNIQUE NOT NULL AUTO_INCREMENT COMMENT ' id' ,
You can’t perform that action at this time.
0 commit comments