aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/GridStore.migrations (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-99/+42
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-1/+5
2013-02-23MyISAM is much better performing for OpenSim.David Walter Seikel1-1/+1
2012-01-30Add the needed column in the regions table and a few tweaks.Melanie1-0/+9
Warning: Contains a Migration Warning: Cannot guarantee nut free
2010-12-05Fixed some inconsistency with trailing /. Made debug messages consistent. ↵Diva Canto1-0/+7
Changed the stored region names of HG regions. Increased the size of regionName in DB.
2010-05-18Converted MySQL migration history to the new formatAlexRa1-0/+57
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store
2010-05-16Converted MySQL migration history to the new formatAlexRa1-32/+0
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store
2008-06-19fix an edge case with migrations in the region store.Sean Dague1-0/+0
Add migration support to gridstore.
2008-04-02whole lot more movingSean Dague1-0/+0
2008-03-07Fix to solve mantis 717 problem. Makes sure the region DB schema is up to ↵Johan Berntsson1-1/+2
date and consistent
2008-03-04Merged 3Di code that provides scene and avatar serialization, and plugin ↵Johan Berntsson1-1/+2
support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim.
2007-12-12* Patch from justincc to fix Inconsistent automatic mysql table creation - ↵Teravus Ovares1-1/+1
see bug 169
2007-07-23* Major style changes in libTerrain.Channel - now uses .NET-style naming syntax.Adam Frisby1-1/+2
* Issue#218 - Updated mySQL region table.
2007-07-14* ServerIP can now take larger values (which could be used to store a ↵Adam Frisby1-1/+1
hostname instead.)
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-29/+0
2007-06-22Imported Share folder from trunkMW1-0/+29
2007-05-31* Added /trunk/shareAdam Frisby1-0/+0
* Imported SQL files to /share/sql * Added a PHP function file to generate new users in /share/php
2007-05-27Moved this into releng/dist (otherwise it doesn't turn up in binary builds)gareth1-0/+0
2007-05-25Added regionMapTexture to SQL/mysql-regions.sql for MySQLAdam Frisby1-1/+1
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW1-0/+0
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-0/+0
the Grid servers can be a separate solution to the region server.
2007-05-13* Fixed MySQL Grid ManagerAdam Frisby1-0/+0
* Added preliminary support for DB UserServer (incomplete) * Added better handling of defaults to Grid Manager. * Renamed SQL/regions.sql to SQL/mysql-regions.sql.
2007-05-13* Added first generation region DB for SQL-based grid storage engines.Adam Frisby1-0/+29
* Not well optimised, also uses MySQL-specific syntax but should be easily portable.