aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/MySQLDialect/002_RegionStore.sql
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-01-13 17:04:52 +0000
committerJustin Clarke Casey2009-01-13 17:04:52 +0000
commitc8ea09f3253c8a7f6f03c8894df09d442c366b25 (patch)
treec00a716cd398449a7c71b545d6090aa464c09880 /OpenSim/Data/NHibernate/Resources/MySQLDialect/002_RegionStore.sql
parent* Removing set-time command since it doesn't actually do anything at all (diff)
downloadopensim-SC_OLD-c8ea09f3253c8a7f6f03c8894df09d442c366b25.zip
opensim-SC_OLD-c8ea09f3253c8a7f6f03c8894df09d442c366b25.tar.gz
opensim-SC_OLD-c8ea09f3253c8a7f6f03c8894df09d442c366b25.tar.bz2
opensim-SC_OLD-c8ea09f3253c8a7f6f03c8894df09d442c366b25.tar.xz
* Apply http://opensimulator.org/mantis/view.php?id=2992
* Removes now unnecessary revision 2 and 3 files that should have been removed in an earlier patch * Thanks tlaukkan!
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/NHibernate/Resources/MySQLDialect/002_RegionStore.sql9
1 files changed, 0 insertions, 9 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/MySQLDialect/002_RegionStore.sql b/OpenSim/Data/NHibernate/Resources/MySQLDialect/002_RegionStore.sql
deleted file mode 100644
index d34d44e..0000000
--- a/OpenSim/Data/NHibernate/Resources/MySQLDialect/002_RegionStore.sql
+++ /dev/null
@@ -1,9 +0,0 @@
1BEGIN;
2
3CREATE TABLE `Terrain` (
4 `RegionID` char(36) not null,
5 `MapData` longblob,
6 PRIMARY KEY (`RegionID`)
7) ENGINE=InnoDB DEFAULT CHARSET=utf8;
8
9COMMIT;