aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Mother of all commits:Adam Frisby2008-01-151-5/+5
* Applied patch from melanie (thank you) for mantis issue# 338MW2008-01-131-2/+2
* * Do database implementation for prim inventory items in mysqlJustin Clarke Casey2008-01-111-15/+310
* * Moved PrimitiveBaseShape subclasses into factory methods - the subclassing ...lbsa712007-12-281-2/+2
* * Optimized usingslbsa712007-12-271-194/+210
* * Fixed MonoSQLite Update Table routineTeravus Ovares2007-12-271-14/+27
* * AssetServerBase: _ProcessRequest is now called GetAssetlbsa712007-12-271-1/+4
* * Added Sit Target persistence over sim restarts for mySQL and MonoSQLite.Teravus Ovares2007-12-271-0/+42
* Prim inventory persistence phase 1: Creation of preliminary table in sqlite.Justin Clarke Casey2007-12-271-1/+2
* * and another :/Teravus Ovares2007-12-201-2/+2
* * Fixed implicit .ToString() in shape fetch.Teravus Ovares2007-12-201-2/+2
* * fixed a few Implicit uses of .ToString()Teravus Ovares2007-12-201-9/+9
* * Matched up all previous .ToString() references (r2764) in OpenSim.Framework...Teravus Ovares2007-12-201-18/+18
* *Parcels now fully work on MySQL as a datastore after a few tweaks and bug fi...mingchen2007-12-181-6/+75
* *Fixed MySQLDataStore bug causing errors on startupmingchen2007-12-181-12/+12
* *Using Mysql as the datastore should now store parcels across multiple sessionsmingchen2007-12-181-0/+228
* *Parcels and their access lists now store over multiple sessions when the dat...mingchen2007-12-181-1/+1
* *Land has now been linked to the StorageManager. Next step is to fill in the ...mingchen2007-12-171-4/+4
* added copyright noticesJeff Ames2007-12-111-0/+28
* * Fixed a whole bunch of console messages.Adam Frisby2007-12-041-2/+2
* * removed erroneous commentslbsa712007-11-221-3/+0
* set svn:eol-styleJeff Ames2007-11-171-1015/+1015
* *** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM OpenSim...lbsa712007-11-151-22/+2
* * Added MySQLDataStore (adapted from MonoSqlitelbsa712007-11-151-0/+1035