aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * fixed a few Implicit uses of .ToString()Teravus Ovares2007-12-201-9/+9
|
* * Matched up all previous .ToString() references (r2764) in ↵Teravus Ovares2007-12-201-18/+18
| | | | OpenSim.Framework.Data.MySQL with Justincc's Util.ToRawUuidString()
* *Parcels now fully work on MySQL as a datastore after a few tweaks and bug ↵mingchen2007-12-181-6/+75
| | | | fixes after testing
* *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 ↵mingchen2007-12-181-1/+1
| | | | datastore is sqlite
* *Land has now been linked to the StorageManager. Next step is to fill in the ↵mingchen2007-12-171-4/+4
| | | | functions for the different datastore interfaces for Land Objects.
* 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 ↵lbsa712007-11-151-22/+2
| | | | | | | | | | | OpenSim.ini.example ** * Now moved region storage from region to application, so we have one storage per application, instead of one per region. * Changed so that the region store providers use connectionstrings, not filenames * Removed various unfit fields and properties (call me Darwin)
* * Added MySQLDataStore (adapted from MonoSqlitelbsa712007-11-151-0/+1035
* Made startup a little bit more forgiving on dll load * Minor renamings and musings