migrate the myisam mysql regions to innodb
parent
f0f1e00ec3
commit
8eb57b68f3
|
@ -0,0 +1,12 @@
|
|||
BEGIN;
|
||||
|
||||
alter table landaccesslist ENGINE = InnoDB;
|
||||
alter table migrations ENGINE = InnoDB;
|
||||
alter table primitems ENGINE = InnoDB;
|
||||
alter table prims ENGINE = InnoDB;
|
||||
alter table primshapes ENGINE = InnoDB;
|
||||
alter table regionsettings ENGINE = InnoDB;
|
||||
alter table terrain ENGINE = InnoDB;
|
||||
|
||||
COMMIT;
|
||||
|
Loading…
Reference in New Issue