OpenSimMirror/OpenSim/Data/MySQL
Oren Hurvitz aadd5627fe Removed unused code that checked wait_timeout in MySQLEstateData 2015-08-11 07:35:39 +01:00
..
Properties Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8.2.*") 2015-04-29 18:47:17 -07:00
Resources Correcting errors in previous change: MySQL needs int unsigned, not 2015-07-14 21:22:53 +02:00
MySQLAgentPreferencesData.cs Removing the Store methods in the DB layer of AgentPreferences, as they were simply calling the base ones. 2015-06-14 08:04:25 -07:00
MySQLAssetData.cs Removing locking on requests in MySQLAssetData. 2014-08-22 19:46:46 +01:00
MySQLAuthenticationData.cs Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 2012-04-30 15:54:35 +01:00
MySQLAvatarData.cs Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 2012-04-30 15:54:35 +01:00
MySQLEstateData.cs Removed unused code that checked wait_timeout in MySQLEstateData 2015-08-11 07:35:39 +01:00
MySQLFSAssetData.cs Bringing FSAssets more inline with current OpenSim standards. * If no 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 2015-07-12 04:03:08 +02:00
MySQLFramework.cs Remove lock in MySQLFramework. This is not necessary as the connection is not shared. 2014-08-22 19:52:03 +01:00
MySQLFriendsData.cs Eliminated many warnings 2014-04-23 16:37:36 +03:00
MySQLGenericTableHandler.cs I need these for OfflineIM and Groups. 2013-02-18 12:08:05 -08:00
MySQLGridUserData.cs Fix SQL statement 2013-07-02 16:10:09 -07:00
MySQLGroupsData.cs Escape find string in MySQL core groups plugin 2014-05-15 22:09:37 +01:00
MySQLHGTravelData.cs Cleanup old hg sessions (older than 2 days) 2013-07-14 15:47:54 -07:00
MySQLInventoryData.cs Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 2012-04-30 15:54:35 +01:00
MySQLMigrations.cs Revert "This is a HACK! Downright nasty. For some reason, the devs of the mysql" 2010-06-19 23:45:56 +01:00
MySQLOfflineIMData.cs Fix wrong sql statement in offline im. 2013-04-28 09:03:09 -07:00
MySQLPresenceData.cs Restrict IPresenceData.VerifyAgent 2012-12-09 15:08:32 -05:00
MySQLRegionData.cs Allow one to specify a DefaultHGRegion flag in [GridService] in order to allow different default regions for HG and direct grid logins. 2013-09-02 17:27:45 +01:00
MySQLSimulationData.cs Remove some use of database connection locking from MySQLSimulationData - this has not been necessary for some time as database connections are not shared. 2014-08-22 20:23:48 +01:00
MySQLUserAccountData.cs Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 2012-04-30 15:54:35 +01:00
MySQLUserProfilesData.cs Change UserProfiles so that the parcel name is used for a ProfilePick and not the parcel owners name. This change also fixes a bug where if the avatar enters and does not move, creating or editing a ProfilePick would set the parcelId as an empty UUID. This is because ScenePresence.currentParcelUUID is not set until the avatar moves. 2015-04-12 15:36:22 -04:00
MySQLXAssetData.cs Remove database connection locking in MySQLXAssetData. This is unnecessary as connections aren't shared and transactions are already in place where necessary. 2014-08-22 20:34:33 +01:00
MySQLXInventoryData.cs refactor: move common inventory folder version update code to parent class in mysql, mssql and sqlite database plugins 2012-11-15 04:01:30 +00:00