aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data
diff options
context:
space:
mode:
authorDiva Canto2011-06-10 09:17:06 -0700
committerDiva Canto2011-06-10 09:17:06 -0700
commiteeac2275c9f8a826e8612c64241daeb2ace1d866 (patch)
treedcd8a3d415f2596bff6b7bcc1b0650c7cea62f10 /OpenSim/Data
parentNew method for resetting the map on HG: do it only once upon changing grids, ... (diff)
parentpartial update for new mesh asset format - handle both old and new formats fo... (diff)
downloadopensim-SC_OLD-eeac2275c9f8a826e8612c64241daeb2ace1d866.zip
opensim-SC_OLD-eeac2275c9f8a826e8612c64241daeb2ace1d866.tar.gz
opensim-SC_OLD-eeac2275c9f8a826e8612c64241daeb2ace1d866.tar.bz2
opensim-SC_OLD-eeac2275c9f8a826e8612c64241daeb2ace1d866.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Data')
-rw-r--r--OpenSim/Data/MySQL/Resources/RegionStore.migrations16
1 files changed, 16 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/Resources/RegionStore.migrations b/OpenSim/Data/MySQL/Resources/RegionStore.migrations
index ba8d538..987625b 100644
--- a/OpenSim/Data/MySQL/Resources/RegionStore.migrations
+++ b/OpenSim/Data/MySQL/Resources/RegionStore.migrations
@@ -826,3 +826,19 @@ ALTER TABLE `prims` MODIFY COLUMN `CreatorID` VARCHAR(255) NOT NULL DEFAULT '';
826ALTER TABLE `primitems` MODIFY COLUMN `CreatorID` VARCHAR(255) NOT NULL DEFAULT ''; 826ALTER TABLE `primitems` MODIFY COLUMN `CreatorID` VARCHAR(255) NOT NULL DEFAULT '';
827 827
828COMMIT; 828COMMIT;
829
830:VERSION 38 #---------------------
831
832BEGIN;
833
834alter table land ENGINE = MyISAM;
835alter table landaccesslist ENGINE = MyISAM;
836alter table migrations ENGINE = MyISAM;
837alter table primitems ENGINE = MyISAM;
838alter table prims ENGINE = MyISAM;
839alter table primshapes ENGINE = MyISAM;
840alter table regionban ENGINE = MyISAM;
841alter table regionsettings ENGINE = MyISAM;
842alter table terrain ENGINE = MyISAM;
843
844COMMIT; \ No newline at end of file