diff --git a/OpenSim/Data/MySQL/Resources/012_RegionStore.sql b/OpenSim/Data/MySQL/Resources/012_RegionStore.sql new file mode 100644 index 0000000000..95c27573de --- /dev/null +++ b/OpenSim/Data/MySQL/Resources/012_RegionStore.sql @@ -0,0 +1,5 @@ +BEGIN; + +ALTER TABLE prims add index prims_parentid(ParentID); + +COMMIT; \ No newline at end of file