aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/FriendsStore.migrations
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-11-03 22:11:59 +1000
committerDavid Walter Seikel2016-11-03 22:11:59 +1000
commit7f7e25be924106a47f0d653bf3b32aa8314e7192 (patch)
treedf1ef6ac7aa206097c1387f96a65e51c2e31bf87 /OpenSim/Data/MySQL/Resources/FriendsStore.migrations
parentUsual IG version number in money hack. (diff)
downloadopensim-SC_OLD-7f7e25be924106a47f0d653bf3b32aa8314e7192.zip
opensim-SC_OLD-7f7e25be924106a47f0d653bf3b32aa8314e7192.tar.gz
opensim-SC_OLD-7f7e25be924106a47f0d653bf3b32aa8314e7192.tar.bz2
opensim-SC_OLD-7f7e25be924106a47f0d653bf3b32aa8314e7192.tar.xz
MyISAM is still much better performing for OpenSim.
This time we got the file system asset server, even better still. B-)
Diffstat (limited to 'OpenSim/Data/MySQL/Resources/FriendsStore.migrations')
-rw-r--r--OpenSim/Data/MySQL/Resources/FriendsStore.migrations2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/Resources/FriendsStore.migrations b/OpenSim/Data/MySQL/Resources/FriendsStore.migrations
index 5faf956..5de0e35 100644
--- a/OpenSim/Data/MySQL/Resources/FriendsStore.migrations
+++ b/OpenSim/Data/MySQL/Resources/FriendsStore.migrations
@@ -9,7 +9,7 @@ CREATE TABLE `Friends` (
9 `Offered` VARCHAR(32) NOT NULL DEFAULT 0, 9 `Offered` VARCHAR(32) NOT NULL DEFAULT 0,
10 PRIMARY KEY(`PrincipalID`, `Friend`), 10 PRIMARY KEY(`PrincipalID`, `Friend`),
11 KEY(`PrincipalID`) 11 KEY(`PrincipalID`)
12) ENGINE=InnoDB; 12) ENGINE=MyISAM;
13 13
14COMMIT; 14COMMIT;
15 15