aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLAssetData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Some more experimental work on distributed assets. Nothing hotwired yet.lbsa712009-04-131-17/+19
* * Improve inventory uuid conversions to make sure that we aren't converting a...Justin Clarke Casey2009-04-091-1/+1
* Implemented FetchAssetMetadataSet in DB backends.Mike Mazur2009-03-091-0/+51
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-17/+17
* * optimized usings.lbsa712009-02-121-7/+5
* - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur2009-02-041-17/+17
* Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...Mike Mazur2009-02-031-1/+1
* Slight cleanup of docs, removing trailing whitespace.Mike Mazur2009-01-281-6/+5
* Avoid an invalid cast on legacy dataMelanie Thielker2009-01-181-1/+8
* Update the MySQL connector to 5.2.5. Fixes Mantids#2673. Thanks for the hint,...Homer Horwitz2008-12-221-1/+1
* add create_time and access_time to asset db for mysql, as wellSean Dague2008-11-061-2/+46
* let the asset tests run on MySQL. Interesting difference here, theSean Dague2008-09-241-1/+1
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-3/+3
* remove the legacy pre-Migration database upgrade pathsSean Dague2008-08-271-42/+0
* Formatting cleanup.Jeff Ames2008-08-181-4/+4
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-311-1/+1
* Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ...Mike Mazur2008-07-181-0/+1
* * remove unused CommitAssets() hook for nowJustin Clarke Casey2008-07-071-7/+0
* Mantis#1661. Thank you kindly, CMickeyb for a patch that:Charles Krinke2008-07-031-0/+6
* * Drop InvType from the assets table since it is no longer usedJustin Clarke Casey2008-07-021-5/+3
* * Fix for http://opensimulator.org/mantis/view.php?id=1512Justin Clarke Casey2008-06-291-1/+1
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-10/+10
* Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke2008-06-271-1/+3
* Apply patch from bug #1601 -- more documentation for Data/MySQL. Thanks keru...Jeff Ames2008-06-261-19/+42
* Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL f...Jeff Ames2008-06-261-1/+36
* the beginning of the great id format migration. This makesSean Dague2008-06-161-6/+4
* this, in theory, adds migration support to mysql for all Sean Dague2008-06-121-34/+50
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-041-5/+5
* * Duh, actually returning from the CreateAsset method once we know the asset ...Justin Clarke Casey2008-05-311-0/+1
* * Remove the mysql logging noise I accidentally left in a few commits agoJustin Clarke Casey2008-05-311-2/+2
* * Change MySQL to check whether an asset already exists before inserting it i...Justin Clarke Casey2008-05-311-1/+40
* Formatting cleanup.Jeff Ames2008-05-161-5/+5
* More formatting cleanup.Jeff Ames2008-05-141-2/+5
* * Align new fields upgrade sql to have the same 'not null' and default settin...Justin Clarke Casey2008-05-011-3/+3
* in theory, let you pass the mysql connection string into theSean Dague2008-04-241-1/+7
* changes to allow asset_source to be specified in the opensim.iniSean Dague2008-04-231-0/+7
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-2/+3
* fix ups to include OpenSim.Framework explicit includes (theySean Dague2008-04-021-0/+1
* attempt to fix up all refernces to new directory structureSean Dague2008-04-021-1/+1
* whole lot more movingSean Dague2008-04-021-0/+198