OpenSimMirror/OpenSim/Data/MySQL
AlexRa ee713cb253 Converted MySQL migration history to the new format
Replaced all NNN_StoreName.sql migration resources with a more
readable, single-file-per-store
2010-05-16 17:04:13 +03:00
..
Properties Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
Resources Converted MySQL migration history to the new format 2010-05-16 17:04:13 +03:00
Tests Deleted obsolete files in the Data layer. Compiles. 2010-02-21 15:38:52 -08:00
MySQLAssetData.cs * Fixed spamming the assets table with map tiles. The tile image ID is now stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone. 2010-05-09 13:39:56 -07:00
MySQLAuthenticationData.cs Updated MySQL connection management to use the MySQL connection pooling. This should accommodate various timeout problems that exist with the current connection pool code in a more general and standard way. 2010-02-05 18:07:59 -08:00
MySQLAvatarData.cs Add the data service 2010-01-04 02:53:22 +00:00
MySQLEstateData.cs Allow regions to get the list of the other regions in the estate 2010-05-04 15:52:29 +01:00
MySQLFramework.cs Updated MySQL connection management to use the MySQL connection pooling. This should accommodate various timeout problems that exist with the current connection pool code in a more general and standard way. 2010-02-05 18:07:59 -08:00
MySQLFriendsData.cs Change friends to handle offers as it was originally designed. This may 2010-03-01 00:02:14 +00:00
MySQLGenericTableHandler.cs Formatting cleanup. Add copyright notices. 2010-03-10 13:15:36 +09:00
MySQLGridUserData.cs GridUserService in place. Replaces the contrived concept of storing user's home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. 2010-05-07 21:29:56 -07:00
MySQLInventoryData.cs Just a bit of spellchecking in the comments 2010-04-28 12:21:39 +03:00
MySQLLegacyRegionData.cs OK, this really fixes it, I promise. 2010-05-09 14:12:59 -07:00
MySQLMigrations.cs Added MySqlMigrations.cs (supports stored proc/funcs) 2010-05-16 16:25:08 +03:00
MySQLPresenceData.cs GridUserService in place. Replaces the contrived concept of storing user's home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. 2010-05-07 21:29:56 -07:00
MySQLRegionData.cs Merge branch 'master' into presence-refactor 2010-02-08 15:53:38 +00:00
MySQLUserAccountData.cs Updated MySQL connection management to use the MySQL connection pooling. This should accommodate various timeout problems that exist with the current connection pool code in a more general and standard way. 2010-02-05 18:07:59 -08:00
MySQLXInventoryData.cs Refix the fix 2010-05-03 23:11:48 +01:00