aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/FSAssetStore.migrations (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-17MySQL default character set to utfmb4.onefang1-1/+1
Coz on one box they defaulted to utfmb3, which .NET doesn't support.
2020-07-31Various database fixups.onefang1-3/+3
InnoDB -> MyISAM utf8 if not exists white space
2019-05-19Various database fixups.onefang1-3/+3
InnoDB -> MyISAM utf8 if not exists white space
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-1/+1
2016-11-03MyISAM is still much better performing for OpenSim.David Walter Seikel1-1/+1
This time we got the file system asset server, even better still. B-)
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-0/+18
2015-07-12Bringing FSAssets more inline with current OpenSim standards. * If no ↵AliciaRaven1-0/+18
connection string found in assets config, fallback to using default database config * Create database storage interface to allow other db connectors to be written at some point * Add MySQL migrations file to create the initial db table * Added new config option named DaysBetweenAccessTimeUpdates to reduce db load by only updating access times when fetching assets if the last access time was over the threshold. This idea was taken from XAssets service. * Change log message headers to indicate FS assets is the source not just assets Signed-off-by: Melanie Thielker <melanie@t-data.com>